Update version

This commit is contained in:
Dimitris Zlatanidis 2015-07-02 00:20:29 +03:00
parent 7621c2a93a
commit 59afd8b532
3 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
2.5.9 - 02/07/2015
Fixed:
- Print list file package contents
- Fixed alien -current repository
- Fixed multi -current repository
Added:
- Support slonly -current (x86_64) repository
2.5.8 - 28/06/2015 2.5.8 - 28/06/2015
Fixed: Fixed:
- Checksum for alien repository - Checksum for alien repository

View file

@ -250,9 +250,9 @@ Using pip:
Bbinary packages: Bbinary packages:
Slackware: `slpkg-2.5.8-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.8/slpkg-2.5.8-i486-1_dsw.txz>`_ Slackware: `slpkg-2.5.9-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.9/slpkg-2.5.9-i486-1_dsw.txz>`_
Slackware64: `slpkg-2.5.8-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.8/slpkg-2.5.8-x86_64-1_dsw.txz>`_ Slackware64: `slpkg-2.5.9-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.9/slpkg-2.5.9-x86_64-1_dsw.txz>`_
Upgrade Upgrade
@ -266,7 +266,7 @@ for changes.
Slackware Current Slackware Current
----------------- -----------------
For Slackware 'current' users must change the variable VERSION in '/etc/slpkg.conf' file. For Slackware 'current' users must change the variable VERSION in '/etc/slpkg/slpkg.conf' file.
.. code-block:: bash .. code-block:: bash

View file

@ -88,7 +88,7 @@ class MetaData(object):
__all__ = "slpkg" __all__ = "slpkg"
__author__ = "dslackw" __author__ = "dslackw"
__version_info__ = (2, 5, 8) __version_info__ = (2, 5, 9)
__version__ = "{0}.{1}.{2}".format(*__version_info__) __version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)" __license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com" __email__ = "d.zlatanidis@gmail.com"