Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-06 | configure.ac: Drop broken unused check for ptsname_r() | Julian Andres Klode | |
AC_CHECK_FUNCS() defines HAVE_* variables, but AC_CHECK_FUNC() does not. Anyway: We do not have any code using HAVE_PTSNAME_R, so just remove it. | |||
2016-08-06 | configure.ac: Re-enable pthread support for thread-local _error | Julian Andres Klode | |
This was disabled in 1999 by jgg due to "glibc bugs". Let's hope those are fixed now, 17 years later. | |||
2016-08-04 | Release 1.3~pre31.3_pre3 | Julian Andres Klode | |
2016-07-08 | Release 1.3~pre21.3_pre2 | Julian Andres Klode | |
Yes, we might still add new features to 1.3 or break some more stuff. Stay tuned! | |||
2016-07-07 | Release 1.3~pre11.3_pre1 | Julian Andres Klode | |
2016-06-22 | Release 1.3~exp31.3_exp3 | Julian Andres Klode | |
Quite a huge churn of new strings. | |||
2016-06-11 | Release 1.3~exp21.3_exp2 | Julian Andres Klode | |
2016-05-11 | Release 1.3~exp11.3_exp1 | Julian Andres Klode | |
2016-04-25 | Release 1.2.111.2.11 | Julian Andres Klode | |
2016-04-05 | releasing package apt version 1.2.101.2.10 | Michael Vogt | |
2016-03-27 | Release 1.2.91.2.9 | Julian Andres Klode | |
2016-03-24 | Release 1.2.81.2.8 | Julian Andres Klode | |
2016-03-15 | Release 1.2.71.2.7 | Julian Andres Klode | |
2016-03-07 | Release 1.2.61.2.6 | Julian Andres Klode | |
2016-03-06 | Release 1.2.51.2.5 | Julian Andres Klode | |
2016-02-27 | Release 1.2.41.2.4 | Julian Andres Klode | |
2016-02-10 | Release 1.2.31.2.3 | Julian Andres Klode | |
Build system messed up the 1.2.2 commit by not updating the .po files properly, so they are now. | |||
2016-02-04 | Release 1.2.21.2.2 | Julian Andres Klode | |
2016-01-25 | Release 1.2.11.2.1 | Julian Andres Klode | |
2016-01-15 | Release 1.21.2 | Julian Andres Klode | |
2016-01-08 | Release 1.2~exp11.2_exp1 | Julian Andres Klode | |
2016-01-07 | FileFd: (native) LZ4 support | Julian Andres Klode | |
Implement native support for LZ4 compression, using the official lz4 library. | |||
2015-12-30 | Release 1.1.101.1.10 | Julian Andres Klode | |
2015-12-27 | Release 1.1.91.1.9 | Julian Andres Klode | |
2015-12-26 | Release 1.1.81.1.8 | Julian Andres Klode | |
This release is made for Niels Thykier and apt-file. | |||
2015-12-26 | Release 1.1.71.1.7 | Julian Andres Klode | |
2015-12-24 | 1.1.6 Christmas release | Julian Andres Klode | |
2015-12-14 | Release 1.1.51.1.5 | Julian Andres Klode | |
2015-12-07 | Release 1.1.41.1.4 | Julian Andres Klode | |
2015-11-30 | release 1.1.31.1.3 | Michael Vogt | |
Git-dch: ignore | |||
2015-11-28 | Release 1.1.21.1.2 | Julian Andres Klode | |
2015-11-27 | ./prepare-release pre-export1.1.1 | Michael Vogt | |
2015-11-26 | release apt 1.11.1 | Michael Vogt | |
2015-11-25 | Run ./prepare-release pre-export | Michael Vogt | |
2015-11-19 | do not rerun ./configure causing FTCBFS with newer autotools-dev | David Kalnischkies | |
If the config.{sub,guess} files we linked in were newer than our configure script we ended up recreating configure and then rerun it without all the configuration options which were (potentially) present for a previous run. We avoid this by changing to the same ruleset as in the debian/rules file which compares the config.* files against a stamp file rather than the configure script itself as its the configuration itself which depends on all scripts, not configure on the config scripts. While at it, we also drop the 'make -s dirs' call as we don't need to do it explicitly here as proper dependencies will take care of it. Thanks: Helmut Grohne for the detailed bugreport. Closes: 804923 | |||
2015-11-03 | configure.ac: Only require autoconf 2.68 | Julian Andres Klode | |
This makes it compileable on the trusty travis-ci instance. Gbp-Dch: ignore | |||
2015-11-03 | configure.ac: Run autoupdate | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-10-30 | dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe | Julian Andres Klode | |
This function only exists on a limited number of platforms, so we add a configure check to make sure it exists. Gbp-Dch: ignore | |||
2015-10-20 | releasing 1.1~exp141.1_exp14 | Michael Vogt | |
2015-10-05 | releasing package apt version 1.1~exp131.1.exp13 | Michael Vogt | |
2015-09-11 | releasing package apt version 1.1~exp121.1.exp12 | Michael Vogt | |
2015-08-27 | Release 1.11~exp111.1.exp11 | Julian Andres Klode | |
2015-08-24 | releasing package apt version 1.1~exp101.1.exp10 | Michael Vogt | |
2015-08-13 | Use setresuid() and setresgid() where available | Julian Andres Klode | |
2015-04-19 | Merge branch 'debian/jessie' into debian/experimental | David Kalnischkies | |
Conflicts: apt-pkg/acquire-item.cc cmdline/apt-key.in methods/https.cc test/integration/test-apt-key test/integration/test-multiarch-foreign | |||
2015-04-19 | demote missing gtest to a buildtime warning | David Kalnischkies | |
We just need it for unit tests and our debian/rules file actually skips calling them if nocheck is given… but this fails anyhow as we declared a hard-dependency on it. Demoting the error to a warning in configuration and adding a test in the 'make test' path with a friendly message allows nocheck to be useful again. (Running unit tests is fully encouraged of course, but bootstrappers and co do not need to be burdened with this stuff) | |||
2015-04-13 | release 1.0.9.8 | David Kalnischkies | |
2015-03-16 | merge debian/sid into debian/experimental | David Kalnischkies | |
2015-01-16 | prepare 1.0.9.61.0.9.6 | Michael Vogt | |
2014-12-23 | release 1.0.9.51.0.9.5 | David Kalnischkies | |