Accepted: easytag-aac 2.1.5-0.0 (source)

Ubuntu Installer archive at ubuntu.com
Tue Feb 19 12:52:55 GMT 2008


Accepted:
 OK: easytag-aac_2.1.5.orig.tar.gz
 OK: easytag-aac_2.1.5-0.0.diff.gz
 OK: easytag-aac_2.1.5-0.0.dsc
     -> Component: multiverse Section: sound

Origin: www.debian-multimedia.org/unstable
Format: 1.7
Date: Wed,  13 Feb 2008 18:17:45 +0000
Source: easytag-aac
Binary: easytag-aac
Architecture: source
Version: 2.1.5-0.0
Distribution: hardy
Urgency: low
Maintainer: Christian Marillat <marillat at debian.org>
Changed-By: Matvey Kozhev <sikon at lucidfox.org>
Description: 
 easytag-aac - viewing, editing and writing ID3 tags
Closes: 74068 87080 98387 130821 134570 136819 158176 158178 160751 164087 164187 171195 171455 177185 185060 185259 185980 195884 197971 202543 208090 210420 217661 219480 230672 236800 246856 252859 255052 281255 288033 292033 292188 299280 313692 321431 323089 325949 326802 341277
Changes: 
 easytag-aac (2.1.5-0.0) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag-aac (2.1.4-0.0) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag-aac (2.1.3-0.0) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag-aac (2.1.2-0.0) unstable; urgency=low
 .
   * New upstream release.
   * Added libspeex-dev in Build-Depends and replace libid3-3.8.3-dev by
     libid3tag0-dev.
 .
 easytag-aac (2.1-0.1) unstable; urgency=low
 .
   * Rebuild against the latest flac-dev package.
 .
 easytag-aac (2.1-0.0) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag-aac (2.0-0.0) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag-aac (1.99.13-0.0) unstable; urgency=low
 .
   * New upstream release.
   * Fix typo in description.
   * Update config.sub and config.guess
 .
 easytag-aac (1.99.12-0.1) unstable; urgency=low
 .
   * Rename the tarball in easytag-aac.
 .
 easytag (1.99.12-0.0) unstable; urgency=low
 .
   * Version with mp4 support.
 .
 easytag (1.99.12-1) unstable; urgency=low
 .
   * New upstream version:
     - New logo and icons,
     - Added ability to display all albums of an artist in the 'Artist / Album'
       view,
     - Added detection of the bugged version of id3lib when writting ID3 tag to 
       Unicode to inform the user (a patch for id3lib is supplied in package
       source),
     - For Ogg files, the field DESCRIPTION is also used for the comment,
     - Fixed stack corruption bugs in Fill Tag scanner,
     - Fixed loading disk number for FLAC tag,
     - Fixed error that displays MP3 files in red when no tag is present,
     - Fixed a crash in the CDDB window when getting tracks of a album,
     - Fixed playlist name bug when creating it in the parent directory,
     - Fixed manual CDDB search when using Squid,
     - Little fix for FLAC tags,
     - Fixed various bugs,
     - Russian translation updated,
     - Greek translation updated,
     - Spanish translation updated,
     - Japanese translation updated,
     - Czech translation updated,
     - Brazilian Portuguese translation updated
     - Danish translation updated,
     - Italian translation updated,
     - Hungarian translation updated,
     - German translation updated.
 .
 easytag (1.99.11-1) unstable; urgency=low
 .
   * New upstream version:
     - Added ability to force saving tag of file even if no changes made (useful
       to convert quickly tags),
     - Added switch '--disable-mp3' to not compile the program with id3lib (will
       allow in future version to choose between id3lib or taglib),
     - Fixed problem of saving file order (bug introduced in version 1.99.10),
     - French translation updated,
     - Czech translation updated,
     - Hungarian translation updated,
     - Spanish translation updated,
     - German translation updated
     - fix implicit function (Closes: #341277)
 .
 easytag (1.99.10-1) unstable; urgency=low
 .
   * New upstream version:
     - Added port to Win32, to compile under MinGW (thanks to Michael Pujos),
     - The preferences window was clean up : saving configuration changed (the
       apply button was removed to not confuse user), position of main window,
       scanner window and cddb are automatically saved (settings were removed
       from the window),
     - Added a protection against MP3 corrupted files (files containing only
       zeroes) which cause a bug in id3lib and so freeze the program,
     - Added some documentation,
     - Changed some shortcuts in the menu by following the GNOME Human Interface
       Guidelines 2.0,
     - Added ability to load pictures contained in ID3v2 tag of a FLAC file,
     - Fixed a crash that may occurs with the browser at startup,
     - Fixed displaying of player in preferences window if it not exists, else
       were can't save the settings,
     - Fixed a crash that may occurs with message boxes ,
     - Fixed some memory leaks,
     - French translation updated,
     - Czech translation updated,
     - Danish translation updated,
     - Brazilian Portuguese translation updated,
     - German translation updated
 .
 easytag (1.99.9-1) unstable; urgency=low
 .
   * New upstream version:
     - Ability to read and write UTF-16 strings in ID3 tag 
     - Added options to save tags only in ISO-8859-1, or only in Unicode, or to
       let the program to do the best choice (Closes: #281255)
     - Added options to select a non-standard encoding for ISO-8859-1 fields in
       the tag (very useful for example for Russian people), and can apply some
       rules when writing tag if some characters can't be converted to this
       non-standard encoding (activate the transliteration or silently discard
       some characters) (Closes: #246856)
     - Changed way to read and write filenames : use the encoding specified into
       environment variables of language (as LANG or LC_ALL), instead of the 
       GTK2 environment variable G_FILENAME_ENCODING
     - Added options to apply some rules when writing filename if some 
       characters can't be converted to the system encoding (activate the 
       transliteration or silently discard some characters)
     - Added ability to rename the directory in the browser with masks,
     - Added an option to return focus to the 'Title' field when switching files
       with the previous/next button/shortcut
     - Added a menu item for the action "Show hidden directories" in the browser
     - For Ogg Vorbis files, the file vcedit.h was updated 
       from vorbis-tools-1.1.1
     - Some fixes and improvements in the CDDB windows
     - Improvements when handling character set of the locale when reading and
       writing filenames
     - Improved compatibility for MP4/AAC files with MPEG4IP-1.2
     - Fixed a crash when reading FLAC files
     - Fixed : remove old directories when changing path of the file with the
       'Rename File' scanner
     - Fixed crash when numbering tracks sequentially after renaming files
     - Fixed problem when renaming file from one partition to an other one
       (mananage the error "Invalid cross-device link")
     - Fixed : don't replace illegal characters when writing playlist content
       from a pattern
     - Fixed writting of playlist to improve compatibility with some players
       (uses DOS characters for a new line)
     - Fixed conversion of the word 'I' with the 
       'first letter uppercase' scanner: now it stays to upper case
     - Check if the program to launch to open files exists before to run it
     - A new bulgarian translation 
     - French translation updated
     - Brazilian Portuguese translation updated
     - German translation updated 
 .
 easytag (1.99.8-1) unstable; urgency=low
 .
   * New upstream version (Closes: #326802):
     - Fixed hangs in the cddb lookups (Closes: #292188).
     - Fixed problem when parsing markup in the 'Fill Tag' scanner preview.
     - Added MP4/AAC file and tag support (including pictures in tag) by using
       MPEG4IP (libmp4v2).
     - "Copyright" replaced by "License" in .spec file to allow to build the RPM
       package with rpm-4.4.0.
     - French translation updated.
     - Italian translation updated.
     - German translation updated.
   * debian/control:
     - updated the Build-Depends on flac package (Closes: #325949).
 .
 easytag (1.99.7-2) unstable; urgency=low
 .
   * Rebuild with the current libid3 (Closes: #321431, #323089).
   * debian/control:
     - updated the Standards-Version.
 .
 easytag (1.99.7-1) unstable; urgency=low
 .
   * New upstream version.
 .
 easytag (1.99.6-2) unstable; urgency=low
 .
   * debian/copyright, debian/easytag.1:
     - fix upstream email.
   * debian/patches/patch_1996_browser_entry_fix.diff:
     - upstream patch to fix an issue with the browser entry.
 .
 easytag (1.99.6-1) unstable; urgency=low
 .
   * New upstream version:
     - fix tab order for the label editor (Closes: #292033).
     - fix the FTBFS on ppc64 (Closes: #299280).
     - updated german translation (Closes: #313692).
 .
 easytag (1.99.5-1) unstable; urgency=low
 .
   * New upstream version.
 .
 easytag (1.99.4-1) unstable; urgency=low
 .
   * New upstream version.
 .
 easytag (1.99.3-1) unstable; urgency=low
 .
   * Upload of the GTK2 version to unstable.
   * New upstream release.
 .
 easytag (1.99.2-2) experimental; urgency=low
 .
   * easytag.desktop: 
     - don't list x-directory/normal.
   * debian/control.in:
     - updated the Build-Depends on libflac-dev to 1.1.1-3.
 .
 easytag (1.99.2-1) experimental; urgency=low
 .
   * New upstream release (Closes: #288033).
 .
 easytag (1.99.1-1) experimental; urgency=low
 .
   * New upstream release:
     - added new fields for ID3v2 tag, Ogg Vorbis tag, FLAC tag and APE tag :
       Composer, Original Artist/Performer, Copyright, URL and Encoder name.
     - added an option to select or not the corresponding file when selecting a
       track name in the Cddb results.
     - added ability to search files in hidden directories.
     - added an option to not convert some words when using the scanner 'First
       letter uppercase of each word'.
 .
 easytag (0.31gtk2pre2-2) experimental; urgency=low
 .
   * New upstream release.
 .
 easytag (0.31gtk2pre2-1) experimental; urgency=low
 .
   * New upstream pre-release.
   * debian/control:
     - updated the description with the upstream one. The flac format is 
       mentioned now (Closes: #255052).
 .
 easytag (0.31gtk2pre1-1) experimental; urgency=low
 .
   * New pre-release.
 .
 easytag (0.31gtk2pre0-1) experimental; urgency=low
 .
   * First pre-release of the GTK+2 version.
 .
 easytag (0.31-1) unstable; urgency=low
 .
   * New upstream release
     + allow to display the files by artists and by albums (Closes: #208090).
   * debian/patches/*:
     + removed patchs included in the new version.
   * debian/menu:
     + added an icon (Closes: #252859).
 .
 easytag (0.30-5) unstable; urgency=low
 .
   * Updated es.po (Closes: #236800).
 .
 easytag (0.30-4) unstable; urgency=low
 .
   * Updated Build-Depends on debhelper to 4.1.46 (Closes: #219480).
   * debian/patches/patch_easytag_030c_030d.diff:
     + new patch to fix the cddb server selection (Closes: #230672).
 .
 easytag (0.30-3) unstable; urgency=low
 .
   * Added patches to fix the repeat action (Closes: #217661).
 .
 easytag (0.30-2) unstable; urgency=low
 .
   * Added the upstream patch to fix the renaming bug (Closes: #210420).
 .
 easytag (0.30-1) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag (0.29-1) unstable; urgency=low
 .
   * New maintainer (Closes: #202543).
   * New upstream release.
   * Switched to cdbs.
   * Updated Build-Depends.
   * Updated Standards-Version to 3.6.1.0.
 .
 easytag (0.28.1-2) unstable; urgency=low
 .
   * orphaned; maintainer set to packages at qa.debian.org
 .
 easytag (0.28.1-1) unstable; urgency=low
 .
   * new upstream release
 .
 easytag (0.28-4) unstable; urgency=low
 .
   * added signal handler to ignore SIGCHLD; prevents zombies when 
     spawning audio player (closes: #177185)
 .
 easytag (0.28-3) unstable; urgency=low
 .
   * crc32 renamed; workaround for GTK themes problem (closes: #195884)
 .
 easytag (0.28-2) unstable; urgency=low
 .
   * using CDDB results will no longer blank out filenames
     applied upstream patch 0.28a (closes: #197971)
 .
 easytag (0.28-1) unstable; urgency=low
 .
   * new upstream release
   * updated description regarding ID3v2 support (closes: #185259)
 .
 easytag (0.27a-3) unstable; urgency=low
 .
   * scanner window now provides WM_CLASS (closes: #185980)
     (thanks to Nikolai Prokoschenko for the patch)
   * now build depends upon libid3-3.8.3-dev 
   * added string.h include to configure.in and flac_header.c (for ia64)
 .
 easytag (0.27a-2) unstable; urgency=low
 .
   * rebuilt against libvorbis0a (closes: #185060)
 .
 easytag (0.27a-1) unstable; urgency=low
 .
   * new upstream version
   * new maintainer
 .
 easytag (0.25b-1) unstable; urgency=low
 .
   * New upstream version (Closes: bug#171195)
   * Add Ogg to description (Closes: bug#171455)
 .
 easytag (0.24b-1) unstable; urgency=low
 .
   * New upstream version (Closes: bug#160751)
     + Compile against new libflac4 (Closes: bug#164187)
     + Fix code to compile with libflac4 (Closes: bug#164087)
 .
 easytag (0.23-1) unstable; urgency=low
 .
   * New upstream version (Closes: bug#158176)
   * Use libid3 from debian package it's version 3.8.0 now (Closes: bug#158178)
 .
 easytag (0.21-1.1) unstable; urgency=low
 .
   * NMU to fix breakage caused by libvorbis0 split.
 .
 easytag (0.21-1) unstable; urgency=low
 .
   * New upstream version
 .
 easytag (0.18-3) unstable; urgency=low
 .
   * Add a missing Build-Dep: zlib1g-dev
 .
 easytag (0.18-2) unstable; urgency=low
 .
   * Really try to compile for alpha
 .
 easytag (0.18-1) unstable; urgency=low
 .
   * New upstream release
   * Try to get the libid3 to compile with gcc 3.0
 .
 easytag (0.17-1) unstable; urgency=low
 .
   * New upstream release.
   * Upped Standards-Version, no action required.
   * Included a static version of libid3 3.8.0pre2 due to stability problems
     with the current version. (Closes: bug#136819)
 .
 easytag (0.16-1) unstable; urgency=low
 .
   * New upstream release (Closes: bug#134570)
 .
 easytag (0.15-2) unstable; urgency=low
 .
   * Added libid3-dev to Build-Deps
   * Added a manpage (Closes: bug#87080)
 .
 easytag (0.15-1) unstable; urgency=low
 .
   * New maintainer (Closes: bug#130821)
   * New upstream release (Closes: bug#98387)
 .
 easytag (0.13-2) unstable; urgency=low
 .
   * Orphaned this package.
 .
 easytag (0.13-1) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag (0.12-1) unstable; urgency=low
 .
   * New upstream release.
 .
 easytag (0.11-1) unstable; urgency=low
 .
   * New upstream release.
   * Added THANKS and USERS-GUIDE.
   * Upload sponsored by Tony Mancill <tmancill at debian.org>.
 .
 easytag (0.10.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Upload sponsored by Tony Mancill <tmancill at debian.org>.
 .
 easytag (0.10.1-1) unstable; urgency=low
 .
   * Initial Release. (closes: #74068)
   * Upload sponsored by Oliver M. Bolzer <oliver at debian.org>.
 .
 Local variables:
 mode: debian-changelog
 End:
Files: 
 cb4d53d30a96452c43baff5d9f9deabf 10777 sound optional easytag-aac_2.1.5-0.0.diff.gz
 f5818f68186368c0c5d4e7efcd98debf 4067641 sound optional easytag-aac_2.1.5.orig.tar.gz
 dff14be4f1e536bff7a08cc1de71be6f 799 sound optional easytag-aac_2.1.5-0.0.dsc





More information about the Hardy-changes mailing list