bump to 0.1.1.4-alpha in preparation for new release

svn:r4701
This commit is contained in:
Roger Dingledine
2005-08-04 22:45:54 +00:00
parent 9aad89e973
commit 1d3e63158e
4 changed files with 23 additions and 3 deletions
+20
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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"