[or-cvs] r13163: Make the tor-gencert man page get included correctly in the (in tor/trunk: . doc src/win32)

arma at seul.org arma at seul.org
Thu Jan 17 20:32:37 UTC 2008


Author: arma
Date: 2008-01-17 15:32:37 -0500 (Thu, 17 Jan 2008)
New Revision: 13163

Modified:
   tor/trunk/ChangeLog
   tor/trunk/configure.in
   tor/trunk/doc/Makefile.am
   tor/trunk/src/win32/orconfig.h
Log:
Make the tor-gencert man page get included correctly in the tarball.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2008-01-17 19:58:58 UTC (rev 13162)
+++ tor/trunk/ChangeLog	2008-01-17 20:32:37 UTC (rev 13163)
@@ -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

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2008-01-17 19:58:58 UTC (rev 13162)
+++ tor/trunk/configure.in	2008-01-17 20:32:37 UTC (rev 13163)
@@ -4,7 +4,7 @@
 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

Modified: tor/trunk/doc/Makefile.am
===================================================================
--- tor/trunk/doc/Makefile.am	2008-01-17 19:58:58 UTC (rev 13162)
+++ tor/trunk/doc/Makefile.am	2008-01-17 20:32:37 UTC (rev 13163)
@@ -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
 

Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h	2008-01-17 19:58:58 UTC (rev 13162)
+++ tor/trunk/src/win32/orconfig.h	2008-01-17 20:32:37 UTC (rev 13163)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.16-alpha"
+#define VERSION "0.2.0.17-alpha"
 
 



More information about the tor-commits mailing list