diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-01-02 01:19:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-01-02 01:19:13 +0000 |
commit | e3c427c535633aa0df56b155736b2d0ad1a49f78 (patch) | |
tree | 00fde3b67587a305659a2ca734b049db296f6f91 /doc | |
parent | 3232ee482fcf6815b58607cde69458a0ee3291ea (diff) | |
download | pkgsrc-e3c427c535633aa0df56b155736b2d0ad1a49f78.tar.gz |
Update nicotine to 1.0.6. Changes:
- Probable fix for GUI freeze (thanks stillbirth)
- Bye bye total queue limit
- Translations updated
- Files that are downloaded should now be encoded
- Possible fix for a threading race condition
- Possible fix for listport not defined problem and a million little things
- Possible fix for yet-another-corrupted-shares-database problem
- Translation caching
- Whacked some tracebacks
- Implemented recommendations system
- Translation updates
- Added polish translation (thanks owczi)
- Fixed bug that made "Queue limits do not apply to friends" not work
- Fix for the version checking bug
- Quickfix for protocol change
- Changed default server
- Fix for online notify
- Added french translation (thanks flashfr)
- Show IP address now shows country name instead of code (when GeoIP is
installed)
- Fixed sorting in transferlists
- Clear (room) log window popup menu
- Room and user encodings (for chats, browse, userinfoetc)
- Close buttons on sub-tabs
- Translatable (see the languages/nicotine.pot file)
- Window icon (normally blue, yellow when highlight)
- MacOSX OSError / IOError fixups
- Fix for minimum window size
- Desktop shortcut (files/nicotine.desktop), not installed by default
- Possible fix for the "ServerConnection doesn't have fileupl" problem
- Userinfo is now properly network encoded
- Bundled a custom version of the ConfigParser that doesn't have problem
with semi-colons
- Download to.. for searches now defaults to downloaddir
- Close tab-button for searches closes and ignores
- UTF8 log window fixes
- Fix for invalid server traceback (in settings window)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8f04ecc5879..e6d35a19184 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4320 2004/01/01 23:36:42 agc Exp $ +$NetBSD: CHANGES,v 1.4321 2004/01/02 01:19:13 hubertf Exp $ Changes to the packages collection and infrastructure in 2004: @@ -17,3 +17,4 @@ Changes to the packages collection and infrastructure in 2004: Added sylpheed-claws-image-viewer-0.9.7 [cube 2004-01-01] Added sylpheed-claws-trayicon-0.9.7 [cube 2004-01-01] Updated audit-packages to 1.28 [agc 2004-01-01] + Updated nicotine to 1.0.6 [hubertf 2004-01-02] |