summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-01-13 00:27:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-01-13 00:27:34 (GMT)
commitabb191e42e356914bd09176a6d6c5bf89ec50bbf (patch)
tree851f3d195a991bff42d5958a7d40d75422ad1e83 /ChangeLog
parent01750b1c29ade2865f608513b139597a98a95e57 (diff)
Ensured that a path with directories exists.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@366 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b9e89a..05b898d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+14-01-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/common/Makefile.am:
+ Add xdg.[ch] to libcommon_la_SOURCES.
+
+ * src/common/xdg.c:
+ * src/common/xdg.h:
+ New entries: ensure that a path with directories exists. Handle
+ directories in a portable way.
+
+ * src/configuration.c:
+ Update code.
+
+ * src/Makefile.am:
+ Remove xdg.[ch] from chrysalide_SOURCES.
+
+ * src/xdg.c:
+ * src/xdg.h:
+ Moved entries.
+
14-01-02 Cyrille Bagard <nocbos@gmail.com>
* src/format/mangling/Makefile.am: