summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-06 21:40:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-06 21:40:55 (GMT)
commit7dac383e885e39c09b08542cfbd017fa45597ff2 (patch)
tree229261e9f4b9a26d15259960b97ec558cfba08bf /ChangeLog
parentb4f47417b8bc7b7e97b1e60a35663d99155a92c2 (diff)
Fixed compilation warnings as _BSD_SOURCE has been deprecated in favor of _DEFAULT_SOURCE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5389446..0f43f56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
17-07-06 Cyrille Bagard <nocbos@gmail.com>
+ * configure.ac:
+ Fix compilation warnings as _BSD_SOURCE has been deprecated in favor
+ of _DEFAULT_SOURCE.
+
+17-07-06 Cyrille Bagard <nocbos@gmail.com>
+
* src/gtkext/easygtk.c:
* src/gtkext/easygtk.h:
Provide a way to scroll a tree view to a given point.