diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |