diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-11-02 21:27:07 +0100 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-11-02 21:27:07 +0100 |
commit | b23a2ff9955f316e58cfca08ae460b7358790190 (patch) | |
tree | 32362e162f412cb4c8a23ab9379096b8627b4f81 /extras | |
parent | e47c05d311a884d9fb6ba3e21323561fd1e5941d (diff) |
Update the create-release-notes script
Diffstat (limited to 'extras')
-rwxr-xr-x | 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 e52375673..69710aee4 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>! |