summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-05-21 10:43:28 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-05-21 10:43:28 -0500
commitbc6cb4502542fc0586b148d357447a6f9045dd58 (patch)
tree5acbc41064eb5bd39e0e4cfd241d813d6418bd29
parent572191b2d43b216152cdee98edc9eb03a4dd99ae (diff)
downloadbcfg2-bc6cb4502542fc0586b148d357447a6f9045dd58.tar.gz
bcfg2-bc6cb4502542fc0586b148d357447a6f9045dd58.tar.bz2
bcfg2-bc6cb4502542fc0586b148d357447a6f9045dd58.zip
Version bump to 1.1.2v1.1.2
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--debian/changelog6
-rw-r--r--misc/bcfg2.spec2
-rw-r--r--redhat/VERSION2
-rw-r--r--setup.py2
-rw-r--r--solaris/Makefile2
-rw-r--r--solaris/pkginfo.bcfg22
-rw-r--r--solaris/pkginfo.bcfg2-server2
7 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 6157ce123..a17313e6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.1.2-0.0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sol Jerome <sol.jerome@gmail.com> Sat, 21 May 2011 10:43:28 -0500
+
bcfg2 (1.1.1-0.0) unstable; urgency=low
* New upstream release
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 926a9cfa6..ff1b73d85 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -13,7 +13,7 @@
%define lxmldep %(rpm -q %{alt_lxml} 2>&1 > /dev/null && echo %{alt_lxml} || echo %{dfl_lxml})
Name: bcfg2
-Version: 1.1.1
+Version: 1.1.2
Release: %{release}
Summary: Configuration management system
diff --git a/redhat/VERSION b/redhat/VERSION
index 524cb5524..45a1b3f44 100644
--- a/redhat/VERSION
+++ b/redhat/VERSION
@@ -1 +1 @@
-1.1.1
+1.1.2
diff --git a/setup.py b/setup.py
index f91b16389..d513d32da 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.1",
+ version="1.1.2",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",
diff --git a/solaris/Makefile b/solaris/Makefile
index cc258547b..503337c37 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,6 +1,6 @@
#!/usr/sfw/bin/gmake
-VERS=1.1.1-1
+VERS=1.1.2-1
PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]")
default: clean package
diff --git a/solaris/pkginfo.bcfg2 b/solaris/pkginfo.bcfg2
index 6e6da6d0a..a31162547 100644
--- a/solaris/pkginfo.bcfg2
+++ b/solaris/pkginfo.bcfg2
@@ -1,7 +1,7 @@
PKG="SCbcfg2"
NAME="bcfg2"
ARCH="sparc"
-VERSION="1.0.0rc1"
+VERSION="1.1.2"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
diff --git a/solaris/pkginfo.bcfg2-server b/solaris/pkginfo.bcfg2-server
index 39194611d..c480c114f 100644
--- a/solaris/pkginfo.bcfg2-server
+++ b/solaris/pkginfo.bcfg2-server
@@ -1,7 +1,7 @@
PKG="SCbcfg2-server"
NAME="bcfg2-server"
ARCH="sparc"
-VERSION="1.0.0rc1"
+VERSION="1.1.2"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"