Am Freitag, den 10.02.2006, 13:30 +0100 schrieb Sebastian Dröge:
> Hi,
> banshee 0.10.5 was released some days ago and fixes many critical bugs.
> 
> In a few days 0.10.6 will be released which fixes other bugs and I'm
> planning to get a UVF exception for this and the next releases as
> upstream is currently only focusing on bugfixing.
> 
> So please break it and file bugs after I got 0.10.5 or 0.10.6 in :)

As promised... here is 0.10.6 ;)
It's mostly a bugfix/polishing release... but requires a new ipod-sharp
and libipoddevice for which I will ask in my next two mails

Bye
--- banshee-0.10.5/ChangeLog	2006-02-06 23:37:54.000000000 +0100
+++ banshee-0.10.6/ChangeLog	2006-02-13 09:18:46.000000000 +0100
@@ -1,3 +1,143 @@
+2006-02-13  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	Banshee 0.10.6 Released
+
+	* NEWS: Updated with 0.10.6 release notes
+
+	* src/PlayerInterface.cs: Do not show 'Consider Importing...' notices
+	in status bar: it's unnecessary and a little brusque
+
+2006-02-13  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	* configure.ac: Version 0.10.6
+
+	* src/Banshee.Base/Utilities.cs (SetProcessName): Use IntPtr instead
+	of ulong to avoid potential 64 bit issues
+
+	* src/RemotePlayer.cs: Fix a potential dbus-sharp crash (BGO #330903) 
+	
+	* src/Banshee.Widgets/VolumeButton.cs: Adjust volume fix (BGO #330524)
+
+	* src/Banshee.Dap/Ipod/DatabaseRebuilder.cs: Handle the exceptions
+	SongDatabase.Save may throw, display error to user
+
+2006-02-12  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	* banshee.mdp: Updated MonoDevelop project
+
+	* configure.ac: Require ipod-sharp 0.5.15
+
+	* src/PlayerInterface.cs: Sensitize the search widget based on
+	Source.SearchEnabled; do this on source changes and updates
+
+	* src/Banshee.Base/Source.cs: Added a virtual SearchEnabled property
+
+	* src/Banshee.Base/Dap/Dap.cs: Initialize using new Initialize 
+	override method instead of constructor; support an error-type enum
+	for detection flow instead of using exceptions - nice speed up
+
+	* src/Banshee.Base/Dap/DapCore.cs: Only try to load DAP devices from
+	HAL that support the portable_audio_player value for info.category; note
+	this will affect NJB devices for now as there are no FDI entries
+	upstream; a patch will be available soon; this is a major speed up
+
+	* src/Banshee.Base/Dap/DapMisc.cs: Get rid of the DAP exceptions used
+	for detection flow... bad style and inefficient/slow; using an enum
+	
+	* src/Banshee.Base/Sources/AudioCdSource.cs: Override SearchEnabled
+	
+	* src/Banshee.Base/Sources/DapSource.cs: Support propagating a custom
+	view from the DAP; support DAP reactivation
+	
+	* src/Banshee.Dap/Ipod/IpodDap.cs: Support new detection/initialization
+	model from base; show a nice error resolution view if iPod has a
+	database that cannot be read
+	
+	* src/Banshee.Dap/Ipod/UnsupportedDatabaseView.cs: A custom view to
+	detail why an iPod may not be supported; offers the ability to 
+	rebuild the database
+	
+	* src/Banshee.Dap/Ipod/DatabaseRebuilder.cs: Class to scan an iPod
+	for music in iPod_Control/Music/F*/* and rebuild a supported database
+	
+	* src/Banshee.Dap/Ipod/Makefile.am: Added DatabaseRebuilder.cs and
+	UnsupportedDatabaseView.cs; link against entagged-sharp.dll
+	
+	* src/Banshee.Dap/Njb/NjbDap.cs: Updated to reflect detection/init
+	model from base
+	
+	* src/Banshee.Widgets/MessagePane.cs: A custom widget to show 
+	a header/icon and bullets of text/widgets; derived from beagle-search
+	
+	* src/Banshee.Widgets/LinkLabel.cs: Custom Label widget that allows
+	for click/keypress activation; draws a blue link and shows a focus rect
+	
+	* src/Banshee.Widgets/Makefile.am: Added MessagePane.cs and LinkLabel.cs
+
+2006-02-08  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	* src/LogCoreViewer.cs: Do null-detection on the raw objects returned
+	from the model before casting and comparing; fixes a potential crasher
+
+	* src/PlayerInterface.cs: Update the playlist view after a search is done
+
+	* src/PlaylistModel.cs: Sync the playing iter off TrackInfo.Equals 
+	instead of a UID, which is TrackInfo subclass-specific; this allows
+	for spreading the current song across multiple sources (say you start
+	playing a song in the library that is also on an iPod... switching from
+	the library to the iPod results in the version on the iPod to be 
+	indicated as currently playing)
+	
+	Fixed a GTK tree iter warning when trying to get a path for a null iter
+	
+	* src/PlaylistView.cs (UpdateView): Call model.SyncPlayingIter()
+	
+	* src/Banshee.Base/TrackInfo.cs: Added Equal and GetHashCode overrides;
+	value-equality is based on Artist, Album, and Track strings matching
+
+2006-02-08  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	* src/Banshee.Base/TrackInfo.cs: 
+	Use {[Cc]over,[Ff]older}.{jpg,png,jpeg,gif} as cover art if one exists
+	in the song's directory
+
+	* src/PlayerInterface.cs: Show song title and artist in window title
+
+2006-02-07  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	* src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs
+	(StartEngine): Only instantiate the engine if it is null
+
+2006-02-07  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	* src/Banshee.Widgets/NotificationAreaIcon.cs: Updated with fixes
+	for AMD64 by Dan Winship (from Beagle, #327944); class renamed from
+	NotificationAreaIcon to NotificationArea
+
+	* src/Banshee.Widgets/NotificationAreaIcon.cs: Reflect change from
+	NotificationAreaIcon to NotificationArea
+
+	* src/PlayerInterface.cs:
+	* src/PlaylistColumns.cs:
+	* src/PlaylistView.cs: Patch from Ruben Vermeersch to fix column
+	visibility bug (#326947)
+
+	* src/AboutBox.cs: Added Theppitak Karoonboonyana to translator credits
+
+2006-02-07  James Willcox  <[EMAIL PROTECTED]>
+
+	* src/Banshee.Plugins/Daap/DaapCore.cs: avoid a null ref exception
+	in the ServerName property when there is no server.
+
+2006-02-07  Theppitak Karoonboonyanan  <[EMAIL PROTECTED]>
+
+	* configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
+
+2006-02-06  Aaron Bockover  <[EMAIL PROTECTED]>
+
+	* src/Banshee.Base/Utilities (Utilities.SetProcessName): NUL terminate
+	the process name as ASIIEncoding does not do this (sigh)
+
 2006-02-06  Aaron Bockover  <[EMAIL PROTECTED]>
 
 	* configure.ac: Bumped version to 0.10.5
 ChangeLog                                                  |  140 
 NEWS                                                       |   81 
 configure                                                  |    6 
 configure.ac                                               |    6 
 po/ChangeLog                                               |   22 
 po/POTFILES.in                                             |    2 
 po/es.po                                                   |  631 ++--
 po/ja.po                                                   | 1393 +++++----
 po/nb.po                                                   |  510 +--
 po/th.po                                                   | 1970 +++++++++++++
 src/AboutBox.cs                                            |    3 
 src/Banshee.Base/Dap/Dap.cs                                |   23 
 src/Banshee.Base/Dap/DapCore.cs                            |   65 
 src/Banshee.Base/Dap/DapMisc.cs                            |   41 
 src/Banshee.Base/Source.cs                                 |    6 
 src/Banshee.Base/Sources/AudioCdSource.cs                  |    6 
 src/Banshee.Base/Sources/DapSource.cs                      |   15 
 src/Banshee.Base/TrackInfo.cs                              |   51 
 src/Banshee.Base/Utilities.cs                              |    5 
 src/Banshee.Dap/Ipod/DatabaseRebuilder.cs                  |  160 +
 src/Banshee.Dap/Ipod/IpodDap.cs                            |   76 
 src/Banshee.Dap/Ipod/Makefile.am                           |    6 
 src/Banshee.Dap/Ipod/Makefile.in                           |    6 
 src/Banshee.Dap/Ipod/UnsupportedDatabaseView.cs            |  164 +
 src/Banshee.Dap/Njb/NjbDap.cs                              |   11 
 src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs |   10 
 src/Banshee.Plugins/Daap/DaapCore.cs                       |    2 
 src/Banshee.Widgets/LinkLabel.cs                           |  186 +
 src/Banshee.Widgets/Makefile.am                            |    4 
 src/Banshee.Widgets/Makefile.in                            |    4 
 src/Banshee.Widgets/MessagePane.cs                         |  156 +
 src/Banshee.Widgets/NotificationAreaIcon.cs                |  783 ++---
 src/Banshee.Widgets/VolumeButton.cs                        |    2 
 src/LogCoreViewer.cs                                       |   11 
 src/NotificationAreaIcon.cs                                |    4 
 src/PlayerInterface.cs                                     |   32 
 src/PlaylistColumns.cs                                     |   32 
 src/PlaylistModel.cs                                       |   15 
 src/PlaylistView.cs                                        |   23 
 src/RemotePlayer.cs                                        |    9 
 40 files changed, 4946 insertions(+), 1726 deletions(-)

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-- 
Ubuntu-motu mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to