summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-16 06:59:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-16 06:59:30 (GMT)
commit90f9cf977a8eb6553d6bb4963202b90e2b8ff063 (patch)
tree6bbfec29e4092632aff8ce10a8f45f7b854e0b93 /ChangeLog
parenta4f2f3ec4b4cf7b894d6976c884fbc446396cd00 (diff)
Created a basic tool to manage server configurations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f0fc98..f7235b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: