diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-16 06:59:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-16 06:59:30 (GMT) |
commit | 90f9cf977a8eb6553d6bb4963202b90e2b8ff063 (patch) | |
tree | 6bbfec29e4092632aff8ce10a8f45f7b854e0b93 /ChangeLog | |
parent | a4f2f3ec4b4cf7b894d6976c884fbc446396cd00 (diff) |
Created a basic tool to manage server configurations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +16-04-16 Cyrille Bagard <nocbos@gmail.com> + + * .gitignore: + Hide the new csrvmng from Git. + + * src/Makefile.am: + Define csrvmng and add it to bin_PROGRAMS. + + * src/common/bits.c: + * src/common/bits.h: + Disable some useless code. + + * src/common/xml.c: + * src/common/xml.h: + Provide a way to delete nodes. + + * src/csrvmng.c: + New entry: create a basic tool to manage server configurations. + + * src/glibext/configuration.c: + Close the XML configuration file after reading. + 16-04-11 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |