From 867f3b382e914b84b3408fc9010bc124a8d1a34b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 30 Nov 2014 19:38:54 -0500 Subject: [PATCH] Note the progress for the 14 changelog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1076359f..f4d370a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ Changes in 1.4.15-stable + +(as of 641d0d88dc0db734be5a3f207e94c468c5730091) + o Pass flags to fcntl(F_SETFL) as int, not long (b3d0382) o Backport and tweak the LICENSE file for 1.4 (8a5ebd3) o set close-on-exec bit for filedescriptors created by dns subsystem (9985231 Ralf Schmitt) @@ -12,7 +15,7 @@ Changes in 1.4.15-stable Changes in 1.4.14b-stable o Set the VERSION_INFO correctly for 1.4.14 - + Changes in 1.4.14-stable o Add a .gitignore file for the 1.4 branch. (d014edb)