summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmillan@mentalrootkit.com>2007-09-10 09:43:56 -0400
committerKarl MacMillan <kmacmillan@mentalrootkit.com>2007-09-10 09:43:56 -0400
commitd15ad0f26a8ec4282e400f76b84bbaf91e1dfebc (patch)
tree4816dde584902c81db65778bd535f907025cce82
parent903e11631cfcf13bab3ea38f4f952f3a093afdd4 (diff)
downloadfreeipa-d15ad0f26a8ec4282e400f76b84bbaf91e1dfebc.tar.gz
freeipa-d15ad0f26a8ec4282e400f76b84bbaf91e1dfebc.tar.xz
freeipa-d15ad0f26a8ec4282e400f76b84bbaf91e1dfebc.zip
Update version numbers for release.milestone_3
-rw-r--r--Makefile8
-rwxr-xr-xipa-admintools/freeipa-admintools.spec2
-rwxr-xr-xipa-client/freeipa-client.spec2
-rwxr-xr-xipa-python/freeipa-python.spec2
-rwxr-xr-xipa-server/freeipa-server.spec5
-rw-r--r--ipa-server/freeipa-server.spec.in3
6 files changed, 14 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 95580fcbc..ee1a5fa9c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,28 +11,28 @@ RPMBUILD ?= $(PWD)/rpmbuild
# updating this you should run the version-update
# target.
SERV_MAJOR=0
-SERV_MINOR=2
+SERV_MINOR=3
SERV_RELEASE=0
SERV_VERSION=$(SERV_MAJOR).$(SERV_MINOR).$(SERV_RELEASE)
SERV_TARBALL_PREFIX=$(PRJ_PREFIX)-server-$(SERV_VERSION)
SERV_TARBALL=$(SERV_TARBALL_PREFIX).tgz
ADMIN_MAJOR=0
-ADMIN_MINOR=2
+ADMIN_MINOR=3
ADMIN_RELEASE=0
ADMIN_VERSION=$(ADMIN_MAJOR).$(ADMIN_MINOR).$(ADMIN_RELEASE)
ADMIN_TARBALL_PREFIX=$(PRJ_PREFIX)-admintools-$(ADMIN_VERSION)
ADMIN_TARBALL=$(ADMIN_TARBALL_PREFIX).tgz
PYTHON_MAJOR=0
-PYTHON_MINOR=2
+PYTHON_MINOR=3
PYTHON_RELEASE=0
PYTHON_VERSION=$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_RELEASE)
PYTHON_TARBALL_PREFIX=$(PRJ_PREFIX)-python-$(PYTHON_VERSION)
PYTHON_TARBALL=$(PYTHON_TARBALL_PREFIX).tgz
CLI_MAJOR=0
-CLI_MINOR=1
+CLI_MINOR=2
CLI_RELEASE=0
CLI_VERSION=$(CLI_MAJOR).$(CLI_MINOR).$(CLI_RELEASE)
CLI_TARBALL_PREFIX=$(PRJ_PREFIX)-client-$(CLI_VERSION)
diff --git a/ipa-admintools/freeipa-admintools.spec b/ipa-admintools/freeipa-admintools.spec
index 8cff47f4b..466c7cce5 100755
--- a/ipa-admintools/freeipa-admintools.spec
+++ b/ipa-admintools/freeipa-admintools.spec
@@ -1,5 +1,5 @@
Name: freeipa-admintools
-Version: 0.2.0
+Version: 0.3.0
Release: 4%{?dist}
Summary: FreeIPA authentication server
diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec
index f76725783..d81300a09 100755
--- a/ipa-client/freeipa-client.spec
+++ b/ipa-client/freeipa-client.spec
@@ -1,5 +1,5 @@
Name: freeipa-client
-Version: 0.1.0
+Version: 0.2.0
Release: 2%{?dist}
Summary: FreeIPA client
diff --git a/ipa-python/freeipa-python.spec b/ipa-python/freeipa-python.spec
index 69a8b6d7e..fe4ccc366 100755
--- a/ipa-python/freeipa-python.spec
+++ b/ipa-python/freeipa-python.spec
@@ -1,5 +1,5 @@
Name: freeipa-python
-Version: 0.2.0
+Version: 0.3.0
Release: 4%{?dist}
Summary: FreeIPA authentication server
diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec
index 2d1c721cb..579582b1e 100755
--- a/ipa-server/freeipa-server.spec
+++ b/ipa-server/freeipa-server.spec
@@ -1,5 +1,5 @@
Name: freeipa-server
-Version: 0.2.0
+Version: 0.3.0
Release: 1%{?dist}
Summary: FreeIPA authentication server
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Sep 7 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-1
+- Added support for libipa-dna-plugin
+
* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1
- Added support for ipa_kpasswd and ipa_pwd_extop
diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in
index 68cfee012..e5d0ac3b4 100644
--- a/ipa-server/freeipa-server.spec.in
+++ b/ipa-server/freeipa-server.spec.in
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Sep 7 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-1
+- Added support for libipa-dna-plugin
+
* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1
- Added support for ipa_kpasswd and ipa_pwd_extop