diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d153a59..819bcb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,78 @@ +libept (1.1) experimental; urgency=medium + + * Removed need of tagcoll and wibble + * Removed popcon/ support + + -- Enrico Zini <enrico@debian.org> Thu, 10 Sep 2015 19:50:32 +0200 + +libept (1.0.14) unstable; urgency=medium + + * New version that includes Matthias' changes + * Removed compatibility symlink, not needed anymore + + -- Enrico Zini <enrico@debian.org> Tue, 11 Aug 2015 19:50:06 +0200 + +libept (1.0.13.1) experimental; urgency=medium + + * Non maintainer upload. + * Rebuild using GCC 5. Addresses: #777944. + * Tighten dependencies on -dev packages. + * Rename libept1.4.12 to libept1.4.16 for the apt transition. + * Update links and install files. + + -- Matthias Klose <doko@debian.org> Sun, 09 Aug 2015 23:59:39 +0200 + +libept (1.0.13) experimental; urgency=medium + + [Raúl Sánchez Siles] + * Fix "missing link /usr/lib/libept.so.1.0.5.4.12" Link now depends on + architecture using dh-exec (Closes: #727694) + + [Enrico Zini] + * Added cmake_minimum_required. Closes: #788770 + * Simplified debtags code + - tag and vocabulary data are loaded only from /var/lib/debtags/ + - local patches are not supported anymore + - tag and vocabulary merging are not supported anymore + - removed support for patched collections + * Removed obsolete package ept-cache. Closes: #436748 + + -- Enrico Zini <enrico@debian.org> Thu, 18 Jun 2015 10:32:52 +0200 + +libept (1.0.12.1) unstable; urgency=medium + + * Redone parsing of Tag fields, to cope with multiline fields + * Get tag data from /var/lib/debtags/package-tags and + /var/lib/debtags/vocabulary if they are available. Closes: #762347 + * Updated standards-version, no changes required. + * Set priority to optional. Closes: #741632 + * Migrated to dh_installdeb maintscript support. Closes: #659749 + + -- Enrico Zini <enrico@debian.org> Mon, 06 Oct 2014 14:36:56 +0200 + +libept (1.0.12) unstable; urgency=low + + * Fixes a case of sizeof(struct stat) disagreeing between libwibble and + libept on some architectures. + + -- Enrico Zini <enrico@debian.org> Thu, 24 Oct 2013 20:55:21 +0200 + +libept (1.0.11) unstable; urgency=low + + * Added explicit template instantiation with the symbols aptitude needs. + Closes: #727540 + + -- Enrico Zini <enrico@debian.org> Thu, 24 Oct 2013 19:02:55 +0200 + +libept (1.0.10) unstable; urgency=low + + * Dropped Conflict on long-disappeared version of debtags + * Ported to debhelper + * Ported to libwibble 1.1 + * Removed obsolete debian/README + + -- Enrico Zini <enrico@debian.org> Thu, 24 Oct 2013 01:36:13 +0200 + libept (1.0.9) unstable; urgency=low [ Adam Conrad ] |