pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update nicotine to 1.0.6. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/6da105b2baf7
branches: trunk
changeset: 465567:6da105b2baf7
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Fri Jan 02 01:19:13 2004 +0000
description:
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:
doc/CHANGES | 3 ++-
net/nicotine/Makefile | 5 ++---
net/nicotine/PLIST | 8 +++++++-
net/nicotine/distinfo | 6 +++---
4 files changed, 14 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r b7d907acb385 -r 6da105b2baf7 doc/CHANGES
--- a/doc/CHANGES Fri Jan 02 00:07:58 2004 +0000
+++ b/doc/CHANGES Fri Jan 02 01:19:13 2004 +0000
@@ -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 @@
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]
diff -r b7d907acb385 -r 6da105b2baf7 net/nicotine/Makefile
--- a/net/nicotine/Makefile Fri Jan 02 00:07:58 2004 +0000
+++ b/net/nicotine/Makefile Fri Jan 02 01:19:13 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/12/24 09:53:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/02 01:19:14 hubertf Exp $
#
-DISTNAME= nicotine-1.0.3
-PKGREVISION= 1
+DISTNAME= nicotine-1.0.6
CATEGORIES= net audio x11
MASTER_SITES= http://nicotine.thegraveyard.org/
EXTRACT_SUFX= .tar.bz2
diff -r b7d907acb385 -r 6da105b2baf7 net/nicotine/PLIST
--- a/net/nicotine/PLIST Fri Jan 02 00:07:58 2004 +0000
+++ b/net/nicotine/PLIST Fri Jan 02 01:19:13 2004 +0000
@@ -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/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
diff -r b7d907acb385 -r 6da105b2baf7 net/nicotine/distinfo
--- a/net/nicotine/distinfo Fri Jan 02 00:07:58 2004 +0000
+++ b/net/nicotine/distinfo Fri Jan 02 01:19:13 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/08 00:33:18 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2004/01/02 01:19:14 hubertf Exp $
-SHA1 (nicotine-1.0.3.tar.bz2) = 97971da3b4534e5e01babafe3bf047391b1eecda
-Size (nicotine-1.0.3.tar.bz2) = 153311 bytes
+SHA1 (nicotine-1.0.6.tar.bz2) = b7278d571140a2e22c088ef74384c8285a9b0558
+Size (nicotine-1.0.6.tar.bz2) = 277777 bytes
Home |
Main Index |
Thread Index |
Old Index