pisi 2.4_rc1

This is the first release candidate for the upcoming 2.4.x releases.
This release fixes a regression introduced in beta2 and fixes a cosmetic
issue in the output of index command.

I think Pisi is quite ready for a stable release. Therefore, this may be
the last release before 2.4.

Changes since 2.4_beta2
-----------------------
fatih (4):
      MANIFEST: Add pisi.xml.in to the tarball
      Revert "build: Remove redundant dict variable"
      build: Add a comment for the dict variable
      index: Print CR character at the end
This commit is contained in:
Fatih Aşıcı
2011-07-27 11:05:24 +00:00
parent 372454c59a
commit 4cf6cd3189
2 changed files with 33 additions and 1 deletions
+32
View File
@@ -1,3 +1,35 @@
2011-07-27 Fatih Aşıcı <fatih@pardus.org.tr>
* index: Print CR character at the end
Otherwise, error messages are not displayed correctly. Still needs some
tweaks for error/warning strings.
2011-07-27 Fatih Aşıcı <fatih@pardus.org.tr>
* build: Add a comment for the dict variable
Also move the creation of Files object down and use itervalues() instead
of iteritems().
2011-07-27 Fatih Aşıcı <fatih@pardus.org.tr>
* Revert "build: Remove redundant dict variable"
This variable prevents writing duplicate entries to files.xml.
2011-07-22 Fatih Aşıcı <fatih@pardus.org.tr>
* MANIFEST: Add pisi.xml.in to the tarball
2011-07-22 Fatih Aşıcı <fatih@pardus.org.tr>
* pisi 2.4_beta2
This is the second beta for the upcoming 2.4.x releases. This release
includes enhancements, important bug fixes, and translation updates.
Notable changes (see ChangeLog file for details):
- Support for 7-zip source archives
- Refactored check command
- Revised cli messages
- Switch from pygettext to xgettext
2011-07-14 Fatih Aşıcı <fatih@pardus.org.tr> 2011-07-14 Fatih Aşıcı <fatih@pardus.org.tr>
* archive: Handle possible conflicts if upper directories cannot be created * archive: Handle possible conflicts if upper directories cannot be created
+1 -1
View File
@@ -18,7 +18,7 @@ import atexit
import logging import logging
import logging.handlers import logging.handlers
__version__ = "2.4_beta2" __version__ = "2.4_rc1"
__all__ = [ 'api', 'configfile', 'db'] __all__ = [ 'api', 'configfile', 'db']