summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--misc/bcfg2.spec8
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 57a1dcae2..73cb4561f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bcfg2 (0.8.4-1) unstable; urgency=low
+
+ * Change paths to the reporting system
+ * Add server dep on python-cheetah
+
+ -- Narayan Desai <desai@mcs.anl.gov> Fri, 15 Sep 2006 12:53:56 -0500
+
bcfg2 (0.8.3-2) unstable; urgency=low
* fix an init script bug
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 9daa1b1b7..cba81d42d 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -1,5 +1,5 @@
%define name bcfg2
-%define version 0.8.3
+%define version 0.8.4
%define release 1
%define pythonversion 2.3
@@ -83,3 +83,9 @@ Bcfg2 client
%post -n bcfg2-server
/sbin/chkconfig --add bcfg2-server
+
+%changelog
+
+* Fri Sep 15 2006 Narayan Desai <desai@mcs.anl.gov> - 0.8.4-1
+- Initial log
+