This bug was fixed in the package gmtp - 1.3.4-1
---------------
gmtp (1.3.4-1) experimental; urgency=low
* New upstream release:
- Fixes date handling, ensuring date format is as per
MTP v1.0 Specification Section 3.2.5.
- Cleaned up some minor GTK3 items.
- Add new preference to ignore album handling errors (Android
enhancement).
- Add new preference to use alternate access method for devices
(uncached mode and as needed file data). (Android enhancement).
This last item should assist with problematic Android based
devices.
-- Alessio Treglia <[email protected]> Thu, 15 Nov 2012 00:54:00
+0000
gmtp (1.3.3-1) unstable; urgency=low
* New upstream release:
- Fix handling of download/delete when parent folder is selected.
- Fix build failure with -Werror=format-security.
* Drop 0002-format_security.patch, applied upstream.
-- Alessio Treglia <[email protected]> Fri, 15 Jun 2012 18:47:50
+0200
gmtp (1.3.2-1) unstable; urgency=low
* 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.
-- Alessio Treglia <[email protected]> Thu, 14 Jun 2012 10:12:49
+0200
gmtp (1.3.1-2) unstable; urgency=low
* Fix 0001-missing_linker_flag.patch, it wasn't actually applied when
linked against GTK3.
* Really build with --as-needed.
-- Alessio Treglia <[email protected]> Mon, 20 Feb 2012 15:44:30
+0100
gmtp (1.3.1-1) unstable; urgency=low
* New upstream bugfix release:
- Change default to ask for Download folder upon initial
installation. (LP: #934319)
* Link against gthread-2.0 to prevent FTBFS; patch taken from Ubuntu.
-- Alessio Treglia <[email protected]> Mon, 20 Feb 2012 14:25:15
+0100
gmtp (1.3.0-1) unstable; urgency=low
* New upstream release.
* It's no longer needed to keep Makefile~ unchanged,
it has been removed upstream.
* Update debian/copyright.
-- Alessio Treglia <[email protected]> Sat, 24 Dec 2011 02:46:03
+0100
gmtp (1.2.0-1) unstable; urgency=low
* New upstream release:
- New features:
+ Import/export *.m3u playlist files from within the playlist editor.
+ Download entire folders from the MTP device to your local PC.
- Other changes:
+ Disable upload of .PLA or .ALB files as these map directly to
Playlists and Album metadata pointers on the device. (Allowing this
may result in corrupt metadata on the device).
* debian/{control,copyright,watch):
- Upstream moved to SourceForge.
-- Alessio Treglia <[email protected]> Thu, 04 Aug 2011 09:57:56
+0200
gmtp (1.1.0-1) unstable; urgency=low
* New upstream bugfix release.
* Delete patches, applied upstream.
-- Alessio Treglia <[email protected]> Sat, 16 Jul 2011 08:54:39
+0200
gmtp (1.0.1-2) unstable; urgency=low
* Remove duplicate free() call to prevent crashes while transfering
songs (Closes: #632454).
-- Alessio Treglia <[email protected]> Wed, 06 Jul 2011 08:44:14
+0200
gmtp (1.0.1-1) unstable; urgency=low
* New upstream release:
- Fix application icon size with Window Maker.
- Added Format Device Option.
- General code cleanup.
-- Alessio Treglia <[email protected]> Tue, 28 Jun 2011 11:28:19
+0200
gmtp (1.0.0-1) unstable; urgency=low
* New upstream release:
- Finalised GTK3 build.
- Updated Album Art dialog allowing for upload, removing or
downloading album art files.
- Ability to rename files and folders on the device.
- New icons in the main window.
- Updated Properties Window to better suit small screen devices,
especially netbooks.
* Build with GTK3.
* Install gsettings schemas, drop gconf stuff.
* Bump debhelper build-dep to 8.1.3~, required by dh_installgsettings.
-- Alessio Treglia <[email protected]> Mon, 20 Jun 2011 11:28:15
+0200
gmtp (0.9.1-1) unstable; urgency=low
* New upstream release:
- Fix "File continues to be uploaded, even if cancelling the
upload" bug (Closes: #624117).
* debian/copyright:
- Update to comply with DEP-5 svn-174.
* Bump Standards.
-- Alessio Treglia <[email protected]> Thu, 28 Apr 2011 19:25:01
+0200
gmtp (0.9-1) unstable; urgency=low
* New upstream bugfix-only release:
- Fix some memleaks in mtp.c.
- Fix album updates for some broken devices.
- Fix minor bug in the playlist editor.
-- Alessio Treglia <[email protected]> Fri, 25 Feb 2011 14:03:05
+0100
gmtp (0.8.1-1) unstable; urgency=low
* New upstream release:
- Update Italian Translation - thanks to Francesca Ciceri.
- Modify Makefile for separate GConf schema installation.
* Drop patches, applied upstream.
-- Alessio Treglia <[email protected]> Tue, 25 Jan 2011 19:46:39
+0100
gmtp (0.8-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Update debian/copyright.
* Add patch to improve the Italian translation.
-- Alessio Treglia <[email protected]> Mon, 24 Jan 2011 17:21:38
+0100
gmtp (0.7-1) unstable; urgency=low
* New upstream release:
- Added FLAC metadata support (required FLAC 1.2+)
- Added OggVorbis metadata support (requires vorbis 1.0.1+)
- Added WMA metadata support.
- Fixed missing header in mtp.c for some Linux distro's (string.h).
- Made application and file paths all lower case inline with
freedesktop guidelines.
- Changed *.desktop file inline with freedesktop guidelines.
- Fixed NULL pointer fault with MP3's that have no TRACKNUMBER tag.
* Dropped patches, applied upstream:
- 01-desktop_file.patch
- 03-missing_header.patch
- 04-fix_application_path.patch
* Refresh 02-makefile.patch, partially adopted by upstream.
* Rename executable from gMTP to gmtp, update manpage.
* debian/control: Build-depend on libflac-dev,libvorbis-dev.
* Improve debian/watch file.
-- Alessio Treglia <[email protected]> Thu, 25 Nov 2010 16:23:54
+0100
gmtp (0.6-2) unstable; urgency=low
* Correct linking order to pass LDFLAGS to the compiler.
* Add patch to makes the program look for the data files under
/usr/share/gmtp rather than under /usr/share/gMTP.
-- Alessio Treglia <[email protected]> Sat, 06 Nov 2010 00:57:14
+0100
gmtp (0.6-1) unstable; urgency=low
* Initial release. (Closes: #596724)
-- Alessio Treglia <[email protected]> Mon, 13 Sep 2010 18:19:44
+0200
** Changed in: gmtp (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044423
Title:
gmtp crashed with SIGSEGV in deviceConnect()
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmtp/+bug/1044423/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs