Accepted libept 0.4.5 (source)

Scott James Remnant scott at ubuntu.com
Fri Nov 17 02:19:12 GMT 2006


Accepted:
libept 0.4.5 was ACCEPTED.
	Component: universe Section: libdevel

Origin: Debian/unstable
Format: 1.7
Date: Thu,  16 Nov 2006 23:25:48 +0000
Source: libept
Binary: libept-dev
Architecture: source
Version: 0.4.5
Distribution: feisty
Urgency: low
Maintainer: libapt-front developers <libapt-front-devel at lists.alioth.debian.org>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Closes: 357549 357555 390036 391428
Changes: 
 libept (0.4.5) unstable; urgency=low
   
   [ Arnaud Fontaine ]
   * debian/control:
     - Add Homepage field.
     - Add myself as uploaders.
     - Update Standards-Version. No changes needed.
 .
   [ Enrico Zini ]
   * When saving the tag patch, Create ~/.debtags if it is missing.
 .
 libept (0.4.4) unstable; urgency=low
 .
   * Create ~/.debtags when generating user indexes, if it does not already
     exist
 .
 libept (0.4.3) unstable; urgency=low
 .
   * Added various missing Depends.  Closes: bug#391428.
 .
 libept (0.4.2) unstable; urgency=low
 .
   * Build without -gstabs+, as stabs is not supported in some architectures.
 .
 libept (0.4.1) unstable; urgency=low
 .
   * Added missing build-dep on cmake.  Closes: bug#390036.
   * Ported to new, faster coll::patched on tagcoll2.
   * Build-depend on new apt to ensure we do not hit #390189.
 .
 libept (0.4.0) unstable; urgency=low
 .
   * New upstream version with many API changes
   * Renamed as libept
   * Updated Standards-Version
   * Added README.Debian to document that libept is a static library built with
     -fPIC
 .
 .
 libapt-front (0.3.9) unstable; urgency=low
 .
   * apt-index-watcher now runs another instance of itself to do the update.
     Closes: #357549.
   * Builds with GCC 4.1.  Closes: #357555.
   * Implemented package relationships in completeRecord()
 .
 libapt-front (0.3.8) unstable; urgency=low
 .
   * CHANGE: Use libtagcoll 1.6 with the new IntDiskIndex
   * CHANGE: Components now regenerate indexes during initialization when needed
   * CHANGE: Debtags update function no more exists: one now calls
     debtags::fetchNewData() before instantiating the components and the
     components will reindex as needed.
   * Created apt-index-watcher, to keep the on-disk index up to date when
     another application rebuilds the APT index.  Sadly, there doesn't seem to
     be any better way in a short or medium term.
 .
 libapt-front (0.3.7) unstable; urgency=low
 .
   * Install utils/comparable.h (was missing),
   * CHANGE: the actor user-visible names changed for improved usability,
   * CHANGE: Relation::targetPackages() now returns only those with
     versions satisfying the constraints (as it should),
   * NEW: Cache::isOpen() predicate,
   * NEW: component::Desktop allows getting group list of a custom
     entity range now (not only all groups in system),
   * NEW: entity::{Version,Package} now have md5sum, source and fileName
     accessors (available through component::Records)
   * slight optimization of filteredRange,
   * fixed intersectionRange to not walk past end of underlying range,
   * un-optimize name() lookups in packages, reduces memory usage
     while keeping nearly same speed,
   * use GenericName for a description() of Desktop entries that have
     no Comment
 .
 libapt-front (0.3.6) unstable; urgency=low
 .
   * CHANGE: ranges have end() and not last(), the semantics are same,
   * CHANGE: Range::next() is now a non-mutating successor generator,
     Range::advance() is a mutator,
   * CHANGE: no more Range::ensureSorted() mutator -- there's a non-mutating
     Range::sorted() accessor that gives an instance of the same range, however
     sorted
   * CHANGE: a mostly-compatible refactoring of entity::Package; if you relied
     on implementation details, your code may break now
   * CHANGE: entity::Relation::targetPackages() now traverses Provides:, as it should
   * CHANGE: no more cache::component::Packages::packages( iterator ), use
     packagesBegin() and packagesEnd() or the range accessors instead,
   * NEW: cache::component::Desktop -- parse .desktop files with special X-AppInstall-*
     entries, associate them with their packages, have entity::Desktop to manipulate
     them
   * NEW: SortedRange and UniqueRange adaptors, which present their underlying
     range in a sorted and in the latter case uniquized manner
   * NEW: Range::contains( element ) -- generic implementation only, O(n) so far
     (will optimize later)
   * NEW: aptFront::utils::Comparable mixin (implements > and == in terms of <)
   * NEW: cache::component::Packages::sorted() now gives a name-sorted range of
     entity::Package instances
   * NEW: cache::component::State::{installSize{,String},downloadSize{,String}}
     accessors -- what is needed to get system into currently marked up state
   * NEW: all cache::component implementations now have a Cache &cache() accessor
   * NEW: GeneratedRange, a range defined by a successor functor and a end-test
     functor
   * NEW: cache::component::State::{revert(),replay( range )}, former restores
     state that corresponds to current system and replay( range ) runs a list
     of actions recorded in the range (only one notification is fired)
   * (compatible) rewrite of component::History, more reliable now
   * reduce test data set, remove the download hacks,
   * gettextize, wrap strings that are intended for presentation in gettext() calls,
   * set debugger with DEBUGGER={valgrind,gdb --args} for make test,
 .
 libapt-front (0.3.5) unstable; urgency=low
 .
   [ Enrico Zini ]
   * Added architecture to Version::completeRecord.
   
   [ Peter Rockai ]
   * Test suite should not produce ansi-colorized output by default anymore
     (broke buildd logs),
   * entity::Package::versions() now returns a Range instead of taking an
     output iterator,
   * reduce noise in debtags update code (this will need fixng later),
   * new handling of fallback arguments for getters,
   * templatize Version (work in progress, currently backwards compatible),
   * libapt-front-devel at l.a.d.o is the new maintainer,
   * new Version::installedSize{,String}() getters, added to completeRecord(),
   * first go at implementing entity::Relation,
   * new TagSet matcher to check a whole tagset at once (and-ed),
   * support purge and reinstall actions on packages,
   * entity::Named is a new interface, to be implemented by entities with
     name() accessor,
   * MultiType's isType< type >() predicate renamed to is< type >(),
   * support for cancelled download in Manager, throws OperationCancelled,
   * fix make clean to reduce trash that gets into distribution tarballs,
   * fix copy constructor of PackagePolicy to actually work as it should
     (and not cause random memory to be used by libapt-pkg, which probably
     caused some segfaults)
 .
 libapt-front (0.3.4) unstable; urgency=low
 .
   * Works with tags which are 1 character long (such as langdevel::c)
   * Allows to use file:// URIs in /etc/debtags/sources.list
   * Debtags test data is now provided in the package
 .
 libapt-front (0.3.3) unstable; urgency=low
 .
   * Fix sources.list parsing of cdrom entries
   * Support changing of installation media.
   * Fix Depends: for libapt-front-dev.
 .
 libapt-front (0.3.2) unstable; urgency=low
 .
   * Fixes in broken package handling
   * Use exception handling in the Manager -- should be safer now
 .
 libapt-front (0.3.1) experimental; urgency=low
 .
   * Compile with -fPIC, some architectures apparently don't support
     shared libraries with non-PIC code.
 .
 libapt-front (0.3) experimental; urgency=low
 .
   [ Peter Rockai ]
   * improved actor code
   * component::History improvements/fixes
   * utils::Range improvements and fixes
   * some unit test work
   * implement sources.list parser
   * general cleanups and fixes all over the code
 .
   [ Enrico Zini ]
   * Merged libdebtags into libapt-front.
 .
 libapt-front (0.2) experimental; urgency=low
 .
   * New upstream version
 .
 libapt-front (0.1) experimental; urgency=low
 .
   * Initial Release
Files: 
 90045ddd06626aac0c28e3c346103ea8 1741463 libdevel optional libept_0.4.5.tar.gz
 9d83d60e11feb961900fca2e1d938dd9 979 libdevel optional libept_0.4.5.dsc





More information about the feisty-changes mailing list