Browse Source

bump to 0.2.2.15-alpha

Roger Dingledine 15 years ago
parent
commit
1f81474b2e
4 changed files with 13 additions and 13 deletions
  1. 10 10
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      contrib/tor-mingw.nsi.in
  4. 1 1
      src/win32/orconfig.h

+ 10 - 10
ChangeLog

@@ -39,14 +39,6 @@ Changes in version 0.2.2.15-alpha - 2010-08-18
     - Add support for the country code "{??}" in torrc options like
     - Add support for the country code "{??}" in torrc options like
       ExcludeNodes, to indicate all routers of unknown country. Closes
       ExcludeNodes, to indicate all routers of unknown country. Closes
       bug 1094.
       bug 1094.
-    - Remove the old debian/ directory from the main Tor distribution.
-      The official Tor-for-debian git repository lives at the URL
-      https://git.torproject.org/debian/tor.git
-    - Take a first step towards making or.h smaller by splitting out
-      function definitions for all source files in src/or/. Leave
-      structures and defines in or.h for now.
-    - New unit tests for exit-port history statistics; refactored exit
-      statistics code to be more easily tested.
     - Relays report the number of bytes spent on answering directory
     - Relays report the number of bytes spent on answering directory
       requests in extra-info descriptors similar to {read,write}-history.
       requests in extra-info descriptors similar to {read,write}-history.
       Implements enhancement 1790.
       Implements enhancement 1790.
@@ -80,7 +72,7 @@ Changes in version 0.2.2.15-alpha - 2010-08-18
       stream ending reason for this case: END_STREAM_REASON_NOROUTE.
       stream ending reason for this case: END_STREAM_REASON_NOROUTE.
       Servers can start sending this code when enough clients recognize
       Servers can start sending this code when enough clients recognize
       it. Also update the spec to reflect this new reason. Bugfix on
       it. Also update the spec to reflect this new reason. Bugfix on
-      0.1.0.1-rc; fixes bug 1793.
+      0.1.0.1-rc; fixes part of bug 1793.
     - Delay geoip stats collection by bridges for 6 hours, not 2 hours,
     - Delay geoip stats collection by bridges for 6 hours, not 2 hours,
       when we switch from being a public relay to a bridge. Otherwise
       when we switch from being a public relay to a bridge. Otherwise
       there will still be clients that see the relay in their consensus,
       there will still be clients that see the relay in their consensus,
@@ -111,7 +103,7 @@ Changes in version 0.2.2.15-alpha - 2010-08-18
       '$(:x)' to 'x' rather than the empty string. This bites us in
       '$(:x)' to 'x' rather than the empty string. This bites us in
       doc/ when configured with --disable-asciidoc. Bugfix on
       doc/ when configured with --disable-asciidoc. Bugfix on
       0.2.2.9-alpha; fixes bug 1773.
       0.2.2.9-alpha; fixes bug 1773.
-    - Fix to remove a spurious hidden service server-side log notice about
+    - Remove a spurious hidden service server-side log notice about
       "Ancient non-dirty circuits". Bugfix on 0.2.2.14-alpha; fixes
       "Ancient non-dirty circuits". Bugfix on 0.2.2.14-alpha; fixes
       bug 1741.
       bug 1741.
     - Fix compilation with --with-dmalloc set. Bugfix on 0.2.2.6-alpha;
     - Fix compilation with --with-dmalloc set. Bugfix on 0.2.2.6-alpha;
@@ -124,8 +116,16 @@ Changes in version 0.2.2.15-alpha - 2010-08-18
       0.2.2.6-alpha, and 0.2.2.10-alpha respectively; fixes bug 1831.
       0.2.2.6-alpha, and 0.2.2.10-alpha respectively; fixes bug 1831.
 
 
   o Code simplifications and refactoring:
   o Code simplifications and refactoring:
+    - Take a first step towards making or.h smaller by splitting out
+      function definitions for all source files in src/or/. Leave
+      structures and defines in or.h for now.
     - Remove a bunch of unused function declarations as well as a block of
     - Remove a bunch of unused function declarations as well as a block of
       #if 0'd code from the unit tests. Closes bug 1824.
       #if 0'd code from the unit tests. Closes bug 1824.
+    - New unit tests for exit-port history statistics; refactored exit
+      statistics code to be more easily tested.
+    - Remove the old debian/ directory from the main Tor distribution.
+      The official Tor-for-debian git repository lives at the URL
+      https://git.torproject.org/debian/tor.git
 
 
 
 
 Changes in version 0.2.2.14-alpha - 2010-07-12
 Changes in version 0.2.2.14-alpha - 2010-07-12

+ 1 - 1
configure.in

@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 dnl See LICENSE for licensing information
 
 
 AC_INIT
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.14-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.2.15-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 AM_CONFIG_HEADER(orconfig.h)
 
 
 AC_CANONICAL_HOST
 AC_CANONICAL_HOST

+ 1 - 1
contrib/tor-mingw.nsi.in

@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
 !insertmacro GetParameters
-!define VERSION "0.2.2.14-alpha-dev"
+!define VERSION "0.2.2.15-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
 !define LICENSE "LICENSE"

+ 1 - 1
src/win32/orconfig.h

@@ -233,5 +233,5 @@
 #define USING_TWOS_COMPLEMENT
 #define USING_TWOS_COMPLEMENT
 
 
 /* Version number of package */
 /* Version number of package */
-#define VERSION "0.2.2.14-alpha-dev"
+#define VERSION "0.2.2.15-alpha"