Accepted libapt-front 0.3.6 (source i386)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 13 Feb 2006 11:25:27 +0100
Source: libapt-front
Binary: libapt-front-dev
Architecture: source i386
Version: 0.3.6
Distribution: unstable
Urgency: low
Maintainer: libapt-front developers <libapt-front-devel@lists.alioth.debian.org>
Changed-By: Peter Rockai <me@mornfall.net>
Description:
libapt-front-dev - High-level library for managing Debian packages
Changes:
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,
Files:
fdea97503557a4e25fd5749f954cd7bf 768 libdevel optional libapt-front_0.3.6.dsc
e4ce9e54917efebdd97b720ba63c0f18 1208356 libdevel optional libapt-front_0.3.6.tar.gz
65cf082a4a8ba442267f775070f9bbe0 1945798 libdevel optional libapt-front-dev_0.3.6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD8IIB9LSwzHl+v6sRAiixAJ9Lrrjb1VR6Laxf89a9PjaKZiryEACfcIvH
aZRh2fe3ejYel8Tt8Izi1KQ=
=SjVP
-----END PGP SIGNATURE-----
Accepted:
libapt-front-dev_0.3.6_i386.deb
to pool/main/liba/libapt-front/libapt-front-dev_0.3.6_i386.deb
libapt-front_0.3.6.dsc
to pool/main/liba/libapt-front/libapt-front_0.3.6.dsc
libapt-front_0.3.6.tar.gz
to pool/main/liba/libapt-front/libapt-front_0.3.6.tar.gz
Reply to: