Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Revbump to 6.4, release for Mac |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f1e205cbfd430c2c02d9d83c390d2150 |
User & Date: | kevin 2018-03-17 20:40:51 |
Context
2018-03-18
| ||
12:04 | Update for migration to new server check-in: 7348a0c4fa user: kevin tags: trunk | |
2018-03-17
| ||
20:40 | Revbump to 6.4, release for Mac check-in: f1e205cbfd user: kevin tags: trunk | |
19:53 | Tweak error reporting check-in: b1723fe551 user: kevin tags: trunk | |
Changes
Changes to QuickWho.py.
cannot compute difference between binary files
Changes to buildapp.
︙ | |||
147 148 149 150 151 152 153 | 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | - + - + - - + | hdiutil create -srcfolder dist -fs HFS+ -volname QuickWho QuickWho.dmg codesign --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2 QuickWho.dmg echo "Uploading DMG..." |
Changes to scriptlibs/machelp/help.txt.
︙ | |||
103 104 105 106 107 108 109 110 111 112 113 114 115 116 | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | + + + + | * Help viewer by Keith Vetter: [http://wiki.tcl.tk/19649]. * pythonwhois library. Website and license: [https://pypi.python.org/pypi/pythonwhois/2.4.3] ------------------- title: QuickWho Version History alias: History '''6.4 (March 17, 2018):''' * Improved error handling if geo-ip data cannot be obtained. * Migrate to new source code server. '''6.3 (February 24, 2018):''' * Improved resizing of main window for efficient UI. * Removal of console on Windows. '''6.2 (May 1, 2017):''' * Improved scrolling performance, security support on macOS. * Improved security support on Windows. |
︙ | |||
192 193 194 195 196 197 198 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 | - + | ------------------- title: License alias: License '''The MIT License (MIT)''' |