Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changelog compatible with PyPT
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 18, 2015
1 parent 6f6629e commit 07950e6
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .pypt/commitlog
Expand Up @@ -34,7 +34,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Arguments:
# FILE BASEDIR OLDVERSION
# FILE BASEDIR NEWVERSION

import re
from os.path import join as pjoin
Expand Down
112 changes: 46 additions & 66 deletions CHANGELOG.rst
Expand Up @@ -4,75 +4,55 @@ Appendix A. Changelog

:Version: 1.3.1

v1.3.1
------
1.3.1
* Use rq from PyPI instead of GitHub

* Use rq from PyPI instead of GitHub
1.3.0
* Python 3 support

v1.3.0
------
1.2.2
* Don’t repeat Nikola dependencies to decrease maintenance burden

* Python 3 support
1.2.1
* Specify deps in ``setup.py``

v1.2.2
------
1.2.0
* Added support for a Limited mode, which does not require Redis and rq
* Nikola v7.4.0 compatibility

* Don’t repeat Nikola dependencies to decrease maintenance burden

v1.2.1
------

* Specify deps in ``setup.py``

v1.2.0
------

* Added support for a Limited mode, which does not require Redis and rq
* Nikola v7.4.0 compatibility

v1.1.0
------

* Changed hashing mechanism to sha256 + bcrypt.
1.1.0
* Changed hashing mechanism to sha256 + bcrypt.
Hashes will be fixed automatically on first login of each user.
* Added ``passlib`` dependency.
* rqworker queue is now named ``coil`` (was ``default``)
* add trailing slashes to all URLs
* use ``url_for()``
* add ``/rebuild/force/`` (== ``nikola build -a``)

v1.0.0
------

* RENAME TO *Coil CMS*
* User documentation
* Form validation
* Redis for storing data
* Rebuilding the site, using RQ as a task queue

v0.6.0
------

* Permission management
* ``setup.py`` and Python packaging
* ``comet`` management command
* more modern pages
* multiple issues fixed

v0.5.0
------

* Switch to Flask
* Cookie-based authentication
* User management
* Style wysihtml properly
* Rename to *Comet CMS*

v0.0.1
------

* Initial version
* Called ``nikola webapp``
* using bottle
* HTTP Basic “Authentication” (sorry)
* wysihtml
* Added ``passlib`` dependency.
* rqworker queue is now named ``coil`` (was ``default``)
* add trailing slashes to all URLs
* use ``url_for()``
* add ``/rebuild/force/`` (== ``nikola build -a``)

1.0.0
* RENAME TO *Coil CMS*
* User documentation
* Form validation
* Redis for storing data
* Rebuilding the site, using RQ as a task queue

0.6.0
* Permission management
* ``setup.py`` and Python packaging
* ``comet`` management command
* more modern pages
* multiple issues fixed

0.5.0
* Switch to Flask
* Cookie-based authentication
* User management
* Style wysihtml properly
* Rename to *Comet CMS*

0.0.1
* Initial version
* Called ``nikola webapp``
* using bottle
* HTTP Basic “Authentication” (sorry)
* wysihtml
124 changes: 52 additions & 72 deletions docs/CHANGELOG.rst
Expand Up @@ -4,75 +4,55 @@ Appendix A. Changelog

:Version: 1.3.1

v1.3.1
------

* Use rq from PyPI instead of GitHub

v1.3.0
------

* Python 3 support

v1.2.2
------

* Don’t repeat Nikola dependencies to decrease maintenance burden

v1.2.1
------

* Specify deps in ``setup.py``

v1.2.0
------

* Added support for a Limited mode, which does not require Redis and rq
* Nikola v7.4.0 compatibility

v1.1.0
------

* Changed hashing mechanism to sha256 + bcrypt.
Hashes will be fixed automatically on first login of each user.
* Added ``passlib`` dependency.
* rqworker queue is now named ``coil`` (was ``default``)
* add trailing slashes to all URLs
* use ``url_for()``
* add ``/rebuild/force/`` (== ``nikola build -a``)

v1.0.0
------

* RENAME TO *Coil CMS*
* User documentation
* Form validation
* Redis for storing data
* Rebuilding the site, using RQ as a task queue

v0.6.0
------

* Permission management
* ``setup.py`` and Python packaging
* ``comet`` management command
* more modern pages
* multiple issues fixed

v0.5.0
------

* Switch to Flask
* Cookie-based authentication
* User management
* Style wysihtml properly
* Rename to *Comet CMS*

v0.0.1
------

* Initial version
* Called ``nikola webapp``
* using bottle
* HTTP Basic “Authentication” (sorry)
* wysihtml
1.3.1
* Use rq from PyPI instead of GitHub

1.3.0
* Python 3 support

1.2.2
* Don’t repeat Nikola dependencies to decrease maintenance burden

1.2.1
* Specify deps in ``setup.py``

1.2.0
* Added support for a Limited mode, which does not require Redis and rq
* Nikola v7.4.0 compatibility

1.1.0
* Changed hashing mechanism to sha256 + bcrypt.
Hashes will be fixed automatically on first login of each user.
* Added ``passlib`` dependency.
* rqworker queue is now named ``coil`` (was ``default``)
* add trailing slashes to all URLs
* use ``url_for()``
* add ``/rebuild/force/`` (== ``nikola build -a``)

1.0.0
* RENAME TO *Coil CMS*
* User documentation
* Form validation
* Redis for storing data
* Rebuilding the site, using RQ as a task queue

0.6.0
* Permission management
* ``setup.py`` and Python packaging
* ``comet`` management command
* more modern pages
* multiple issues fixed

0.5.0
* Switch to Flask
* Cookie-based authentication
* User management
* Style wysihtml properly
* Rename to *Comet CMS*

0.0.1
* Initial version
* Called ``nikola webapp``
* using bottle
* HTTP Basic “Authentication” (sorry)
* wysihtml

0 comments on commit 07950e6

Please sign in to comment.