summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-12-05 12:18:50 -0500
committerNick Mathewson <nickm@torproject.org>2019-12-05 12:18:50 -0500
commita0f80026d0a813ffeab2ad51e26290cf46dd1ed4 (patch)
treeb20ca0613107cb2640333f06697bcc377499aa87
parent24e6251b81794b66800fa208c6699808b9a079b0 (diff)
downloadtor-a0f80026d0a813ffeab2ad51e26290cf46dd1ed4.tar.gz
tor-a0f80026d0a813ffeab2ad51e26290cf46dd1ed4.zip
start on changelog for 0.4.2.5
-rw-r--r--ChangeLog10
-rw-r--r--changes/ticket325005
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f23fa1cfa..12685beb69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Changes in version 0.4.2.5 - 2019-12-??
+ Blurb blurb.
+
+ o Testing (backport from 0.4.2.5):
+ - Require C99 standards-conforming code in Travis CI, but allow GNU
+ gcc extensions. Also activates clang's -Wtypedef-redefinition
+ warnings. Build some jobs with -std=gnu99, and some jobs without.
+ Closes ticket 32500.
+
+
Changes in version 0.4.2.4-rc - 2019-11-15
Tor 0.4.2.4-rc is the first release candidate in its series. It fixes
several bugs from earlier versions, including a few that would result in
diff --git a/changes/ticket32500 b/changes/ticket32500
deleted file mode 100644
index 2c0f35df72..0000000000
--- a/changes/ticket32500
+++ /dev/null
@@ -1,5 +0,0 @@
- o Testing:
- - Require C99 standards-conforming code in Travis CI, but allow GNU gcc
- extensions. Also activates clang's -Wtypedef-redefinition warnings.
- Build some jobs with -std=gnu99, and some jobs without.
- Closes ticket 32500.