Forgotten files from last commit, NEWS and Makefile.am.
authorMichael Hanselmann <hansmi@google.com>
Thu, 4 Oct 2007 12:40:57 +0000 (12:40 +0000)
committerMichael Hanselmann <hansmi@google.com>
Thu, 4 Oct 2007 12:40:57 +0000 (12:40 +0000)
Reviewed-by: iustinp, ultrotter

Makefile.am
NEWS [new file with mode: 0644]

index ed9320b..fffd09b 100644 (file)
@@ -1,6 +1,8 @@
 # standard automake rules
 SUBDIRS = man lib scripts daemons doc test tools qa
 
+EXTRA_DIST = NEWS
+
 # custom rules
 depgraph: depgraph.png
 
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..9f5e4eb
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,8 @@
+News for Ganeti
+===============
+
+This file lists major changes between versions.
+
+1.2b2:
+  * Change configuration file format from Python's Pickle to JSON.
+    Upgrading is possible using the cfgupgrade utility.