]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make the tor-gencert man page get included correctly in the tarball.
authorRoger Dingledine <arma@torproject.org>
Thu, 17 Jan 2008 20:32:37 +0000 (20:32 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 17 Jan 2008 20:32:37 +0000 (20:32 +0000)
svn:r13163

ChangeLog
configure.in
doc/Makefile.am
src/win32/orconfig.h

index 0726e73e592336d1409f518d108565954c6368f4..185e6db85f13ce67d3b53b80b2ceddf8397c61b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes in version 0.2.0.17-alpha - 2008-01-17
+  o Compile fixes:
+    - Make the tor-gencert man page get included correctly in the tarball.
+
+
 Changes in version 0.2.0.16-alpha - 2008-01-17
   o New directory authorities:
     - Set up gabelmoo (run by Karsten Loesing) as the fifth v3 directory
index 54851f4d637c02fe4836dc283e88382670575216..0d2735acd948cda154de6966276dbe402388f2b1 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.16-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.0.17-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index b8c8c67de44dd244691e889a4face0d2fa447cd5..60afcb7d5216cbfb60cbdf24f3f5d2a46ce995ec 100644 (file)
@@ -1,6 +1,6 @@
 
 EXTRA_DIST = website img HACKING                             \
-             tor-resolve.1                                   \
+             tor-resolve.1 tor-gencert.1                     \
              tor-osx-dmg-creation.txt tor-rpm-creation.txt   \
              tor-win32-mingw-creation.txt
 
index 26b17247f6d5e850002de45c27d1fd36abddc324..6beb1dfcee8025f0054894029ddde72fe28edfde 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.16-alpha"
+#define VERSION "0.2.0.17-alpha"