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

pisi 2.3_beta1

This is the first beta for the upcoming 2.3.x releases. This release
includes important bug fixes beside some optimizations targeting more
speed.

No new features added and this time we are really closer to a stable
release.

Changes since 2.3_alpha3
------------------------
fatih (23):
      po: Add missing end of line character in Turkish translation
      build/install: Fix exception handling in case of invalid version strings
      cli/info: Use aligned texts to make output more readable
      build: Check abandoned files after copying all the additional files
      scripts: Move repo-related scripts out of pisi tree
      scripts: Move all scripts into scripts directory
      Remove empty 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
      upgrade: Fix the logic when finding broken packages
      comariface: Fix failure when registering COMAR scripts
      delta: Use installdb data to find permission changes
      install: Optimize clean_leftover to gain speed
      db/lazydb: Store a version string to track changes in cache file structure
      installdb: Use a dictionary for reverse dep info
      installdb: Cleanup reverse dependency info when adding/removing a package
      specfile: Refactor get_update_actions to simplify its usage
      cli/addrepo: Change the distro check behaviour as in 2.2 branch
      l10n: Update messages
      Update MANIFEST.in

klemens (1):
      update of some new spanish language strings (kh)

ozan.caglayan (1):
      Implement lsbINFO() to get LSB information of the distribution

sdalgic (1):
      scripts: update python docstrings and start implementing net_update function.

transifex (9):
      l10n: Updated Dutch (Flemish) (nl) translation to 97%
      l10n: Updated Turkish (tr) translation to 100%
      l10n: Updated Dutch (Flemish) (nl) translation to 100%
      l10n: Updated Turkish (tr) translation to 100% (H. İbrahim Güngör)
      l10n: Updated French (fr) translation to 91% (Philippe Svetoslavsky)
      l10n: Updated French (fr) translation to 93% (Philippe Svetoslavsky)
      l10n: Updated Italian (it) translation to 77% (Davide Siciliano)
      l10n: Updated Turkish (tr) translation to 100% (Fatih Aşıcı)
      l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom)
üst df2813e1
......@@ -17,7 +17,7 @@ import sys
import atexit
import logging
__version__ = "2.3_alpha3"
__version__ = "2.3_beta1"
__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