pisi 2.3.1

This release fixes a serious regression which prevents using local
repositories with compressed index files. Also the compatibility
of repositories without distribution info is ignored now.

Changes since 2.3
-----------------
fatih (4):
      rng: Allow 'critical' as a value for Type tag
      repodb: Fix use of compressed local repositories
      repodb: Do not check compatibility if distro info is not included
      scripts/make-changelog: Replace [at]'s with @ char and use tab char for indentation
This commit is contained in:
Fatih Aşıcı
2010-05-30 20:04:33 +00:00
parent 1664fbc2d3
commit 9525afca3c
2 changed files with 466 additions and 439 deletions
+465 -438
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -18,7 +18,7 @@ import atexit
import logging import logging
import logging.handlers import logging.handlers
__version__ = "2.3" __version__ = "2.3.1"
__all__ = [ 'api', 'configfile', 'db'] __all__ = [ 'api', 'configfile', 'db']