Kaydet (Commit) d24cf921 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

pisi 2.2.21

New maintenance release including a bunch of janitorial cleanups, bug fixes,
translation updates, and a new ActionsAPI method for getting lsb release
information.

Changes since 2.2.20
--------------------
fatih (11):
      Fix concatenation error
      build: Copy additional source files when a build step is given too
      db: Remove repodb members to avoid caching of RepoDB instance
      build: Check abandoned files after copying all the additional files
      upgrade: Use a single loop for finding packages to be upgraded
      scripts: Move all scripts into scripts directory
      scripts: Fix update-po.sh script
      scripts: Do not extract docstrings in optparse module
      l10n: Update messages
      l10n: Cleanup tr.po
      scripts/update-po: Do not wrap lines and sort by file

ozan.caglayan (3):
      Those given parameters are nonsense and noop. Just give DESTDIR to install() for correct installation into sandbox.
      Don't install blacklisted system.base packages on update and new package install
      Implement lsbINFO() to get LSB information of the distribution

transifex (10):
      l10n: Updated Dutch (Flemish) (nl) translation to 97%
      l10n: Updated Dutch (Flemish) (nl) translation to 100%
      l10n: Updated French (fr) translation to 97%
      l10n: Updated Turkish (tr) translation to 100%
      l10n: Updated Dutch (Flemish) (nl) translation to 100%
      l10n: Updated French (fr) translation to 95%
      l10n: Updated French (fr) translation to 95%
      l10n: Updated French (fr) translation to 96%
      l10n: Updated French (fr) translation to 98%
      l10n: Updated French (fr) translation to 99%
üst 7d209194
......@@ -17,7 +17,7 @@ import sys
import atexit
import logging
__version__ = "2.2.20"
__version__ = "2.2.21"
__all__ = [ 'api', 'configfile', 'db']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment