summaryrefslogtreecommitdiff
path: root/doc/source/whatsnew
AgeCommit message (Collapse)AuthorFilesLines
2015-06-17doc: whatsnew: Document what's new in beta3Julian Andres Klode1-1/+13
2015-06-10cleanup: Fix some too long lines, and references in the documentationJulian Andres Klode1-1/+1
Gbp-Dch: ignore
2015-06-10Document that the cache now supports :all and friendsJulian Andres Klode1-0/+2
Gbp-Dch: ignore
2015-06-10apt_pkg.Package: Drop the unset 'auto' attributeJulian Andres Klode1-0/+2
If somebody uses that, it could assume that no package is auto removable, because the attribute is always 0. So let's just remove that instead of having crazy code working the way it's not intended. Closes: #565364
2015-06-10Remove apt.progress.gtk2Julian Andres Klode1-0/+10
2015-06-10doc: Document apt_pkg.TagFile additionsJulian Andres Klode1-1/+2
2015-06-10doc: Prepare for 1.0 releaseJulian Andres Klode1-0/+26
Change the whatsnew page to a two-component variant (1.0, so we do not get bug fix releases mixed in there, and update the pages for the changes planned for 1.0. Not all have been committed yet, though.
2015-05-07update whatsnewMichael Vogt2-10/+17
2015-05-07Fix dead links in python-apt documentationMichael Vogt1-0/+10
Closes: #779426
2011-04-29apt_pkg: Add subclassing fun to PackageManager, for #623485 as wellJulian Andres Klode1-2/+10
2011-04-27apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)Julian Andres Klode1-0/+2
2011-04-05What's new in 0.8 documentJulian Andres Klode1-0/+28
2010-11-17The C++ API/ABI is stable now.Julian Andres Klode1-4/+0
2010-11-17* doc:Julian Andres Klode1-6/+23
- Various documentation updates.
2010-05-19Big documentation update.Julian Andres Klode1-2/+1
2010-02-02Fix typo seperated => separated in multiple files (reported by lintian).Julian Andres Klode1-1/+1
2010-01-15Change version from 0.8 to 0.7.100 to indicate compatibility.Julian Andres Klode1-17/+31
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode1-1/+3
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation.
2009-07-21python/lock.cc: Implement apt_pkg.FileLock().Julian Andres Klode1-0/+6
This is yet another context manager, this time for locking files. It can be used multiple times and features an internal counter.
2009-07-20doc/source/whatsnew/0.8.0.rst: Document apt_pkg.SystemLock.Julian Andres Klode1-2/+7
2009-07-08doc/source/whatsnew/0.8.0.rst: Document the changes to the dependency handling.Julian Andres Klode1-0/+61
2009-06-05apt/cache.py: Introduce Cache.actiongroup()Julian Andres Klode1-1/+1
This is a short function which creates an actiongroup on the current depcache.
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-2/+80
2009-04-19* doc: Update the documentation to the current state.Julian Andres Klode2-0/+42