aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-06-27 10:11:05 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-06-27 10:11:05 +0000
commit3f7f011ef6af697fc742a76f026fec31c74c0650 (patch)
treeb41218a79de7a8326291101ab928b51a2fd43b99
parentMerge pull request #3 from yshl/certdata2pem (diff)
downloadw3m-3f7f011ef6af697fc742a76f026fec31c74c0650.tar.gz
w3m-3f7f011ef6af697fc742a76f026fec31c74c0650.zip
Update ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69f7395..9694da2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-27 yshl <yshl@takechiyo.net>
+
+ * doc-jp/README.SSL: Modify certdata2pem.rb to assume the encoding
+ of the certdata.txt to be UTF-8.
+ Origin: https://github.com/tats/w3m/pull/3
+
2015-06-23 Daniel Schepler <dschepler@gmail.com>
* terms.c: Wrap the functions used by image.c in USE_IMAGE.
@@ -15,6 +21,7 @@
2015-05-02 yshl <yshl@takechiyo.net>
* main.c: Correct GC version confirmation.
+ Origin: https://github.com/tats/w3m/pull/2
2015-04-29 Markus Hiereth <post@hiereth.de>
@@ -29,6 +36,7 @@
2015-04-26 yshl <yshl@takechiyo.net>
* main.c: Use GC_oom_fn instead of GC_set_oom_fn for gc-7.1.
+ Origin: https://github.com/tats/w3m/pull/1
2015-02-03 Tatsuya Kinoshita <tats@debian.org>