From: Michael Stahnke <[email protected]> See http://projects.puppetlabs.com/projects/puppet/wiki/Release_Management#Production+Release for more details.
Signed-off-by: Nigel Kersten <[email protected]> --- Local-branch: tickets/master/5947 ext/packaging/debian/changelog | 6 ++++++ ext/packaging/redhat/puppet-dashboard.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ext/packaging/debian/changelog b/ext/packaging/debian/changelog index 094ab4f..34ed21f 100644 --- a/ext/packaging/debian/changelog +++ b/ext/packaging/debian/changelog @@ -1,3 +1,9 @@ +puppet-dashboard (1.1.1-1) intrepid jaunty karmic lucid meerkat narwhal; urgency=low + + * 1.1.1-1 feature release + + -- Michael Stahnke <[email protected]> Tue, 17 May 2011 15:08:00 -0700 + puppet-dashboard (1.1.0-1) intrepid jaunty karmic lucid meerkat narwhal; urgency=low * 1.1.0-1 feature release diff --git a/ext/packaging/redhat/puppet-dashboard.spec b/ext/packaging/redhat/puppet-dashboard.spec index b2f0e14..fb96372 100644 --- a/ext/packaging/redhat/puppet-dashboard.spec +++ b/ext/packaging/redhat/puppet-dashboard.spec @@ -2,7 +2,7 @@ %global initrddir /etc/rc.d/init.d Name: puppet-dashboard -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Systems Management web application Group: Applications/System @@ -92,6 +92,9 @@ fi %doc CHANGELOG COPYING README.markdown README_PACKAGES.markdown RELEASE_NOTES.md %changelog +* Tue May 17 2011 Michael Stahnke <[email protected]> - 1.1.1-1 +- New release + * Thu Apr 07 2011 James Turnbull <[email protected]> - 1.1.0-1 - Removed zero byte file deletion - Incremented version -- 1.7.4.1 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
