X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/153a849d86541b0d3ed79bfbbbb44993107cd78a..f4555191eb8a8134d675ed2585c3395eb7aa0c4e:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 2e66ce01c..e106c997b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,20 @@ apt (0.5.25) unstable; urgency=low (Closes: #245923) * Fix typo in configure-index (RecruseDepends -> RecurseDepends) (Closes: #246550) + * Support DEB_BUILD_OPTIONS=noopt in debian/rules + (Closes: #244293) + * Increase length of line buffer in ReadConfigFile to 1024 chars; + detect if a line is longer than that and error out + (Closes: #244835) + * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord + * Build apt-ftparchive with libdb4.2 rather than libdb2 + - Patch from Clint Adams to do most of the work + - Build-Depends: s/libdb2-dev/libdb4.2-dev/ + - Add AC_PREREQ(2.50) to configure.in + - Use db_strerror(err) rather than GlobalError::Errno (which uses errno) + * Run make -C po update-po to update .po files + * Updated French translation from Christian Perrier + (Closes: #246925) --