diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.symbols | 3 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/apt.symbols b/debian/apt.symbols index 7eaf61e50..11994afeb 100644 --- a/debian/apt.symbols +++ b/debian/apt.symbols @@ -374,7 +374,6 @@ libapt-pkg.so.4.10 libapt-pkg4.10 (c++)"pkgOrderList::DepRemove(pkgCache::DepIterator)@Base" 0.8.0 (c++)"pkgOrderList::IsMissing(pkgCache::PkgIterator)@Base" 0.8.0 (c++)"pkgOrderList::VisitDeps(bool (pkgOrderList::*)(pkgCache::DepIterator), pkgCache::PkgIterator)@Base" 0.8.0 - (c++)"pkgOrderList::VisitNode(pkgCache::PkgIterator)@Base" 0.8.0 (c++)"pkgOrderList::WipeFlags(unsigned long)@Base" 0.8.0 (c++)"pkgOrderList::pkgOrderList(pkgDepCache*)@Base" 0.8.0 (c++)"pkgOrderList::~pkgOrderList()@Base" 0.8.0 @@ -1332,3 +1331,5 @@ libapt-pkg.so.4.10 libapt-pkg4.10 (c++)"GetModificationTime(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 0.8.15.6 1 (c++)"pkgSourceList::GetLastModifiedTime()@Base" 0.8.15.6 1 (c++)"pkgCacheGenerator::NewDepends(pkgCache::PkgIterator&, pkgCache::VerIterator&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int const&, unsigned int const&, unsigned int*&)@Base" 0.8.15.6 1 + (c++)"pkgCacheFile::RemoveCaches()@Base" 0.8.15.7 1 + (c++)"pkgOrderList::VisitNode(pkgCache::PkgIterator, char const*)@Base" 0.8.15.7 1 diff --git a/debian/changelog b/debian/changelog index e7a641963..4aedf9232 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ apt (0.8.15.9) UNRELEASED; urgency=low + [ Christian Perrier ] * Fix spelling error (sensée) in French translation. Thanks to Corentin Le Gall for spotting it. + + [ David Kalnischkies ] + * Symbol file update -- Christian Perrier <bubulle@debian.org> Wed, 14 Sep 2011 20:13:40 +0200 |