Age | Commit message (Collapse) | Author |
|
|
|
- String-fix in the source and the translations for the grammatical
mistake reported in bug LP: #641673, thanks to Robert Roth
|
|
|
|
[ Christian Perrier ]
* Fix encoding for Slovenian translation. PO file switched
to UTF-8. Closes: #609957
[ David Kalnischkies ]
* ftparchive/apt-ftparchive.cc:
- fix endless loop for multiple TranslationsWriters
[ Julian Andres Klode ]
* cmdline/apt-cache.cc: Create an error for apt-cache depends
if packages could not found (LP: #647045)
[ Manpages translations ]
* Correct a typo and an error in French manpages translation.
Closes: # 607170
[ Programs translations ]
* po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
* Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
|
|
strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
|
|
to UTF-8. Closes: #609957
|
|
- fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
|
|
* Correct a typo and an error in French manpages translation.
Closes: # 607170
|
|
* Czech by Miroslav Kure. Closes: #605107
|
|
|
|
|
|
* Asturian update by Maacub (Closes: #599057)
|
|
- Add a space between period and 'Please' and unfuzzy all translations
|
|
|
|
Translations unfuzzied. Thanks to Holger Wansing.
|
|
|
|
* Danish (Joe Hansen). Closes: #595176
* Catalan (Agustí Grau). Closes: #595234
|
|
|
|
|
|
|
|
|
|
|
|
* Portuguese (Américo Monteiro)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes: #594211
|
|
|
|
|
|
|
|
|
|
* Swedish translation update. Closes: #592366
|
|
|
|
* debian/rules:
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
CXXFLAGS.
* apt-pkg/contrib/fileutl.{h,cc}:
- Add support for reading of gzipped files with the new "ReadOnlyGzip"
OpenMode. (Closes: #188407)
- Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
- [ABI BREAK] This adds a new private member to FileFd, but its
initialization is in the public header file.
* configure.in:
- Check for zlib library and headers.
* apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
cmdline/apt-cache.cc:
- Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
* apt-pkg/deb/debindexfile.cc:
- If we do not find uncompressed package/source/translation indexes, look
for gzip compressed ones.
* apt-pkg/acquire-item.cc:
- If the Acquire::GzipIndexes option is true and we download a gzipped
index file, keep it as it is (and rename to .gz) instead of
uncompressing it.
* doc/apt.conf.5.xml:
- Document the new Acquire::GzipIndexes option.
* doc/po/apt-doc.pot, doc/po/de.po:
- German translation of new Acquire::GzipIndexes option.
* Add test/test-indexes.sh:
- Test behaviour of index retrieval and usage, in particular with
uncompressed and gzip compressed indexes.
* methods/gzip.cc: With FileFd now being able to read gzipped files, there
is no need for the gzip method any more to spawn an external gzip process.
Rewrite it to use FileFd directly, which makes the code a lot simpler, and
also using less memory and overhead.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Jari Aalto for spotting & patching! (Closes: #577168)
|
|
|
|
|
|
|
|
typos in doc/po/es.po to generate the manpages properly.
[ Christian Perrier ]
* German translation update. Closes: #571037
* Spanish manpages translation update. Closes: #573293
[ Julian Andres Klode ]
* cmdline/apt-mark:
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
* apt-inst/contrib/arfile.h:
- Add public ARArchive::Members() which returns the list of members.
* debian/rules:
- Fix the libraries name to be e.g. libapt-pkg4.9 instead of
libapt-pkg-4.9.
|