diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-05-05 13:43:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-05-05 13:43:07 +0000 |
commit | 59e76933b79316b0f2ac5e6de7c19d3a766f6016 (patch) | |
tree | 1134c6f4b6c681f2805bce984a5e7520b626f715 /net | |
parent | 8c1ac9e4e0bf3eafd86fcdf55750c44c6a3166cd (diff) | |
download | pkgsrc-59e76933b79316b0f2ac5e6de7c19d3a766f6016.tar.gz |
Upgrade to V0.12. Changes:
- All C++ style comments have been replaced by C style comments
- Incoming connections are now accepted again (lame bug created in 0.11 fixed)
- Slashes are replaced by backslashes in downloaded files names
- Downloaded files are no more created before we actually receive data for them
- Queued downloads can now be reordered by drag and drop
- Queued downloads can now be started at any time (using right mouse button on
them)
- Active downloads can now be forced to push mode, moved back to the queue,
or killed (with the output file removed) using right mouse button on them
- Preferences and configuration are now saved in a directory instead of a
single file. You can choose the path of the directory to be used by setting
the GTA_GNUTELLA_DIR environment variable before running gtk-gnutella.
By default it will be ~/.gtk-gnutella/
- Estimated TR (Time Remaining) is displayed while downloading files
- Catched hosts are now saved in clear text in a separate file:
GTA_GNUTELLA_DIR/hosts
- Catched hosts can be imported from and exported to any text file (using
right mouse button on the gnutella host catcher)
- Gtk-Gnutella should now compile (using gcc) and run on more processors
- A few memory leaks removed, but some remain (I don't know where yet)
- Serious bug that made Gtk-Gnutella send garbage when the sendqueue for slow
nodes excedeed 1024 bytes has been fixed
- Completed download files are now moved to a different directory, that can be
choosen in the config screen
- Gtk-Gnutella now remembers the position and the size of the window
- Automatic sorting of search results can be stopped by right clicking in the
search results list (GTK doesn't seem to handle well auto sorting)
Diffstat (limited to 'net')
-rw-r--r-- | net/gtk-gnutella/Makefile | 4 | ||||
-rw-r--r-- | net/gtk-gnutella/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index 2c1fec98ef7..77fbf8150d9 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/04/24 07:45:32 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/05 13:43:07 hubertf Exp $ # -DISTNAME= gtk-gnutella-0.11 +DISTNAME= gtk-gnutella-0.12 CATEGORIES= net MASTER_SITES= http://gtk-gnutella.sourceforge.net/download/ \ ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/ diff --git a/net/gtk-gnutella/files/md5 b/net/gtk-gnutella/files/md5 index db1be07cf7a..89fee3b36ef 100644 --- a/net/gtk-gnutella/files/md5 +++ b/net/gtk-gnutella/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/04/24 07:09:12 itojun Exp $ +$NetBSD: md5,v 1.2 2000/05/05 13:43:09 hubertf Exp $ -MD5 (gtk-gnutella-0.11.tar.gz) = 7e55d619a0ecda25fa6bd038c18e5e03 +MD5 (gtk-gnutella-0.12.tar.gz) = 2e87deca651122dea2b9ed15748bac9b |