Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkg | Julian Andres Klode | |
2015-08-10 | change to libapt-pkg abi 5.0 with versioned symbols | David Kalnischkies | |
We changed an aweful lot of stuff, so 5.0 is properly better than 4.X as a semantic version and as we are at it lets add some trivial symbol versioning as well: We just mark all exported symbols with the same version for now. This isn't really the proper thing to do as if we add symbols in later versions (with the same abi) they will get the same symbols version, but our .symbols file will protect us from the problems arising from this as it will ensure that a package acutally depends on a version of the abi high enough to include the symbol. | |||
2015-08-10 | update symbols file to current state of affairs | David Kalnischkies | |
cxx11abi transition happens, we changed a bunch of methods and all that stuff which is really good™ for an abi. Lets just slowly start to stop changing more and a first step is to document the current so changes aren't hidding in a big wall of change anymore. Git-Dch: Ignore | |||
2014-07-08 | increase libapt-inst to version 1.6 | Michael Vogt | |