1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
|
gmtp (1.3.10-1) unstable; urgency=medium
* Imported Upstream version 1.3.10
* Bump Standards.
* Update debian/copyright
-- Alessio Treglia <alessio@debian.org> Sun, 28 Aug 2016 23:30:26 +0100
gmtp (1.3.9-2) unstable; urgency=medium
* Upload to unstable.
* Improve short description. Thanks to Christopher Hagar for
pointing this out. (Closes: #769573)
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Tue, 21 Apr 2015 09:11:21 +0100
gmtp (1.3.9-1) experimental; urgency=medium
* New upstream release.
-- Alessio Treglia <alessio@debian.org> Sat, 07 Feb 2015 03:16:05 +0000
gmtp (1.3.7-1) unstable; urgency=medium
* New upstream release.
-- Alessio Treglia <alessio@debian.org> Fri, 25 Jul 2014 14:01:45 +0100
gmtp (1.3.6-1) unstable; urgency=low
* New upstream release.
-- Alessio Treglia <alessio@debian.org> Mon, 17 Mar 2014 09:50:00 +0000
gmtp (1.3.5-1) unstable; urgency=low
* New upstream release.
* Switch to autoreconf, don't purge ~-files under po/
* Build-dep on libgcon2-dev to support alternative GTK-2.0 builds.
* No need to remove gmtp.schemas anymore, the new buildsystem manages
it all properly.
* Fix watch file. (Closes: #739847)
* Bump Standards.
* Update copyright holders information.
-- Alessio Treglia <alessio@debian.org> Sun, 23 Feb 2014 12:40:02 +0000
gmtp (1.3.4-2) unstable; urgency=low
* Upload to unstable.
* Use VCS canonical URLs.
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Tue, 07 May 2013 11:03:18 +0100
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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> 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 <alessio@debian.org> Sat, 06 Nov 2010 00:57:14 +0100
gmtp (0.6-1) unstable; urgency=low
* Initial release. (Closes: #596724)
-- Alessio Treglia <alessio@debian.org> Mon, 13 Sep 2010 18:19:44 +0200
|