I am requesting a UVF exception for Muine 0.8.4pre1, a feature complete pre release. I will request again for the subsequent bugfix release if nessecary. (Getting features in ASAP seems like a good idea. I pushed to have this tarball before UVF, but it wasnt in the cards.)
My write-up of changes, mostly my comments inline with NEWS and
ChangeLog follows.
Attached are a diff of ChangeLog and a full diffstat.
There is not a real ton of new features here, mainly some new methods
of fetching album art, which is completely unusable in the Dapper
version due to tightened Amazon web service restrictions, and a fixed
inotify plugin. Lots of small fixes.
Upstream changes:
- Use musicbrainz + amazon for first album fetching attempts [Yi Qiang, Peter
Johanson]
- If musicbrainz fails, use old amazon API, but now with Amazon devtag found in
GConf (needed for amazon API starting last year) [Martin Willis]
* Album art fetching is totally broken at the moment. These give users
at least some options.
- Add plugin API for adding, removing, and syncing files [James Willcox, Jorn
Baayen]
- Inotify plugin (installed by default) [James Willcox]
* Previously added to the package, but removed due to brokeness
against inotify-latest.
- New "iPod style" play/pause button [Jorn Baayen]
* Gnome Bug #304969 from our own Corey Burger
- Various bugfixes [James WIllcox, Eric Lesh, Götz Waschk, Jorn Baayen, Peter
Johanson]
- Various docs/autotools updates [Peter Johanson]
This release clears out debian/patches:
Fixed 02_egg-sharp.patch
Fixed PlayList.cs.patch
2006-01-16 Peter Johanson <[EMAIL PROTECTED]>
A plugins/TrayIcon.dll.config:
* plugins/Makefile.am:
* src/muine.exe.config.in: Fix mapping of new musicbrainz stuff, and
add mapping for TrayIcon plugin. Patch from Götz Waschk
<[EMAIL PROTECTED]>.
Fix dllmaps
2006-01-19 Peter Johanson <[EMAIL PROTECTED]>
* src/PlaylistWindow.cs: Change SongChanged private method to accept a
'fire_event' boolean for whether to fire the SongChanged event or not.
Add an overload that sets fire_event=true, as this is the common case.
Make use of this overload to *not* fire a SongChanged from
OnSongChanged when we really just want to update the song info in the
GUI. Fixes the 'duplicate SongChanged event before last tick' bug.
*phew*.
Fix bug with SongChanged events breaking some plugins
Add uk, ne, sk to ALL_LINGUAS
muine.diffstat
Description: Binary data
--- muine-0.8.3/ChangeLog 2005-05-04 13:02:39.000000000 -0400 +++ muine-0.8.3.99/ChangeLog 2006-01-20 00:28:33.000000000 -0500 @@ -1,3 +1,224 @@ +2006-01-19 Peter Johanson <[EMAIL PROTECTED]> + + * src/About.cs: Add new copyright year. + * NEWS: + * configure.in: Bump to 0.8.4pre1 + +2006-01-19 Peter Johanson <[EMAIL PROTECTED]> + + * doc/Makefile.am: Actually fix docs generation, not 1/2 fix it like + had previously been done. + * doc/en/*: Update all the documentation files. No new actual + documentation, just new monodoc tool updates. + +2006-01-19 Peter Johanson <[EMAIL PROTECTED]> + + * src/CoverGetter.cs: Fix some (potential) null references in the + MusicBrainz fetching code. + +2006-01-19 Peter Johanson <[EMAIL PROTECTED]> + + * src/PlaylistWindow.cs: Remove extra Console.WriteLine that snuck in. + +2006-01-19 Peter Johanson <[EMAIL PROTECTED]> + + * src/PlaylistWindow.cs: Change SongChanged private method to accept a + 'fire_event' boolean for whether to fire the SongChanged event or not. + Add an overload that sets fire_event=true, as this is the common case. + Make use of this overload to *not* fire a SongChanged from + OnSongChanged when we really just want to update the song info in the + GUI. Fixes the 'duplicate SongChanged event before last tick' bug. + *phew*. + +2006-01-18 Peter Johanson <[EMAIL PROTECTED]> + + * configure.in: + * doc/Makefile.am: Move to new monodoc-1.1.x utilities. + +2006-01-16 Peter Johanson <[EMAIL PROTECTED]> + + * DBusLib/Player.cs: Fix issue with calling Pixbuf.Savev with last two + arguments null. Instead use normal Pixbuf.Save. Patch from Eric Lesh + <[EMAIL PROTECTED]>. See bug #321688. + +2006-01-16 Peter Johanson <[EMAIL PROTECTED]> + + A plugins/TrayIcon.dll.config: + * plugins/Makefile.am: + * src/muine.exe.config.in: Fix mapping of new musicbrainz stuff, and + add mapping for TrayIcon plugin. Patch from Götz Waschk + <[EMAIL PROTECTED]>. + +2006-01-15 Peter Johanson <[EMAIL PROTECTED]> + + A plugins/inotify-syscalls.h: + * plugins/Inotify.cs: + * plugins/InotifyPlugin.cs: + * plugins/Makefile.am: + * plugins/inotify-glue.c: + * plugins/inotify.h: inotify plugin update from James Willcox + <[EMAIL PROTECTED]> to make the plugin work with current inotify. + +2006-01-10 Peter Johanson <[EMAIL PROTECTED]> + + * plugins/egg-sharp.cs: Fix amd64 issues as reported on bug #311158. + Original patch from Ubuntu or wherever they got the patch from. + +2006-01-10 Peter Johanson <[EMAIL PROTECTED]> + + * data/muine.schemas.in: + * src/CoverGetter.cs: + A src/MusicBrainz.cs: + * src/Makefile.am: Add musicbrainz cover fetching support, based on + the work of Yi Qiang <[EMAIL PROTECTED]>. Simultaneously, add + support for setting an amazon dev tag in GConf to allow cover fetching + via amazon if musicbrainz fails, based on the work of Martin Willis + Monroe <[EMAIL PROTECTED]>. + +2005-12-17 Peter Johanson <[EMAIL PROTECTED]> + + * src/PlaylistWindow.cs: Fix compilation issue with recent gtk# + versions. + * plugins/.cvsignore: Ignore generated InotifyPlugin files. + +2005-08-10 Maxim Dziumanenko <[EMAIL PROTECTED]> + + * configure.in: Added uk in ALL_LINGUAS + +2005-07-19 Pawan Chitrakar <[EMAIL PROTECTED]> + + * configure.in: Added ne in ALL_LINGUAS + +2005-07-06 James Willcox <[EMAIL PROTECTED]> + + * libmuine/metadata.c: (metadata_load): handle a NULL mime type + +2005-06-22 Marcel Telka <[EMAIL PROTECTED]> + + * configure.in (ALL_LINGUAS): Added sk. + +2005-06-14 Jorn Baayen <[EMAIL PROTECTED]> + + * configure.in: + + Abort if mcs is not present. + + * PluginLib/IPlayer.cs: + * doc/en/Muine.PluginLib/IPlayer.xml: + * src/ImportDialog.cs: + * src/PlaylistWindow.cs: + * src/SongDatabase.cs: + + Extend plugin API with support for adding, removing, and syncing files. + Based on the work of James Willcox <[EMAIL PROTECTED]>. + + A plugins/Inotify.cs: + A plugins/InotifyPlugin.cs: + A plugins/InotifyPlugin.dll.config.in: + * plugins/Makefile.am: + A plugins/inotify-glue.c: (read_int), (inotify_glue_init), + (inotify_glue_watch), (inotify_glue_ignore), + (inotify_snarf_events): + A plugins/inotify.h: + + Added inotify plugin by same James Willcox. Installed by default. + +2005-06-14 Jorn Baayen <[EMAIL PROTECTED]> + + * src/PlaylistWindow.cs: + + Emit SongChangedEvent before TickEvent when changing songs. + +2005-06-14 Jorn Baayen <[EMAIL PROTECTED]> + + * configure.in: + + Pass '-debug' instead of '-g' to mcs. + + * doc/en/Muine.DBusLib/Player.xml: + * doc/en/Muine.PluginLib/IPlayer.xml: + + Updated documentation. + + * src/SongDatabase.cs: + * plugins/TrayIcon.cs: + + Remove unused functions. + + * src/AddWindow.cs: + * src/ProgressWindow.cs: + * src/SkipToWindow.cs: + + Mark glade-connected callbacks as public to silence compiler + warnings. + +2005-06-14 Jorn Baayen <[EMAIL PROTECTED]> + + * configure.in: + + Depend on Gtk 2.6 and gnome-icon-theme 2.10. + + * data/images/Makefile.am: + R data/images/muine-volume-max.png: + R data/images/muine-volume-medium.png: + R data/images/muine-volume-min.png: + R data/images/muine-volume-zero.png: + * src/VolumeButton.cs: + * src/StockIcons.cs: + + Take volume icons from the icon theme instead. + + * src/About.cs: + + Remove unused variable. + + * data/glade/PlaylistWindow.glade: + * data/glade/ProgressWindow.glade: + * libmuine/Makefile.am: + R libmuine/rb-ellipsizing-label.c: + R libmuine/rb-ellipsizing-label.h: + * src/Actions.cs: + R src/EllipsizingLabel.cs: + * src/Makefile.am: + * src/PlaylistWindow.cs: + * src/ProgressWindow.cs: + + - Use stock GtkLabel widget with built-in ellipsis. + - Use ipod-style PlayPause button; should fix #304969. + +2005-06-13 Jorn Baayen <[EMAIL PROTECTED]> + + * DBusLib/Player.cs: + * PluginLib/IPlayer.cs: + * plugins/TrayIcon.cs: + * src/Actions.cs: + * src/AddWindow.cs: + * src/Global.cs: + * src/PlaylistWindow.cs: + + Provide timestamps to functions raising windows, and use + Gdk.Window.Focus instead of Gtk.Window.Present. + + Fixes #303333. + +2005-05-07 Ryan Lortie <[EMAIL PROTECTED]> + + * plugins/TrayIcon.cs: + + Ignore all but single click events in tray icon. + +2005-05-04 Jorn Baayen <[EMAIL PROTECTED]> + + * configure.in: + + Bump version number to 0.8.3.99. + + * data/ui/PlaylistWindow.xml: + * src/Actions.cs: + + Swap location of playlist open/save and play song/album menu + items. + 2005-05-04 Jorn Baayen <[EMAIL PROTECTED]> * configure.in:
-- Ubuntu-motu mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
