This is the first stable release of 2.4.x series. This release is
functionally identical to rc1.

Full changelog since version 2.3 is included in ChangeLog file.

Changes since 2.4_rc1
---------------------
transifex (2):
      l10n: Updated Ukrainian (uk) translation to 10% (Коростіль Данило)
      l10n: Updated Russian (ru) translation to 100% (Alexey Ivanes)
This commit is contained in:
Fatih Aşıcı
2011-08-04 13:29:29 +00:00
parent 4613935f51
commit 445a8f3c02
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,3 +1,13 @@
2011-07-27 Fatih Aşıcı <fatih@pardus.org.tr>
* 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.
2011-07-27 Fatih Aşıcı <fatih@pardus.org.tr> 2011-07-27 Fatih Aşıcı <fatih@pardus.org.tr>
* index: Print CR character at the end * index: Print CR character at the end
+1 -1
View File
@@ -18,7 +18,7 @@ import atexit
import logging import logging
import logging.handlers import logging.handlers
__version__ = "2.4_rc1" __version__ = "2.4"
__all__ = [ 'api', 'configfile', 'db'] __all__ = [ 'api', 'configfile', 'db']