~ubuntu-branches/ubuntu/vivid/banshee-community-extensions/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-09-18 03:35:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100918033536-b2q2ut7xkk3g90rl
Tags: 1.7.6-0ubuntu1
* New upstream release
  + Enhancements:
    - [Lyrics] Add a Copy button to the lyrics window
    - [Lyrics] Fix up the label in LyricsPane
    - [Lyrics] Use Banshee.WebBrowser instead of webkit-sharp
  + Bugs Fixed:
    - [build] Bring gnome-doc-utils autofoo into the tree
    - [Lyrics] Detect a false positive from lyricsplugin.com
    - [Lyrics] Fixed LyricsWiki source
    - [U1MS] Set a TypeUniqueId for the source (bgo#626965)
* Change section from gnome to sound
* Imported Upstream version 1.7.6
* Drop webkit# build-dep
* Bump Banshee build-dep version and loosen binary-dep version
* Switch banshee dep with banshee-extensions-common in metapackage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.52)
2
 
AC_INIT([banshee-community-extensions], 1.7.4,
 
2
AC_INIT([banshee-community-extensions], 1.7.6,
3
3
        [http://bugzilla.gnome.org/enter_bug.cgi?product=banshee&component=Community%20Extensions])
4
4
 
5
5
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar dist-zip foreign])