Update to 0.18; changes since 0.17 include:

# v 0.18   2001.11.19

- Further improved auto-download to not request things we already got
- Refuse to record a download if we still have an identical active one
- Integrated search results limiting patch, from Brian St. Pierre
- Fixed incremental sort logic, which was not accurate for big values
- Made search results sortable by Host and by Info
- Integrated new manpage from Brian St. Pierre (in debian directory)
- Never overwrite files in "completed dir"; rename target file if needed
- Missed "return" statements in error path for "download resuming" checks
- Made auto-download.txt case sensitive, and leading '#' is treated as comment
- Auto-download flag made persistent, and file name set via config file
- Integrated auto-download.txt patch from Brian St. Pierre
- Integrated patch from Brian St. Pierre to burst gnutella.h into small files
This commit is contained in:
kleink 2001-12-31 14:33:31 +00:00
parent 0e280055c2
commit b677342882
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.13 2001/11/22 19:45:17 kleink Exp $
# $NetBSD: Makefile,v 1.14 2001/12/31 14:33:31 kleink Exp $
#
DISTNAME= gtk-gnutella-0.17
DISTNAME= gtk-gnutella-0.18
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/}

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2001/11/22 19:45:17 kleink Exp $
$NetBSD: distinfo,v 1.5 2001/12/31 14:33:31 kleink Exp $
SHA1 (gtk-gnutella-0.17.tar.gz) = a4eededb2b562a9bf2809bfe86c3a9d15eb802a6
Size (gtk-gnutella-0.17.tar.gz) = 168718 bytes
SHA1 (gtk-gnutella-0.18.tar.gz) = 180fbcaba6ab4a6bee9b8f298d6ad572df3a4bad
Size (gtk-gnutella-0.18.tar.gz) = 179602 bytes