1.1 --- a/pom.xml Thu Jul 09 14:00:01 2009 +0200
1.2 +++ b/pom.xml Thu Jul 09 15:42:50 2009 +0200
1.3 @@ -253,7 +253,8 @@
1.4 <artifactId>maven-release-plugin</artifactId>
1.5 <configuration>
1.6 <resume>false</resume>
1.7 - <preparationGoals>clean install -P release</preparationGoals>
1.8 + <!-- The changes:announcement-generate goal will verify whether the changes.xml file is valid -->
1.9 + <preparationGoals>clean changes:announcement-generate install -P release</preparationGoals>
1.10 <goals>clean deploy site-deploy changes:announcement-mail -P release</goals>
1.11 </configuration>
1.12 </plugin>
2.1 --- a/src/changes/changes.xml Thu Jul 09 14:00:01 2009 +0200
2.2 +++ b/src/changes/changes.xml Thu Jul 09 15:42:50 2009 +0200
2.3 @@ -1,3 +1,4 @@
2.4 +<?xml version="1.0" encoding="UTF-8"?>
2.5 <!DOCTYPE document [
2.6 <!ENTITY sf.atid.bug "1033413">
2.7 <!ENTITY sf.bug "&atid=&sf.atid.bug;">
2.8 @@ -5,6 +6,7 @@
2.9 <!ENTITY sf.fr "&atid=&sf.atid.fr;">
2.10 ]>
2.11 <document>
2.12 + <!-- a bug in Maven2: suddenly it failed to resolve entities... -->
2.13 <properties>
2.14 <title>Ambient changelog</title>
2.15 <author email="vysny@baka.sk">Martin Vyšný</author>
2.16 @@ -51,7 +53,7 @@
2.17 <action dev="vyzivus" type="add">
2.18 Added "Refresh" button to the file browser
2.19 </action>
2.20 - <action dev="vyzivus" type="add" issue="2295961&sf.fr;">
2.21 + <action dev="vyzivus" type="add" issue="2295961&atid=1033416">
2.22 ampache sync for just playlist
2.23 </action>
2.24 <action dev="vyzivus" type="update">
2.25 @@ -75,7 +77,7 @@
2.26 <action dev="vyzivus" type="add">
2.27 Search of items using keypad now supported
2.28 </action>
2.29 - <action dev="vyzivus" type="fix" issue="2482650&sf.fr;">
2.30 + <action dev="vyzivus" type="fix" issue="2482650&atid=1033416">
2.31 ampache browsing with "the"
2.32 </action>
2.33 <action dev="vyzivus" type="update">
2.34 @@ -92,23 +94,23 @@
2.35 </action>
2.36 </release>
2.37 <release version="0.3.1" date="17. November 2008">
2.38 - <action dev="vyzivus" type="fix" issue="2280254&sf.bug;">
2.39 + <action dev="vyzivus" type="fix" issue="2280254&atid=1033413">
2.40 Ampache connection dies - caused by the WiFi to go off when the display dims.
2.41 Thanks to Christian McHugh.
2.42 </action>
2.43 - <action dev="vyzivus" type="update" issue="2290534&sf.bug;">
2.44 + <action dev="vyzivus" type="update" issue="2290534&atid=1033413">
2.45 Improved error reporting.
2.46 </action>
2.47 - <action dev="vyzivus" type="fix" issue="2249908&sf.bug;">
2.48 + <action dev="vyzivus" type="fix" issue="2249908&atid=1033413">
2.49 State not restored properly.
2.50 </action>
2.51 <action dev="vyzivus" type="add">
2.52 ButtonBar now scrolls buttons to reveal hidden buttons when the screen resolution is low.
2.53 </action>
2.54 - <action dev="vyzivus" type="add" issue="2217665&sf.fr;">
2.55 + <action dev="vyzivus" type="add" issue="2217665&atid=1033416">
2.56 Intro screen.
2.57 </action>
2.58 - <action dev="vyzivus" type="fix" issue="2258156&sf.bug;">
2.59 + <action dev="vyzivus" type="fix" issue="2258156&atid=1033413">
2.60 Player+Ampache: should reconnect automatically.
2.61 </action>
2.62 <action dev="vyzivus" type="remove">
2.63 @@ -120,25 +122,25 @@
2.64 <action dev="vyzivus" type="update">
2.65 Updated icons from Amarok2
2.66 </action>
2.67 - <action dev="vyzivus" type="fix" issue="2217244&sf.bug;">
2.68 + <action dev="vyzivus" type="fix" issue="2217244&atid=1033413">
2.69 Fixed: Buttons and browser/playlist items are hard to finger-tap
2.70 </action>
2.71 <action dev="vyzivus" type="fix">
2.72 Fixed: PlayerService randomly throws IllegalStateException on stop()
2.73 </action>
2.74 - <action dev="vyzivus" type="add" issue="2216848&sf.fr;">
2.75 + <action dev="vyzivus" type="add" issue="2216848&atid=1033416">
2.76 Should use notification area ability of android
2.77 </action>
2.78 <action dev="vyzivus" type="fix">
2.79 Fixed several memory leaks.
2.80 </action>
2.81 - <action dev="vyzivus" type="fix" issue="2216792&sf.bug;">
2.82 + <action dev="vyzivus" type="fix" issue="2216792&atid=1033413">
2.83 Fixed 2216792: Crash on orientation change.
2.84 </action>
2.85 - <action dev="vyzivus" type="fix" issue="2216639&sf.bug;">
2.86 + <action dev="vyzivus" type="fix" issue="2216639&atid=1033413">
2.87 Fixed 2216639: No left/right trackball scrolling on menus
2.88 </action>
2.89 - <action dev="vyzivus" type="fix" issue="2216785&sf.bug;">
2.90 + <action dev="vyzivus" type="fix" issue="2216785&atid=1033413">
2.91 Ampache rejects the handshake with 403 even when valid credentials are supplied.
2.92 Thanks to Christian McHugh.
2.93 </action>
2.94 @@ -300,9 +302,12 @@
2.95 <action dev="vyzivus" type="update">
2.96 The task switcher can be configured to be displayed as an Android menu.
2.97 </action>
2.98 - <action dev="vyzivus" type="fix" issue="1929462&sf.bug;" />
2.99 - <action dev="vyzivus" type="fix" issue="1930404&sf.bug;" />
2.100 - <action dev="vyzivus" type="fix" issue="1931524&sf.bug;" />
2.101 + <action dev="vyzivus" type="fix" issue="1929462&atid=1033413">
2.102 + </action>
2.103 + <action dev="vyzivus" type="fix" issue="1930404&atid=1033413">
2.104 + </action>
2.105 + <action dev="vyzivus" type="fix" issue="1931524&atid=1033413">
2.106 + </action>
2.107 <action dev="vyzivus" type="update">GUI facelift.</action>
2.108 <action dev="vyzivus" type="update">
2.109 ListView now shows textual hints of gestures.