diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-11-27 08:12:13 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-11-27 08:12:13 +0000 |
commit | 13cca01a6f37080435dd46ff88176ea553ea2e32 (patch) | |
tree | e597ccba45f568b31c60bd57409683368dcd6517 | |
parent | Merge pull request #50 from kcwu/fix-uninit-process_img (diff) | |
download | w3m-13cca01a6f37080435dd46ff88176ea553ea2e32.tar.gz w3m-13cca01a6f37080435dd46ff88176ea553ea2e32.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2016-11-27 Kuang-che Wu <kcwu@google.com> + + * file.c: Fix uninitialized variable in process_img(). fix #44. + Bug-Debian: https://github.com/tats/w3m/issues/44 + Origin: https://github.com/tats/w3m/pull/50/commits/41a607b06e4475101de59e5c623b9e5f76594a21 + + * menu.c: Fix menu buffer-overflow. + Origin: https://github.com/tats/w3m/pull/49/commits/7e1c05dd90cf42a308e854881ea3813aed000d2e + +2016-11-27 Tatsuya Kinoshita <tats@debian.org> + + * ChangeLog, NEWS: Add CVE IDs. + cf. https://security-tracker.debian.org/tracker/source-package/w3m + http://www.openwall.com/lists/oss-security/2016/11/24/1 + 2016-11-20 Tatsuya Kinoshita <tats@debian.org> * NEWS: Update NEWS. |