]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump master to 0.2.9.4-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 20:31:40 +0000 (16:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 20:31:40 +0000 (16:31 -0400)
ChangeLog
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index aa9aace759ee84e65d7c15b1ed62eac442916bac..7a10a7ce9683d0ff94d5e8c1900019b830bb6601 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+Changes in version 0.2.9.5-rc - 2016-1?-??
+
+
+Changes in version 0.2.8.9 - 2016-10-17
+  Tor 0.2.8.9 backports a fix for a security hole in previous versions
+  of Tor that would allow a remote attacker to crash a Tor client,
+  hidden service, relay, or authority. All Tor users should upgrade to
+  this version, or to 0.2.9.4-alpha. Patches will be released for older
+  versions of Tor.
+
+  o Major features (security fixes, also in 0.2.9.4-alpha):
+    - Prevent a class of security bugs caused by treating the contents
+      of a buffer chunk as if they were a NUL-terminated string. At
+      least one such bug seems to be present in all currently used
+      versions of Tor, and would allow an attacker to remotely crash
+      most Tor instances, especially those compiled with extra compiler
+      hardening. With this defense in place, such bugs can't crash Tor,
+      though we should still fix them as they occur. Closes ticket
+      20384 (TROVE-2016-10-001).
+
+  o Minor features (geoip):
+    - Update geoip and geoip6 to the October 4 2016 Maxmind GeoLite2
+      Country database.
+
+
 Changes in version 0.2.9.4-alpha - 2016-10-17
   Tor 0.2.9.4-alpha fixes a security hole in previous versions of Tor
   that would allow a remote attacker to crash a Tor client, hidden
index 9bad7b43b365b85798b7fcf18ef8075847459074..d35f83ceadd86936b9089b3f29ed538dbafc60f7 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.2.9.4-alpha])
+AC_INIT([tor],[0.2.9.4-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index d24e9025ac172491c9da4b4cca3889cda2b355d9..94bbfe28e26f2b595ab6f3caf5aa13608125e421 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.4-alpha"
+!define VERSION "0.2.9.4-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 3c13ff2ae9ed854ffad2528b08cb1887853d1219..d90242320a8bde8b34772a14e1f409dfb0e881de 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.4-alpha"
+#define VERSION "0.2.9.4-alpha-dev"