diff options
author | hubertf <hubertf> | 2004-01-02 01:19:13 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2004-01-02 01:19:13 +0000 |
commit | d931245aa2453b1f33211ee4ad89cdf25c9b6f03 (patch) | |
tree | 00fde3b67587a305659a2ca734b049db296f6f91 /net/nicotine/PLIST | |
parent | 8e1b5515b14160011d7d3945325f33fdb8b5c515 (diff) | |
download | pkgsrc-d931245aa2453b1f33211ee4ad89cdf25c9b6f03.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 'net/nicotine/PLIST')
-rw-r--r-- | net/nicotine/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nicotine/PLIST b/net/nicotine/PLIST index 508de54abd8..df06784bb75 100644 --- a/net/nicotine/PLIST +++ b/net/nicotine/PLIST @@ -1,6 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/16 11:40:26 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/01/02 01:19:14 hubertf Exp $ bin/nicotine bin/nicotine-import-winconfig +${PYSITELIB}/pynicotine/ConfigParser.py +${PYSITELIB}/pynicotine/ConfigParser.pyc +${PYSITELIB}/pynicotine/ConfigParser.pyo ${PYSITELIB}/pynicotine/__init__.py ${PYSITELIB}/pynicotine/__init__.pyc ${PYSITELIB}/pynicotine/__init__.pyo @@ -58,6 +61,9 @@ ${PYSITELIB}/pynicotine/gtkgui/settingswindow.pyo ${PYSITELIB}/pynicotine/gtkgui/transferlist.py ${PYSITELIB}/pynicotine/gtkgui/transferlist.pyc ${PYSITELIB}/pynicotine/gtkgui/transferlist.pyo +${PYSITELIB}/pynicotine/gtkgui/translux.py +${PYSITELIB}/pynicotine/gtkgui/translux.pyc +${PYSITELIB}/pynicotine/gtkgui/translux.pyo ${PYSITELIB}/pynicotine/gtkgui/uploads.py ${PYSITELIB}/pynicotine/gtkgui/uploads.pyc ${PYSITELIB}/pynicotine/gtkgui/uploads.pyo |