Commit 3f1006aa authored by George Kadianakis's avatar George Kadianakis
Browse files

Do the release ritual for 0.1.1.

parent a52321b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Changes in version 0.1.1 - <not yet released>
Changes in version 0.1.1 - 2012-03-09
 - Add trailing slash to the torproject URL in the man page. Fixes
   bug #5311. Patch by Peter Palfrader.
 - Add LICENSE and Doxyfile to the release archives from now on.
+1 −1
Original line number Diff line number Diff line
AC_PREREQ([2.61])dnl Possibly earlier will do, but this is what I have
AC_INIT([obfsproxy], [0.1.0])
AC_INIT([obfsproxy], [0.1.1])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign nostdinc])