This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.7 in repository tor.
from c00b4e63f7 Merge branch 'maint-0.4.7' into release-0.4.7 add 7678809b3f Revert "version: Bump version to 0.4.7.9-dev" new 9a117c4c97 version: Bump version to 0.4.7.9-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 c4ff6a4f55 Merge branch 'maint-0.4.6' into maint-0.4.7 new 042fece49e Merge branch 'maint-0.4.7' into release-0.4.7 new ecb194b9da version: Bump version to 0.4.5.14 new b86b593c04 Merge branch 'maint-0.4.5' into maint-0.4.6 new 5de3b0db75 Merge branch 'maint-0.4.6' into maint-0.4.7 new af96c966f7 Merge branch 'maint-0.4.7' into release-0.4.7 new 111b2d3a9f version: Bump version to 0.4.6.12 new 9a9ddc2657 Merge branch 'maint-0.4.6' into maint-0.4.7 new df6343cddf Merge branch 'maint-0.4.7' into release-0.4.7 new d72bdc1809 release: ChangeLog and ReleaseNotes for 0.4.7.10 new f732a91a73 version: Bump version to 0.4.7.10 new cbee4385d0 Merge branch 'maint-0.4.7' into release-0.4.7
The 15 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.7 in repository tor.
commit 9a117c4c97caa91df55ee0ad73e0d1d40ab579c7 Author: Tor CI Release no-email@torproject.org AuthorDate: Thu Aug 11 14:37:39 2022 +0000
version: Bump version to 0.4.7.9-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 778e485d5c..28d94d3592 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.7.9]) +AC_INIT([tor],[0.4.7.9-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.7.9 +AC_DEFINE(APPROX_RELEASE_DATE, ["2022-08-11"], # for 0.4.7.9-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 152d19d6b7..c46ac0024a 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.7.9" +!define VERSION "0.4.7.9-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 b6a6c69e49..e03e4c8d0f 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.7.9" +#define VERSION "0.4.7.9-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.7 in repository tor.
commit 042fece49e9a33dd00a9d7df1ff68eecd27409f2 Merge: 9a117c4c97 c4ff6a4f55 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 09:56:54 2022 -0400
Merge branch 'maint-0.4.7' into release-0.4.7
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.7 in repository tor.
commit af96c966f749945df312c94c5547ef5eb6c2cc20 Merge: 042fece49e 5de3b0db75 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 10:14:38 2022 -0400
Merge branch 'maint-0.4.7' into release-0.4.7
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit df6343cddfeed06579dc1ec675683e37602752c8 Merge: af96c966f7 9a9ddc2657 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 10:17:40 2022 -0400
Merge branch 'maint-0.4.7' into release-0.4.7
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit d72bdc1809f56626f02e1dac5a23fc2bb01218d2 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 10:19:21 2022 -0400
release: ChangeLog and ReleaseNotes for 0.4.7.10
Signed-off-by: David Goulet dgoulet@torproject.org --- ChangeLog | 13 +++++++++++++ ReleaseNotes | 13 +++++++++++++ 2 files changed, 26 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 66e575d1c8..0f60346f4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Changes in version 0.4.7.10 - 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.7.9. + + Changes in version 0.4.7.9 - 2022-08-11 This version contains several major fixes aimed at reducing memory pressure on relays and possible side-channel. It also contains a major bugfix related to diff --git a/ReleaseNotes b/ReleaseNotes index da8f452df4..510daf1384 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.7.10 - 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.7.9. + + Changes in version 0.4.7.9 - 2022-08-11 This version contains several major fixes aimed at reducing memory pressure on relays and possible side-channel. It also contains a major bugfix related to
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit cbee4385d056175405df28c3480bd646ae34f70d Merge: d72bdc1809 f732a91a73 Author: David Goulet dgoulet@torproject.org AuthorDate: Fri Aug 12 10:20:10 2022 -0400
Merge branch 'maint-0.4.7' into release-0.4.7
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