Преглед на файлове

bump to 0.1.1.4-alpha in preparation for new release

svn:r4701
Roger Dingledine преди 19 години
родител
ревизия
1d3e63158e
променени са 4 файла, в които са добавени 23 реда и са изтрити 3 реда
  1. 20 0
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      contrib/tor.nsi
  4. 1 1
      src/win32/orconfig.h

+ 20 - 0
ChangeLog

@@ -1,3 +1,13 @@
+Changes in version 0.1.1.4-alpha - 2005-08-04
+  o Bugfixes included in 0.1.0.13.
+
+  o Features:
+    - Improve tor_gettimeofday() granularity on windows.
+    - Make clients regenerate their keys when their IP address changes.
+    - Implement some more GETINFO goodness: expose helper nodes, config
+      options, getinfo keys.
+
+
 Changes in version 0.1.1.3-alpha - 2005-07-25
   o Bugfixes on 0.1.1.2-alpha:
     - Fix a bug in handling the controller's "post descriptor"
@@ -88,6 +98,16 @@ Changes in version 0.1.1.1-alpha - 2005-06-29
       test this?
 
 
+Changes in version 0.1.0.13 - 2005-08-04
+  o Bugfixes on 0.1.0.x:
+    - Fix a critical bug in the security of our crypto handshakes.
+    - Fix a size_t underflow in smartlist_join_strings2() that made
+      it do bad things when you hand it an empty smartlist.
+    - Fix Windows installer to ship Tor license (thanks to Aphex for
+      pointing out this oversight) and put a link to the doc directory
+      in the start menu.
+
+
 Changes in version 0.1.0.12 - 2005-07-18
   o New directory servers:
       - tor26 has changed IP address.

+ 1 - 1
configure.in

@@ -4,7 +4,7 @@ dnl Copyright 2004-2005 Roger Dingledine, Nick Mathewson
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.1.3-alpha)
+AM_INIT_AUTOMAKE(tor, 0.1.1.4-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

+ 1 - 1
contrib/tor.nsi

@@ -31,7 +31,7 @@
 
 !include "MUI.nsh"
 
-!define VERSION "0.1.1.3-alpha"
+!define VERSION "0.1.1.4-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "http://tor.eff.org/"
 

+ 1 - 1
src/win32/orconfig.h

@@ -218,4 +218,4 @@
 #define HAVE_EVENT_H
 
 /* Version number of package */
-#define VERSION "0.1.1.3-alpha"
+#define VERSION "0.1.1.4-alpha"