From: Stephen Early Date: Sat, 11 Jun 2005 23:18:00 +0000 (+0100) Subject: Import release 0.1.17 X-Git-Tag: chiark-0.1.17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.1.17 Import release 0.1.17 --- diff --git a/Makefile.in b/Makefile.in index 0461854..43df9eb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.1.16 +VERSION:=0.1.17 @SET_MAKE@ diff --git a/NEWS b/NEWS index 4b50c59..9f40004 100644 --- a/NEWS +++ b/NEWS @@ -3,14 +3,27 @@ Please note that the 0.1 series of secnet releases is now 'maintenance only'; further development continues in secnet-0.2. -* Planned for version 0.1.17 - Debconf support - if you are using the Debian packaged version and your secnet configuration is autogenerated using debconf then the upgrade to version 0.2.0 should just involve installing the package; an appropriate 0.2-style configuration file will be generated automatically. +* New in version 0.1.17 + +autoconf updates for cross-compilation / more modern autoconf from +Ross Younger + +MacOS X support from Richard Kettlewell + +Makefile fix: Update bison pattern rule to indicate that both the +.tab.c and .tab.h files are generated by the same command. + +i386 ip_csum implementation updated to work with modern gcc + +Rename global 'log' to 'slilog' to avoid conflict with gcc built-in +log() function. + * New in version 0.1.16 XXX XXX PROTOCOL COMPATIBILITY IS BROKEN BETWEEN VERSION 0.1.16 AND diff --git a/debian/changelog b/debian/changelog index 39e6dcd..975d829 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -secnet (0.1.16-1) unstable; urgency=high +secnet (0.1.17-1) unstable; urgency=low * New upstream version. - -- Stephen Early Sat, 19 Jul 2003 17:00:00 +0100 + -- Stephen Early Sun, 13 Jul 2005 01:00:00 +0100 diff --git a/debian/control b/debian/control index dc1cf40..3d88ed1 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Standards-Version: 3.0.1 Package: secnet Architecture: any -Depends: ${shlibs:Depends}, python +Depends: ${shlibs:Depends} +Recommends: python Description: VPN software for distributed networks secnet allows multiple private networks, each 'hidden' behind a single globally-routable IP address, to be bridged together. diff --git a/debian/rules b/debian/rules index d9d1dd5..75606ee 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,6 @@ binary-arch: build install # dh_installcron # dh_installman # dh_installinfo - dh_undocumented dh_installchangelogs dh_link dh_strip