This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.6 in repository tor.
from 234ea8150e Merge branch 'maint-0.4.6' into release-0.4.6 add 3dbff14d94 Revert "version: Bump version to 0.4.6.11-dev" new 80486c8877 version: Bump version to 0.4.6.11-dev new bb88086c72 geoip: Update geoip files with August 9th, 2022 database new 8244eefcd3 Merge branch 'maint-0.4.5' into maint-0.4.6 new 0aadc8c684 Merge branch 'maint-0.4.6' into release-0.4.6 new ecb194b9da version: Bump version to 0.4.5.14 new b86b593c04 Merge branch 'maint-0.4.5' into maint-0.4.6 new 368995a2c5 Merge branch 'maint-0.4.6' into release-0.4.6 new f76d516982 release: ChangeLog and ReleaseNotes for 0.4.6.12 new 111b2d3a9f version: Bump version to 0.4.6.12 new 726441421c Merge branch 'maint-0.4.6' into release-0.4.6
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 13 + ReleaseNotes | 13 + changes/geoip-2022-08-12 | 5 + configure.ac | 4 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/config/geoip | 46473 +++++++++++----------------------- src/config/geoip6 | 15581 ++++++------ src/win32/orconfig.h | 2 +- 8 files changed, 22652 insertions(+), 39441 deletions(-) create mode 100644 changes/geoip-2022-08-12
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.6 in repository tor.
commit 80486c887720b90cb08ce363fbf3f0e641f6e034 Author: Tor CI Release no-email@torproject.org AuthorDate: Thu Aug 11 14:37:39 2022 +0000
version: Bump version to 0.4.6.11-dev --- configure.ac | 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac index c7a75d581f..a8e73ddae6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc. dnl See LICENSE for licensing information
AC_PREREQ([2.63]) -AC_INIT([tor],[0.4.6.11]) +AC_INIT([tor],[0.4.6.11-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4])
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config # version number changes. Tor uses it to make sure that it # only shuts down for missing "required protocols" when those protocols # are listed as required by a consensus after this date. -AC_DEFINE(APPROX_RELEASE_DATE, ["2022-08-11"], # for 0.4.6.11 +AC_DEFINE(APPROX_RELEASE_DATE, ["2022-08-11"], # for 0.4.6.11-dev [Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in index 8999230a4a..80570abf6a 100644 --- a/contrib/win32build/tor-mingw.nsi.in +++ b/contrib/win32build/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.4.6.11" +!define VERSION "0.4.6.11-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 991da621de..64b4819dce 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -217,7 +217,7 @@ #define USING_TWOS_COMPLEMENT
/* Version number of package */ -#define VERSION "0.4.6.11" +#define VERSION "0.4.6.11-dev"
#define HAVE_STRUCT_SOCKADDR_IN6 #define HAVE_STRUCT_IN6_ADDR
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.6 in repository tor.
commit 0aadc8c6841239d045e3d844973f7cc3753ffb7e Merge: 80486c8877 8244eefcd3 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 09:56:54 2022 -0400
Merge branch 'maint-0.4.6' into release-0.4.6
changes/geoip-2022-08-12 | 5 + src/config/geoip | 46473 ++++++++++++++------------------------------- src/config/geoip6 | 15581 ++++++++------- 3 files changed, 22622 insertions(+), 39437 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.6 in repository tor.
commit 368995a2c521e8f7b1502a7bef8abdb56ca21515 Merge: 0aadc8c684 b86b593c04 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 10:14:38 2022 -0400
Merge branch 'maint-0.4.6' into release-0.4.6
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.6 in repository tor.
commit f76d5169822a472f40b94cfa1245e1ee2f615355 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 10:16:38 2022 -0400
release: ChangeLog and ReleaseNotes for 0.4.6.12
Signed-off-by: David Goulet dgoulet@torproject.org --- ChangeLog | 13 +++++++++++++ ReleaseNotes | 13 +++++++++++++ 2 files changed, 26 insertions(+)
diff --git a/ChangeLog b/ChangeLog index aadc8220fb..f5e6c01f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Changes in version 0.4.6.12 - 2022-08-12 + This version updates the geoip cache that we generate from IPFire location + database to use the August 9th, 2022 one. Everyone MUST update to this + latest release else circuit path selection and relay metrics are badly + affected. + + o Major bugfixes (geoip data): + - IPFire informed us on August 12th that databases generated after + (including) August 10th did not have proper ARIN network allocations. We + are updating the database to use the one generated on August 9th, 2022. + Fixes bug 40658; bugfix on 0.4.6.11. + + Changes in version 0.4.6.11 - 2022-08-11 This version contains two major fixes aimed at reducing memory pressure on relays and possible side-channel. The rest of the fixes were backported for diff --git a/ReleaseNotes b/ReleaseNotes index 54a1076959..aaab3f5ac2 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -2,6 +2,19 @@ This document summarizes new features and bugfixes in each stable release of Tor. If you want to see more detailed descriptions of the changes in each development snapshot, see the ChangeLog file.
+Changes in version 0.4.6.12 - 2022-08-12 + This version updates the geoip cache that we generate from IPFire location + database to use the August 9th, 2022 one. Everyone MUST update to this + latest release else circuit path selection and relay metrics are badly + affected. + + o Major bugfixes (geoip data): + - IPFire informed us on August 12th that databases generated after + (including) August 10th did not have proper ARIN network allocations. We + are updating the database to use the one generated on August 9th, 2022. + Fixes bug 40658; bugfix on 0.4.6.11. + + Changes in version 0.4.6.11 - 2022-08-11 This version contains two major fixes aimed at reducing memory pressure on relays and possible side-channel. The rest of the fixes were backported for
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.6 in repository tor.
commit 726441421c5fe4d7e0878d872f140cec004b61e7 Merge: f76d516982 111b2d3a9f Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 10:17:16 2022 -0400
Merge branch 'maint-0.4.6' into release-0.4.6
configure.ac | 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
tor-commits@lists.torproject.org