summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-05-08 15:28:09 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-05-08 15:55:12 +0200
commit3695a1ba8dcd16459e0f35b74e88dbef48d21861 (patch)
tree674d0dc13f0065f81e7f672e81fc09b42405656d /ChangeLog
parent9f6ffdc1b75fd69ecda219c9e9f1b2551f542b26 (diff)
parent6358858c4d65e8fb12a112198ee1d4bcab0be876 (diff)
Conflicts: ChangeLog backends/ChangeLog config/ChangeLog lib/ChangeLog libasm/ChangeLog libcpu/ChangeLog libdw/ChangeLog libdwfl/ChangeLog libdwfl/derelocate.c libdwfl/linux-kernel-modules.c libebl/ChangeLog libelf/ChangeLog src/ChangeLog tests/ChangeLog Change-Id: I3b7ced947c6498290aaae27443985b84531f0bcd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 187ef592..0aa582cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,15 +52,20 @@
2017-04-21 Ulf Hermann <ulf.hermann@qt.io>
- * .gitignore: Add fillfile and peel_type tests.
+ * configure.ac: Check for strerror_r and its variants.
2017-04-21 Ulf Hermann <ulf.hermann@qt.io>
- * configure.ac: Check for strerror_r and its variants.
+ * configure.ac: Add check for GNU-style basename.
+
+2017-05-05 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac: Set version to 0.169. Update copyright year.
+ * NEWS: Add 0.169 section.
2017-04-21 Ulf Hermann <ulf.hermann@qt.io>
- * configure.ac: Add check for GNU-style basename.
+ * .gitignore: Add fillfile and peel_type tests.
2017-02-15 Ulf Hermann <ulf.hermann@qt.io>