| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 2.9.12.9.1 | Julian Andres Klode | 2024-04-14 | 1 | -1/+1 |
| | | |||||
| * | Release 2.9.02.9.0 | Julian Andres Klode | 2024-04-12 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.142.7.14 | Julian Andres Klode | 2024-03-22 | 1 | -1/+1 |
| | | |||||
| * | Support building without gnutls | Steve Langasek | 2024-03-03 | 1 | -1/+1 |
| | | | | | | | | | | Once in a generation, it may be necessary to bootstrap apt in an environment where gnutls is not yet available. This makes gnutls support in apt optional. You may also want a configure flag to force gnutls to be required from outside the buildsystem (e.g. debian/rules). | ||||
| * | Release 2.7.132.7.13 | Julian Andres Klode | 2024-02-28 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.122.7.12 | Julian Andres Klode | 2024-02-20 | 1 | -1/+1 |
| | | | | | | I also unfuzzied the translation strings for the 23.10->24.04 apt-key deprecation change. | ||||
| * | Release 2.7.112.7.11 | Julian Andres Klode | 2024-02-13 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.102.7.10 | Julian Andres Klode | 2024-01-19 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.92.7.9 | Julian Andres Klode | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.82.7.8 | Julian Andres Klode | 2024-01-08 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.7 | Julian Andres Klode | 2023-11-22 | 1 | -1/+1 |
| | | |||||
| * | Raise cmake_minimum_required to 3.13 to avoid warnings | David Kalnischkies | 2023-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | CMake Deprecation Warning at CMakeLists.txt:6 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. Picking 3.13 here is a semi-random choice to avoid raising the requirement too much needlessly while also hopefully avoiding needing to raise it soon again based on the referenced mail. While we are at it, lets also fix the other spewed warning: CMake Warning (dev) at CMakeLists.txt:5 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. References: https://lists.debian.org/msgid-search/20230617162957.6pklb6632zf4nijc@mail.gaussglocke.de | ||||
| * | Release 2.7.62.7.6 | Julian Andres Klode | 2023-09-20 | 1 | -1/+1 |
| | | | | | Translation template reordering carnage :D | ||||
| * | Release 2.7.52.7.5 | Julian Andres Klode | 2023-09-16 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.42.7.4 | Julian Andres Klode | 2023-09-16 | 1 | -1/+1 |
| | | |||||
| * | Only accept installs of usrmerge on unmerged-usr systems | Julian Andres Klode | 2023-09-16 | 1 | -0/+1 |
| | | | | | | | | | | | As of bookworm, merged-usr is mandatory, and people got caught in the crosshairs of the dpkg fsys-unmessusr debacle and inadvertently reverted back to an unmerged configuration and continue to remain on an unsupported system unknowingly. Help them by erroring out when they are installing packages on /, they are not in a chroot, and a usrmerge package is available. | ||||
| * | Release 2.7.32.7.3 | Julian Andres Klode | 2023-08-02 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.22.7.2 | Julian Andres Klode | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.12.7.1 | Julian Andres Klode | 2023-05-24 | 1 | -1/+1 |
| | | |||||
| * | Release 2.7.02.7.0 | Julian Andres Klode | 2023-05-02 | 1 | -1/+1 |
| | | |||||
| * | Release 2.6.0, the "unhappy bookworm" release2.6.0 | Julian Andres Klode | 2023-03-06 | 1 | -1/+1 |
| | | |||||
| * | Release 2.5.62.5.6 | Julian Andres Klode | 2023-02-08 | 1 | -1/+1 |
| | | |||||
| * | Release 2.5.52.5.5 | Julian Andres Klode | 2023-01-17 | 1 | -1/+1 |
| | | |||||
| * | Release 2.5.42.5.4 | Julian Andres Klode | 2022-10-31 | 1 | -1/+1 |
| | | |||||
| * | Release 2.5.32.5.3 | Julian Andres Klode | 2022-09-28 | 1 | -1/+1 |
| | | |||||
| * | Release 2.5.22.5.2 | Julian Andres Klode | 2022-07-24 | 1 | -1/+1 |
| | | |||||
| * | Release 2.5.12.5.1 | Julian Andres Klode | 2022-06-30 | 1 | -1/+1 |
| | | |||||
| * | Release 2.5.02.5.0 | Julian Andres Klode | 2022-05-17 | 1 | -1/+1 |
| | | |||||
| * | Link interactive helpers against system libapt for autopkgtest | David Kalnischkies | 2022-05-07 | 1 | -0/+2 |
| | | | | | | | Building the library just so we can build the helpers against it is not only wasteful but as we are supposed to test the system we can use that as an additional simple smoke test before the real testing starts. | ||||
| * | Avoid building all docs in nodoc build profile | David Kalnischkies | 2022-05-07 | 1 | -1/+8 |
| | | | | | | | Differentiating between different types of documentation we build helps in better expressing what needs to be done for our arch:any and arch:all packages currently as well. | ||||
| * | Release 2.4.52.4.5 | Julian Andres Klode | 2022-04-08 | 1 | -1/+1 |
| | | |||||
| * | Release 2.4.42.4.4 | Julian Andres Klode | 2022-04-01 | 1 | -1/+1 |
| | | |||||
| * | Release 2.4.32.4.3 | Julian Andres Klode | 2022-03-21 | 1 | -1/+1 |
| | | |||||
| * | Release 2.4.22.4.2 | Julian Andres Klode | 2022-03-17 | 1 | -1/+1 |
| | | |||||
| * | Release 2.4.12.4.1 | Julian Andres Klode | 2022-03-07 | 1 | -1/+1 |
| | | |||||
| * | Release 2.4.02.4.0 | Julian Andres Klode | 2022-02-22 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.152.3.15 | Julian Andres Klode | 2022-02-01 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.142.3.14 | Julian Andres Klode | 2022-01-06 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.132.3.13 | Julian Andres Klode | 2021-11-24 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.122.3.12 | Julian Andres Klode | 2021-11-17 | 1 | -1/+1 |
| | | | | | This release is dedicated to Linus Tech Tips. | ||||
| * | Release 2.3.112.3.11 | Julian Andres Klode | 2021-10-21 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.102.3.10 | Julian Andres Klode | 2021-10-18 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.92.3.9 | Julian Andres Klode | 2021-09-07 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.82.3.8 | Julian Andres Klode | 2021-08-14 | 1 | -1/+1 |
| | | |||||
| * | Bump to C++17 | Julian Andres Klode | 2021-08-09 | 1 | -1/+1 |
| | | | | | | Comparison operators need to be const-invocable now, but otherwise no change seems necessary. | ||||
| * | Release 2.3.72.3.7 | Julian Andres Klode | 2021-07-29 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.62.3.6 | Julian Andres Klode | 2021-06-09 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.52.3.5 | Julian Andres Klode | 2021-05-17 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.42.3.4 | Julian Andres Klode | 2021-05-12 | 1 | -1/+1 |
| | | |||||
| * | Release 2.3.32.3.3 | Julian Andres Klode | 2021-04-29 | 1 | -1/+1 |
| | | |||||
