[banshee] Update the create-release-notes script
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Update the create-release-notes script
- Date: Wed, 2 Nov 2011 20:27:52 +0000 (UTC)
commit b23a2ff9955f316e58cfca08ae460b7358790190
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Wed Nov 2 21:27:07 2011 +0100
Update the create-release-notes script
extras/create-release-notes | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/extras/create-release-notes b/extras/create-release-notes
index e523756..69710ae 100755
--- a/extras/create-release-notes
+++ b/extras/create-release-notes
@@ -8,8 +8,12 @@ while (my $line = readline(IN)) {
close (IN);
# Parse various bits out of NEWS
-$news =~ m/Banshee ([\S]+) - ([^\n]+)$/ms; $version = $1; $release_date = $2;
-$version =~ m/(\d+\.\d+)\./; $series = $1;
+$news =~ m/Banshee ([\S]+) - ([^\n]+)$/ms;
+$version = $1;
+$release_date = $2;
+
+$version =~ m/(\d+\.\d+)\./;
+$series = $1;
$news =~ m/[=]+\n\n(.+)New Features[^:]*:(.+)Enhancements/ms;
$desc = $1;
@@ -55,9 +59,10 @@ $features
<ul>
$bugs
</ul>
-
+<br>
<h4>Banshee has a lot more to offer! Check out the previous major release notes...</h4>
<ul>
+ <li><a href="/download/archives/2.0.0">Read about features added in Banshee 2.2.0</a></li>
<li><a href="/download/archives/2.0.0">Read about features added in Banshee 2.0.0</a></li>
<li><a href="/download/archives/1.8.0">Read about features added in Banshee 1.8.0</a></li>
<li><a href="/download/archives/1.6.0">Read about features added in Banshee 1.6.0</a></li>
@@ -72,7 +77,7 @@ $features
<li>GLib 2.22</li>
<li>dbus-sharp 0.7</li>
<li>dbus-sharp-glib 0.5</li>
- <li>Mono.Addins (mono-addins) 0.3.1</li>
+ <li>Mono.Addins (mono-addins) 0.6.2</li>
<li>TagLib# (taglib-sharp) >= 2.0.3.7</li>
<li>Required to build default feature stack:
<ul>
@@ -110,6 +115,7 @@ The following people contributed updated translations to this release. Withou
<blockquote>
</blockquote>
+
<h4>Reporting Bugs, Joining the Community</h4>
If you encounter any bad behavior with this release, please do not hesitate to <a href="/contribute/file-bugs/">file bugs</a>!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]