diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-13 15:59:16 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-13 15:59:16 +0100 |
| commit | 5af9979478c311c6c63d3bace6f219e659aa7c85 (patch) | |
| tree | f558eadfc931bb34a3bd41a8bbfa814dc8a07dfd /packaging | |
| parent | a345670b49d2f9aaaf2e862b04faaf2b9b147143 (diff) | |
| parent | 7cd5c26949fe9c60d5a609bb05f9244e74f618bd (diff) | |
| download | rabbitmq-server-git-5af9979478c311c6c63d3bace6f219e659aa7c85.tar.gz | |
Merge bug26306
Diffstat (limited to 'packaging')
4 files changed, 30 insertions, 0 deletions
diff --git a/packaging/RPMS/Fedora/rabbitmq-server.spec b/packaging/RPMS/Fedora/rabbitmq-server.spec index 324040579d..971e7241df 100644 --- a/packaging/RPMS/Fedora/rabbitmq-server.spec +++ b/packaging/RPMS/Fedora/rabbitmq-server.spec @@ -130,6 +130,9 @@ done rm -rf %{buildroot} %changelog +* Mon Aug 11 2014 simon@rabbitmq.com 3.3.5-1 +- New Upstream Release + * Tue Jun 24 2014 simon@rabbitmq.com 3.3.4-1 - New Upstream Release diff --git a/packaging/debs/Debian/changelog_comments/additional_changelog_comments_3.3.5 b/packaging/debs/Debian/changelog_comments/additional_changelog_comments_3.3.5 new file mode 100644 index 0000000000..b9a9551c6b --- /dev/null +++ b/packaging/debs/Debian/changelog_comments/additional_changelog_comments_3.3.5 @@ -0,0 +1,9 @@ +# This file contains additional comments for the debian/changelog to be +# appended within the current version's changelog entry. +# Each line will be a separate comment. Do not begin with an *, dch will +# add that. +# For comments longer than one line do not put a line break and dch will +# neatly format it. +# Shell comments are ignored. +# +Changed Uploaders from Emile Joubert to Blair Hester diff --git a/packaging/debs/Debian/changelog_comments/additional_changelog_comments_x.x.x b/packaging/debs/Debian/changelog_comments/additional_changelog_comments_x.x.x new file mode 100644 index 0000000000..bbab75965e --- /dev/null +++ b/packaging/debs/Debian/changelog_comments/additional_changelog_comments_x.x.x @@ -0,0 +1,11 @@ +# This file contains additional comments for the debian/changelog to be +# appended within the current version's changelog entry. +# Each line will be a separate comment. Do not begin with an *, dch will +# add that. +# For comments longer than one line do not put a line break and dch will +# neatly format it. +# Shell comments are ignored. +# +# Examples: +#Remove parts made of undercooked chicken +#This is a long line which is the beginning of a long two line comment which I am sure is going to be needed if the script cannot handle it diff --git a/packaging/debs/Debian/debian/changelog b/packaging/debs/Debian/debian/changelog index d26991e437..8fde9087be 100644 --- a/packaging/debs/Debian/debian/changelog +++ b/packaging/debs/Debian/debian/changelog @@ -1,3 +1,10 @@ +rabbitmq-server (3.3.5-1) unstable; urgency=low + + * New Upstream Release + * Changed Uploaders from Emile Joubert to Blair Hester + + -- Simon MacMullen <simon@rabbitmq.com> Mon, 11 Aug 2014 12:23:31 +0100 + rabbitmq-server (3.3.4-1) unstable; urgency=low * New Upstream Release |
