-
0.9.0 protected
0.9.0 release Notable changes: * Pacman 5.2 support * Removed xdelta support for pacman 5.2 * Added setuptools support instead of distutils * Added Makefile with tests support and coverage for C bindings * Added sphinx documentation for pyalpm * Cleanup of C extension code
-
0.8.5 protected
0.8.5 release This release fixes memory leaks occuring in long running daemons which open the alpm_hanlde_t multiple times. When the handle now goes out of scope it is released and a memory leak in pyalpm_sync_newversion.
-
0.8.2 protected
0.8.2 release This release adds package.base support, add UTF-8 config file support and removes unused imports and a few other fixes
-
0.8.1 protected
0.8.1 minor relesae Build fixes for Python 3.6, cleanup of unused includes and functions, and fixes a memory leak in the logging function.