FFe: Merge banshee-community-extensions 2.4.0 from Debian Unstable

Bug #977236 reported by Chow Loong Jin
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
banshee-community-extensions (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

  affects ubuntu/banshee-community-extensions
  milestone ubuntu-12.04
  subscribe ubuntu-release

Banshee Community Extensions 2.4.0, which is the new stable series of Banshee
Community Extensions has just been released. The relevant NEWS entry (the only
one since 2.2.0, which is currently in Precise) is:

---------------------------------------8<----------------------------------------
=================================
Version 2.4.0 - April 6, 2012
=================================

Contributors since 2.2.0:
Alexander Kojevnikov, Bertrand Lorentz, Chow Loong Jin, Frank Ziegler,
Kevin Anthony, Timo Dörr

New extensions since 2.2.0:
* FolderSync: Copy and synchronize tracks from playlists into specified folders

Enhancements since 2.2.0:
* AlbumArtWriter: Allow forcing a copy of the album art into the album folders
* AlbumArtWriter: Add configuration of the name and the type of the image file
* DuplicateSongDetector: Use a more aggressive algorithm for detecting duplicates

Notable bugs fixed since 2.2.0:
* DuplicateSongDetector: Fix bug causing the window to be blank
* Karaoke: Don't change the visual style of the lyrics
* Karaoke: Disable keybindings in the context pane
* LiveRadio: Fix crash when updating the genre list
* LiveRadio: Disable non-functional plugins: shoutcast, magnatune, realradios
* LiveRadio: Fix crash when live365 session stream cannot be retrieved
* LiveRadio: Fix crash when clicking multiple genres quickly (bgo#662794)
* Lyrics: Use HTTP proxy management provided by Banshee (bgo#664710)
* Telepathy: Fix dllmap for cross-architecture support
--------------------------------------->8----------------------------------------

and the output of git log 2.2.0..2.4.0:

---------------------------------------8<----------------------------------------
commit cd3811150093e5d7ab010225f2101779336e7004
Author: Bertrand Lorentz <email address hidden>
Date: Fri Apr 6 17:13:53 2012 +0200

    release: Bump version to 2.4.0

commit 082322a6144ba037ea5cf93e71efa8924d0e8075
Author: Bertrand Lorentz <email address hidden>
Date: Fri Apr 6 17:11:51 2012 +0200

    build: Do not run tests during "make distcheck"

    Some of the unit test are now broken, so we disable unit tests when
    doing "make distcheck".

commit d102fcd91a78aa901b78f5634b4cb09fd9f9b6fb
Author: Bertrand Lorentz <email address hidden>
Date: Fri Apr 6 16:48:51 2012 +0200

    i18n: Update translations from Transifex

commit 930b5a0baab614b2c1c4faf1271989e12c85b6f8
Author: Bertrand Lorentz <email address hidden>
Date: Fri Apr 6 16:33:47 2012 +0200

    release: Update NEWS for 2.4.0

commit e2bb6b0a1b91f6a5d527531dafaa1804d00436e2
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 20:05:51 2012 +0200

    release: Update AUTHORS

commit e8be1503c82afd35c2110fb8a9024f6e10c108ef
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 20:05:40 2012 +0200

    i18n: Update the .pot file

commit 03beb823773638cd1ffab5bdc3c9832d21f759f2
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 19:54:41 2012 +0200

    FolderSync: Add a frame around the playlist treeview

commit 38577bbccf438057d309e682f09acbf382dfe2b3
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 19:53:48 2012 +0200

    FolderSync: Fix or improve several labels

commit 7a7e9071e424b0ec1f574d8f335ff25cd9bd8bfe
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 18:43:10 2012 +0200

    i18n: Update the .pot file

commit 758e3f7fab00a27b8f18b542e5a8436f37f84880
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 18:00:50 2012 +0200

    Telepathy: Remove manual purging of ContactSource

    Create ContactSource as a temporary source, using the new support
    provided by PrimarySource. Purging is now done automatically by the
    PrimarySource class.

commit 54f04864dfce09395cbccb2f3ab6c262f1df6e5f
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 17:57:25 2012 +0200

    Bump Banshee dependency to 2.4.0

    This is needed to use the new IsTemporary property in the DatabaseSource
    class.

commit 593c370f288b2755cde2fd249589ea176ec7ea0f
Author: Bertrand Lorentz <email address hidden>
Date: Sun Apr 1 17:47:02 2012 +0200

    Fix small issues in two .csproj files

commit bf0691c63a1b0b70a45bbcc9c05fd6a518ada535
Author: Alexander Kojevnikov <email address hidden>
Date: Sun Jan 22 10:57:34 2012 +0800

    Telepathy: Fix dllmap for cross-architecture support

    See also commit b6e023e in Banshee.

commit e062d90dc08667c165011f08c71290159d6d967a
Author: Alexander Kojevnikov <email address hidden>
Date: Sun Jan 22 10:57:29 2012 +0800

    i18n: Update the .pot file

commit 548e068ccea0b51875d820b5520cf8937b4d1f74
Author: Bertrand Lorentz <email address hidden>
Date: Mon Nov 28 19:47:08 2011 +0100

    Karaoke: Disable keybindings in the context pane

commit a6167e10b305796f8bc4e1968f49919c3c4525c8
Author: Bertrand Lorentz <email address hidden>
Date: Mon Nov 28 19:45:25 2011 +0100

    Karaoke: Don't change the visual style of the lyrics

commit 2e382bf3569eb22d8a6a08a84a8956e66b2d3b14
Author: Bertrand Lorentz <email address hidden>
Date: Mon Nov 28 18:56:55 2011 +0100

    Lyrics: Drop custom HTTP proxy management (bgo#664710)

    The Lyrics extension does not need its own HTTP proxy management, it
    just creates more bug opportunities.

    Doing nothing here means we'll just use the proxy management done by
    Banshee itself, which sets HttpWebRequest.DefaultWebProxy correctly when
    needed.

commit dfb2fceabeb2d282c04339a519c25e0ad9835759
Author: Bertrand Lorentz <email address hidden>
Date: Mon Nov 28 17:32:38 2011 +0100

    LastfmFingerprint: Update domain name for the fingerprint query

    Use the same domain name as the official Last.fm fingerprint library.

commit e09a822ee5955b045577cb496c26549d3285111d
Author: Bertrand Lorentz <email address hidden>
Date: Mon Nov 28 17:31:26 2011 +0100

    LastfmFingerprint: Remove unused C++ code

commit a48427e225be246862af752918e1948e0ccb8da4
Author: Frank Ziegler <email address hidden>
Date: Sun Nov 13 18:06:30 2011 +1100

    [LiveRadio] prevent crash in certain scenarios (clicking multiple genres
quickly) bgo#662794

commit 8c70c537954f497272cfafa58be927a8d8535ff7
Author: Frank Ziegler <email address hidden>
Date: Sun Nov 13 18:05:14 2011 +1100

    [LiveRadio] prevent NPE if live365 session stream cannot be retrieved

commit 1ffb2953fbba7df29c5dabec7c0c14cbc19fcd18
Author: Frank Ziegler <email address hidden>
Date: Sun Oct 30 00:17:15 2011 +0700

    [LiveRadio] disabled non-functional plugins (shoutcast, magnatune, realradios)

    Magnatune can most likely be fixed and re-enabled.

commit df91f95ea6846ac7587009683333425f065c956a
Author: Frank Ziegler <email address hidden>
Date: Mon Oct 17 10:48:47 2011 +0700

    [build] added autodetection for correct/latest C# compiler

    Fallback from dmcs to gmcs to failing implemented to deal with different
mono versions on different build systems.

commit 9a12ca50a75ff39c06f029a747b677d361a72d86
Author: Frank Ziegler <email address hidden>
Date: Sun Oct 16 16:10:28 2011 +0700

    [LiveRadio] prevent crash when updating GUI by using Hyena.ThreadAssist methods

commit d42cd3d5ebcf11833b304b1104165c2cd2d5358e
Author: Chow Loong Jin <email address hidden>
Date: Wed Oct 12 00:07:55 2011 +0800

    AlbumArtWriter: Update POTFILES.in

    Add AlbumArtWriterService.cs and ConfigurationDialog.cs to POTFILES.in now that
    both of them are present and have i18n'd strings.

commit 5cd13a91b068a37f818a0816fce6ca54a6018d23
Author: Kevin Anthony <email address hidden>
Date: Wed Oct 5 09:54:22 2011 -0400

    AlbumArtWriter: Added two new features

            * Added Force Copy which forces a copy of the album art into the
album folders
            * Added a configuration window, Allowing for naming of the art file,
as well as they image type

    Notes:
            When we register the ration buttons, we must register every button
            Even though registering every radio button will make toggled get
called twice,
            Because if we have more then 3 radio buttons,
            it's possable to have a state change that is not caught so we must
register every button

commit 19bc895a76fb803cb27125fed8d94e3183fdab7f
Author: Bertrand Lorentz <email address hidden>
Date: Sat Sep 24 17:35:00 2011 +0200

    i18n: Update POTFILES.in and .pot file

commit bf9100c1923bd7eb6cf42d4c475c915be7ef3587
Author: Bertrand Lorentz <email address hidden>
Date: Sat Sep 24 17:08:52 2011 +0200

    FolderSync: Fix up references in the csproj

commit 8edf172a9aa57fc2387be243dcdf66371595af31
Author: Bertrand Lorentz <email address hidden>
Date: Sat Sep 24 17:08:28 2011 +0200

    FolderSync: Reformart source code, no real code changes

commit 93ab51dabdf7c89477a9b9f5bcc6ce483e4e7990
Author: Bertrand Lorentz <email address hidden>
Date: Sat Sep 24 16:51:51 2011 +0200

    build: Integrate the FolderSync extension in the build

commit 061c032623afa52f49d154c494cbb19fa1f37825
Author: Timo Dörr <email address hidden>
Date: Sat Sep 17 16:25:49 2011 +0200

    Add new FolderSync extension

commit 8002fbdf46b9950cc46d03b19d16e8f15f34ea07
Author: Kevin Anthony <email address hidden>
Date: Tue Sep 20 20:08:30 2011 -0400

    DuplicateSongDetector: Fixed a bug introduced by an earlier commit

commit d2bc905c5e930facf5b869f451ab36996c832a8b
Merge: fd08ed4 2bdb8f1
Author: Kevin Anthony <email address hidden>
Date: Tue Sep 20 18:53:53 2011 -0400

    Merge branch 'master' of
git://gitorious.org/banshee-community-extensions/banshee-community-extensions

commit fd08ed41c555fdeb8462121cf704352928ec33e4
Author: Kevin Anthony <email address hidden>
Date: Tue Sep 20 18:28:01 2011 -0400

    DuplicateSongDetector: Fixed a bug in which after the first time the window
opens, it would be blank.

commit 07c94b6bd1e884a26c11d25c017cab952c8021bb
Author: Kevin Anthony <email address hidden>
Date: Tue Sep 20 18:16:27 2011 -0400

    Duplicate: Using a more aggressive algorithm for detecting Duplicate Songs
--------------------------------------->8----------------------------------------

Most of the changes shown above are bugfixes, with the exception of the "New
extensions" and "Enhancements" sections from the NEWS.

Additionally, now that 2.4.0 has been released, there will likely be no new
releases from the 2.2.x series, as important bugfixes will be cherry-picked and
released from the 2.4.x series instead. Hence, for Ubuntu 12.04, as an LTS, I
believe that having 2.4.0 in the archive would be the best option.

--
Kind regards,
Loong Jin

Revision history for this message
Scott Kitterman (kitterman) wrote :

Ack. Approved.

Changed in banshee-community-extensions (Ubuntu):
importance: Undecided → Wishlist
status: New → Triaged
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package banshee-community-extensions - 2.4.0-1ubuntu1

---------------
banshee-community-extensions (2.4.0-1ubuntu1) precise; urgency=low

  * [8075ffb] Merge from Debian Unstable (LP: #977236), remaining changes:
    + Enable AppIndicator extension

banshee-community-extensions (2.4.0-1) unstable; urgency=low

  * [4da6afd] Imported Upstream version 2.4.0:
    - New extensions since 2.2.0:
      + FolderSync: Copy and synchronize tracks from playlists into specified
        folders
    - Enhancements since 2.2.0:
      + AlbumArtWriter: Allow forcing a copy of the album art into the album
        folders
      + AlbumArtWriter: Add configuration of the name and the type of the image
        file
      + DuplicateSongDetector: Use a more aggressive algorithm for detecting
        duplicates
    - Notable bugs fixed since 2.2.0:
      + DuplicateSongDetector: Fix bug causing the window to be blank
      + Karaoke: Don't change the visual style of the lyrics
      + Karaoke: Disable keybindings in the context pane
      + LiveRadio: Fix crash when updating the genre list
      + LiveRadio: Disable non-functional plugins: shoutcast, magnatune,
        realradios
      + LiveRadio: Fix crash when live365 session stream cannot be retrieved
      + LiveRadio: Fix crash when clicking multiple genres quickly (bgo#662794)
      + Lyrics: Use HTTP proxy management provided by Banshee (bgo#664710)
      + Telepathy: Fix dllmap for cross-architecture support
  * [45db91b] Drop patches.
     - 0001-LiveRadio….patch: Applied upstream
     - fsck-intltool.patch: No longer needed
  * [4e33173] Override DMCS instead of MCS
  * [7e2960a] Add foldersync extension
  * [d5287de] Update d/copyright
  * [11dcf27] Update banshee build-dep version
  * [9c06b83] Bump Standards-Version (3.9.2 → 3.9.3)
 -- Chow Loong Jin <email address hidden> Mon, 09 Apr 2012 22:56:37 +0800

Changed in banshee-community-extensions (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.