better release blurb, maybe. Also bump version.

This commit is contained in:
Nick Mathewson 2014-10-19 21:55:16 -04:00
parent b783ed3b5c
commit 7ce4192d1d
4 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
Changes in version 0.2.4.25 - 2014-10-20 Changes in version 0.2.4.25 - 2014-10-20
Tor 0.2.4.25 contains a response to the recent "POODLE" attack against Tor 0.2.4.25 disables SSL3 in response to the recent "POODLE" attack
SSL3 (which doesn't affect Tor), and a response to a crash bug caused (even though POODLE does not affect Tor). It also works around a crash
by some operating systems' response to the "POODLE" attack (which does bug caused by some operating systems' response to the "POODLE" attack
affect Tor). (which does affect Tor).
o Major security fixes (also in 0.2.5.9-rc): o Major security fixes (also in 0.2.5.9-rc):
- Disable support for SSLv3. All versions of OpenSSL in use with Tor - Disable support for SSLv3. All versions of OpenSSL in use with Tor

View File

@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-2013, The Tor Project, Inc. dnl Copyright (c) 2007-2013, The Tor Project, Inc.
dnl See LICENSE for licensing information dnl See LICENSE for licensing information
AC_INIT([tor],[0.2.4.24]) AC_INIT([tor],[0.2.4.25])
AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE

View File

@ -8,7 +8,7 @@
!include "LogicLib.nsh" !include "LogicLib.nsh"
!include "FileFunc.nsh" !include "FileFunc.nsh"
!insertmacro GetParameters !insertmacro GetParameters
!define VERSION "0.2.4.24" !define VERSION "0.2.4.25"
!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"

View File

@ -241,7 +241,7 @@
#define USING_TWOS_COMPLEMENT #define USING_TWOS_COMPLEMENT
/* Version number of package */ /* Version number of package */
#define VERSION "0.2.4.24" #define VERSION "0.2.4.25"