From: Ian Jackson Date: Fri, 6 Jun 2014 00:18:59 +0000 (+0100) Subject: changelog, Makefile.in: finalise 0.3.2~beta1 X-Git-Tag: debian/0.3.2_beta1^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=27ee084e0b458c71d27c48402e4d62dfbf4a83bf changelog, Makefile.in: finalise 0.3.2~beta1 --- diff --git a/Makefile.in b/Makefile.in index e956695..9884dcd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.3.1 +VERSION:=0.3.2~beta1 @SET_MAKE@ diff --git a/debian/changelog b/debian/changelog index 392c5f7..fc117e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,18 @@ -secnet (0.3.2~~) unstable; urgency=low +secnet (0.3.2~beta1) unstable; urgency=low + For links involving mobile sites: * SECURITY: Properly update peer address array when it is full. + * Do name-resolution on peer-initiated key setup too, when we are mobile + (and other name-resolution improvements). + + Other minor improvements: * Log peer addresses on key exchange timeout. * When printing version (eg during startup), use value from git-describe and thus include git commit id where applicable. * Updates to release checklist in Makefile.in. * Use C99 _Bool for bool_t. - * Do name-resolution on peer-initiated key setup too, when we are mobile - (and other name-resolution improvements). - -- + -- Ian Jackson Fri, 06 Jun 2014 01:17:54 +0100 secnet (0.3.1) unstable; urgency=low