summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-01-02 20:49:47 +0000
committerXin LI <delphij@FreeBSD.org>2015-01-02 20:49:47 +0000
commit7e650197bfa22668160695ec55b6ed3e3da63f43 (patch)
treed1ac2abd6291500f95b9ae9f2de188dd02080827 /ChangeLog
parenta12836acb1f42333451ec390b218157e1b6983f3 (diff)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bc3de908365..98cdcc46b6ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2015-01-02 15:15 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.22
+
+2015-01-01 12:01 Christos Zoulas <christos@zoulas.com>
+
+ * add indirect relative for TIFF/Exif
+
+2014-12-16 18:10 Christos Zoulas <christos@zoulas.com>
+
+ * restructure elf note printing to avoid repeated messages
+ * add note limit, suggested by Alexander Cherepanov
+
+2014-12-16 16:53 Christos Zoulas <christos@zoulas.com>
+
+ * Bail out on partial pread()'s (Alexander Cherepanov)
+ * Fix incorrect bounds check in file_printable (Alexander Cherepanov)
+
+2014-12-11 20:01 Christos Zoulas <christos@zoulas.com>
+
+ * PR/405: ignore SIGPIPE from uncompress programs
+ * change printable -> file_printable and use it in
+ more places for safety
+ * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
+ is present print the interpreter name.
+
2014-12-10 20:01 Christos Zoulas <christos@zoulas.com>
* release 5.21
@@ -23,6 +49,8 @@
- reduce the number of recursion levels from 20 to 10
- preserve error messages in indirect magic handling
+ This is tracked as CVE-2014-8116 and CVE-2014-8117
+
2014-11-12 10:30 Christos Zoulas <christos@zoulas.com>
* fix bogus free in the user buffer case.