Changes 0.95.2:

- GTKG generated up to four times more traffic than was needed between
  GTKG Ultrapeer and GTKG leafs.
- Improved firewall status detection: if you are not firewalled then GTKG
  is now less likely to claim that you are.
- Fix a build problem for some versions of Glade
- A few minor bugs fixed

Changes 0.95.1:
- Bitzi tickets are now persistently cached so that tickets are
  available again after restarting GTKG.
- Improved Unicode support:
- Search improvements:
- [GTK2] GUI updates:
- The GUI uses SI prefixes according to IEC 60027-2 (2000-11) Ed. 2.0
  everywhere, so hard disk vendors won't fool you any longer.
- Compatibility fixes to allow compilation on more architectures,
  including 64 bit architectures.
- There are now two hostiles.txt, a system-wide ("global") and one in
  the ~/.gtk-gnutella directory. So you only need to put private
  additions into ~/.gtk-gnutella/hostiles.txt. These files are also
  automagically reloaded on change, so you don't need to restart
  Gtk-Gnutella to make the changes effective.
- Updated listings for geographic information, bogus addresses and
  spam sites.
- Greatly enhanced stability as compared to 0.95 due to many bug
  fixes.
This commit is contained in:
adam 2005-05-11 09:50:11 +00:00
parent 5c98da7bd0
commit 6bc4f6b535
2 changed files with 12 additions and 15 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.39 2005/04/11 21:46:47 tv Exp $
# $NetBSD: Makefile,v 1.40 2005/05/11 09:50:11 adam Exp $
DISTNAME= gtk-gnutella-0.95
DISTNAME= gtk-gnutella-0.95.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/}
EXTRACT_SUFX= .tar.bz2
@ -20,21 +20,18 @@ CONFIGURE_ARGS+= -d -e -r -s \
-D sysman="${PREFIX}/man" \
-D locale="${PREFIX}/${PKGLOCALEDIR}/locale" \
-D cc="${CC}" \
-D cflags="${CFLAGS:Unone}" \
-D optimize="${CFLAGS:Unone}" \
-D ccflags="${CFLAGS:Unone}" \
-D gtkversion=2 \
-D yacc="yacc" \
-D official="true"
# -D optimize="${COPTS}" \
-D official="true" \
-U optimize
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
post-configure:
@if [ -f ${BUILDLINK_PREFIX.gtk2}/include/gtk-2.0/gtk/gtkcellrendererprogress.h ]; then \
cd ${WRKSRC}/src/ui/gtk/gtk2 && \
${RM} pbarcellrenderer.c pbarcellrenderer.h && \
${TOUCH} pbarcellrenderer.c pbarcellrenderer.h; \
fi
cd "${WRKSRC}/src/ui/gtk/gtk2" && \
${TOUCH} interface-glade.c interface-glade.h \
support-glade.c support-glade.h
.include "../../mk/bsd.pkg.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2005/02/24 12:13:48 agc Exp $
$NetBSD: distinfo,v 1.18 2005/05/11 09:50:11 adam Exp $
SHA1 (gtk-gnutella-0.95.tar.bz2) = 38be3abced5add254f7a0fff88b7e7e1d0e47fa8
RMD160 (gtk-gnutella-0.95.tar.bz2) = 2f3d89e64b1f0586a885d7af245ce29525155be1
Size (gtk-gnutella-0.95.tar.bz2) = 2191028 bytes
SHA1 (gtk-gnutella-0.95.2.tar.bz2) = 885a5bf9793989d9ab40a8d2d3970378532e8b35
RMD160 (gtk-gnutella-0.95.2.tar.bz2) = 3462ece2930f5c56456b56e3451af2f020b8c583
Size (gtk-gnutella-0.95.2.tar.bz2) = 2304571 bytes