QuickWho

Check-in [f1e205cbfd]
Login

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: f1e205cbfd430c2c02d9d83c390d21505d2c1b18
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
Hide Diffs Unified Diffs Show Whitespace Changes Patch

Changes to QuickWho.py.

cannot compute difference between binary files

Changes to buildapp.

147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167

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..."

cp -f QuickWho.dmg /Users/kevin/share/kevin/Sites/codebykevin/updates/QuickWho.dmg



cp -f quickwho-changes.tcl /Users/kevin/share/kevin/Sites/codebykevin/quickwho-changes.tcl
cp -f quickwho-version.tcl /Users/kevin/share/kevin/Sites/codebykevin/quickwho-version.tcl


cd ../

#create archive of entire source tree
tar cvfz QuickWho-$1.tgz QuickWho

echo "Done."







|

|

<
|








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..."

upload QuickWho.dmg updates

upload quickwho-changes.tcl


upload quickwho-version.tcl


cd ../

#create archive of entire source tree
tar cvfz QuickWho-$1.tgz QuickWho

echo "Done."

Changes to scriptlibs/machelp/help.txt.

103
104
105
106
107
108
109




110
111
112
113
114
115
116
 * 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.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.







>
>
>
>







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
199
200
201
202
203
204
205
206
207

-------------------
title: License
alias: License
 
'''The MIT License (MIT)'''

QuickWho source code: [http://fossil.codebykevin.com/fossil.cgi/quickwho/]

Copyright (c) 2018 WordTech Communications LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







|








196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211

-------------------
title: License
alias: License
 
'''The MIT License (MIT)'''

QuickWho source code: [https://www.codebykevin.com/fossil.cgi/quickwho/]

Copyright (c) 2018 WordTech Communications LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.