Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-14 | update symbols file | David Kalnischkies | |
git-Dch: Ignore | |||
2015-12-13 | update symbols files to 1.1.4 state of affairs | David Kalnischkies | |
2015-11-27 | update arch-specific symbols in symbols file | David Kalnischkies | |
Git-Dch: Ignore | |||
2015-11-19 | update libapt-{pkg,inst} symbols files | David Kalnischkies | |
2015-10-30 | orderlist: Replace qsort() by thread-safe std::sort() | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-10-30 | algorithms: Replace qsort() by thread-safe std::sort() | Julian Andres Klode | |
Gbp-Dch: ignore | |||
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. |