Kaynağa Gözat

bump to 0.2.1.4-alpha-dev, add a future todo item

svn:r16440
Roger Dingledine 16 yıl önce
ebeveyn
işleme
b79fe6a0db
5 değiştirilmiş dosya ile 5 ekleme ve 4 silme
  1. 1 1
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      contrib/tor-mingw.nsi.in
  4. 1 0
      doc/TODO.future
  5. 1 1
      src/win32/orconfig.h

+ 1 - 1
ChangeLog

@@ -1398,7 +1398,7 @@ Changes in version 0.2.0.10-alpha - 2007-11-10
     - Stop leaking memory every time we parse a v3 certificate. Bugfix
       on 0.2.0.1-alpha.
     - Stop leaking memory every time we load a v3 certificate. Bugfix
-      on 0.2.0.1-alpha. Fixes Bug 536.
+      on 0.2.0.1-alpha. Fixes bug 536.
     - Stop leaking a cached networkstatus on exit.  Bugfix on
       0.2.0.3-alpha.
     - Stop leaking voter information every time we free a consensus.

+ 1 - 1
configure.in

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

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

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

+ 1 - 0
doc/TODO.future

@@ -23,6 +23,7 @@ K       - Karsten claims
 =======================================================================
 
 Later, unless people want to implement them now:
+  - tor as a socks proxy should accept (and ignore) password auth
   - Actually use SSL_shutdown to close our TLS connections.
   - Include "v" line in networkstatus getinfo values.
     [Nick: bridge authorities output a networkstatus that is missing

+ 1 - 1
src/win32/orconfig.h

@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.4-alpha"
+#define VERSION "0.2.1.4-alpha-dev"