[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/2.1.4-1-8-gd7c65c4

Chow Loong Jin hyperair at ubuntu.com
Tue Sep 20 11:16:45 UTC 2011


The following commit has been merged in the master branch:
commit f49d4d29e5d58d11b057268cf3e92d78f1e2af23
Merge: 009ff1b887809e09fec5b661fbb7761f9dd79b10 d86049c5820e13479ca629e982425199455dafa3
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Tue Sep 20 14:08:17 2011 +0800

    Merge branch 'experimental'
    
    Conflicts:
    	debian/patches/series

diff --combined debian/changelog
index 3afc6b0,b961a31..1283427
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,16 -1,127 +1,134 @@@
- banshee (2.0.1-5) UNRELEASED; urgency=low
+ banshee (2.1.4-1) experimental; urgency=low
  
-   * [378c24b] Add patch to fix NRE while reloading db models (Closes: #637266)
+   * [9c90bff] Imported Upstream version 2.1.4
+     + Notable Bugs Fixed (11 fixed since 2.1.3):
+       - bgo#601554: Don't resolve external references when parsing bad RSS feeds
+       - bgo#633939: Fix crash in SearchEntry.FilterMenuItem
+       - bgo#647917: Dap.MassStorage: decode URI before using it as playlist name
+       - bgo#650325: MtpSource: Remove obsolete URL from error message
+       - bgo#657479: Make sure empty default smart playlists are hidden
+       - libbanshee: Fix crash on g_free when looking for subtitle description
+   * [889b204] Fix invalid cast causing ftbfs with libgpod
  
-  -- Chow Loong Jin <hyperair at ubuntu.com>  Wed, 10 Aug 2011 15:24:03 +0800
+  -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 08 Sep 2011 10:02:04 +0800
+ 
+ banshee (2.1.3-1) experimental; urgency=low
+ 
+   * [6a4942d] Update manpage
+   * [b5856fb] Imported Upstream version 2.1.3
+     + New Features:
+       - New custom support for the Barnes & Noble Nook
+       - Support default internet radio stations. At first start, XSPF playlists
+         in $datadir/banshee/stations/ are imported automatically. We don't
+         provide default radio stations ourselves but this allows distros or
+         other third parties to do so.
+     + Enhancements:
+       - bgo#549173: Add "Stop when finished" option in the notification popup
+         menu
+       - bgo#636071: Get info from the database or the file when opening a URI
+         (LP: #683970)
+       - bgo#639805: Hide labels in the source pane when the group is empty
+         (LP: #712466)
+       - bgo#647306: Add support for the Notion Ink Adam tablet
+       - bgo#651497: Motorola Atrix support (LP: #779072)
+       - bgo#653255: Samsung Galaxy S2 support
+       - bgo#653284: Remove keyboard shortcut for toggling scrobbling
+       - bgo#653997: Samsung Galaxy Ace support
+       - bgo#656526: Add "Smiley Face Curve" default equalizer
+       - bgo#656670: Cache the ArtworkID in the database for faster startup
+       - Various enhancements to our experimental GStreamer# backend, bringing it
+         close to feature parity with our current C backend. It is still not
+         built by default and not recommended for daily use, but testing is
+         welcome.
+     + Notable Bugs Fixed (39 fixed since 2.1.0):
+       - bgo#587264: Fix metadata fetching from MusicBrainz (LP: #778090)
+       - bgo#647111: Put the Audio CD source label in the right place
+         (LP: #765885)
+       - bgo#647202: Fix space usage reporting for some DAP devices
+       - bgo#648498: Make sure the MPRIS sends the new metadata on track change
+         (LP: #768509)
+       - bgo#650011: Fix items disappearing in playlists when re-connecting iPod
+       - bgo#650184: Fix XSPF playlist importing error (LP: #791418)
+       - bgo#651914: Fix "Least Favorite" smart playlist to not pick unrated
+         songs
+       - bgo#654524: Fix the SetPosition method in the MPRIS interface
+       - bgo#656176: Don't ignore the last value of the .is_audio_player file
+       - bgo#656246: Fix random crash while changing tracks
+       - EqualizerSetting: Set the amplifier level for default equalizers
+ 
+  -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 25 Aug 2011 12:34:46 +0800
+ 
+ banshee (2.1.0-2) experimental; urgency=low
+ 
+   [ Chow Loong Jin ]
+   * [a72b20a] Add apport hook.
+     Thanks to Jeremy Bicha <jeremy at bicha.net> (LP: #735897)
+   * [fd5aed2] Cherry-pick patch to port Banshee to DBus#
+   * [4706fbe] Amend build-deps to use dbus# instead of ndesk-dbus
+   * [3b30572] Add autoreconf
+   * [a1fb6fe] Bump version of bce that Banshee breaks
+   * [d747605] Update webkit build-dep for webkit 1.3 transition
+     (Closes: #635402)
+ 
+   [ Iain Lane ]
+   * [65625a4] Remove .la files.
+     Thanks to Luk Claes <luk at debian.org> (Closes: #621324)
+   * [7c776aa] Pass --as-needed to dh_autoreconf to enable support in ltmain.sh
+   * [66e797e] Fix Breaks version on banshee-community-extensions.
+     Thanks to Joachim Breitner <nomeata at debian.org> (Closes: #635332)
+   * [6023eb1] Standards-Version → 3.9.2, no changes required
+ 
+  -- Chow Loong Jin <hyperair at ubuntu.com>  Mon, 01 Aug 2011 22:16:48 +0800
+ 
+ banshee (2.1.0-1) experimental; urgency=low
+ 
+   * [6b1b0d2] New upstream release:
+     + New features:
+       - eMusic store
+     + Enhancements:
+       - ArtworkManager: add --fetch-artwork argument
+       - bgo#647754: Xperia X12 support
+       - bgo#508713: MiniMode: Reduce height of window
+       - bgo#648941: Support .spc files
+       - bgo#649401: Set UserAgent when doing MusicBrainz queries
+     + Notable bug fixes:
+       - Windows installer fixes
+       - bgo#647059: Fix Remote Daap crash
+       - bgo#647089: Daap: Bind to IPAddress.Loopback instead of Any
+         (LP: #753986)
+       - bgo#644648: libbanshee fixes
+       - bgo#642113: Change Remote dialog's button from Ok to Add
+       - bgo#647144: StreamPositionLabel fixes
+       - AmazonMp3.Store: Fix signed-in detection for UK store
+       - bgo#633552: AppleDevice: Ensure m4a/mp3 are supported
+       - bgo#634647: Have ctrl-a select text in SearchEntry
+       - bgo#642140: Last.fm: Close HTTP streams when finished with them
+       - bgo#648133: build: Don't delete gnome-doc-utils.make during distclean
+       - bgo#647932: DatabaseSource: Fix NRE in SkipTrackIfRemoved
+       - bgo#646991: AlbumListView: Fix disappearing option in Preferences
+       - bgo#647024: Lastfm: Fix NRE crash
+       - bgo#636057: Fix rendering glitch
+       - PodcastFeedPropertiesDialog: Fix display of feed URL
+       - bgo#648458: PlsPlaylistFormat: Make parsing the header case-insensitive
+       - bgo#611489: GStreamer: Use Banshee.IO instead of System.IO
+       - bgo#641748: ViewActions: enable eq once we know backend supports it
+       - bgo#638889: Banshee.Services: Avoid creating dupes after moves
+   * [227b3ca] Add new GNOME URL to debian/watch
+   * [89f38cb] Bump build depends to match build system changes
+   * [b384a5b] Drop obsolete configure flags
+   * [ca2a400] Provide banshee-{api,asm}-* virtual packages
+   * [741d31a] Workaround clideps issue
+   * [287ec44] Workaround meego panel clideps failure
+ 
+  -- Chow Loong Jin <hyperair at ubuntu.com>  Sat, 14 May 2011 22:06:44 +0800
  
 +banshee (2.0.1-4) unstable; urgency=low
 +
 +  * [d747605] Update webkit build-dep for webkit 1.3 transition
 +    (Closes: #635402)
 +
 + -- Chow Loong Jin <hyperair at ubuntu.com>  Mon, 01 Aug 2011 16:44:53 +0800
 +
  banshee (2.0.1-3) unstable; urgency=low
  
    * [66e797e] Fix Breaks version on banshee-community-extensions.
diff --combined debian/gbp.conf
index 154ada1,1f9a629..d51eb67
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@@ -1,2 -1,4 +1,4 @@@
  [DEFAULT]
 -debian-branch = experimental
 -upstream-branch = upstream-experimental
++debian-branch = master
++upstream-branch = upstream
  compression = bzip2

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list