~ubuntu-branches/debian/sid/gmtp/sid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-06-14 10:12:49 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120614101249-sds3t0jzopmywdvm
Tags: 1.3.2-1
* New upstream bugfix release:
  - Correct Makefile to fix when building with GTK+-3.4.
  - Reworked pkg-config handling to respect $(PKG_CONFIG) in Makefile.
  - Add additional error checking on connection of new devices, to hopefully
    avoid seg-fault with some very problematic devices. Ubuntu bugs:
    LP: #917314 LP: #948621 LP: #968798 LP: #995503
  - Fix issue with some Android 3.2 implementations and GetStorage() MTP API
    function. (Uses cached information, rather than full item rescan in some
    instances). (Closes: #667795)
  - Correct German Translations. (Closes: #672298)
  - Fix FLAC file handling.
* Update debian/copyright.
* Bump Standards.
* Drop 0001-missing_linker_flag.patch, applied upstream.
* Enable harden'd compilation.
* Add 0002-format_security.patch to prevent build failure with the flag
  '-Werror=format-security' enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- v1.3.2 - 14 Jun 2012
 
2
* Correct Makefile to fix when building with GTK+-3.4. (Missing gthread-2.0 from pkg-config).
 
3
* Reworked pkg-config handling to respect $(PKG_CONFIG) in Makefile. (Thank you Mike Frysinger
 
4
  for pointing this out, and supplying a patch).
 
5
* Add additional error checking on connection of new devices, to hopefully avoid seg-fault with
 
6
  some very problematic devices. (Ubuntu Bug #917314, #948621, #968798, #995503)
 
7
* Fix issue with some Android 3.2 implementations and GetStorage() MTP API function. (Uses cached
 
8
  information, rather than full item rescan in some instances).
 
9
  (Debian bug #667795 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667795 )
 
10
* Correct German Translations. (Something went wrong in saving the file, and was changed from being
 
11
  recognised as UTF-8 to being recognised as ASCII - My apologies). 
 
12
  (Debian bug #672298 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672298)
 
13
* Fix FLAC file handling. (Bug only showed up in Gentoo Linux for some reason)? (Thank you 
 
14
  Martin Benirschka for helping troubleshoot this one).
 
15
 
1
16
-- v1.3.1 - 20 Feb 2012
2
17
* Change default to ask for Download folder upon initial installation.
3
18
* Fix folder view on devices with multiple storage pools (Android enhancement).