mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Bumped up to v2.4.
This commit is contained in:
parent
fc383915fd
commit
57bedc782c
2 changed files with 13 additions and 12 deletions
23
CHANGELOG
23
CHANGELOG
|
@ -1,30 +1,31 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
2.4 (dev)
|
2.4 (2014-01-11)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* API accepts the format or lexer via GET too. You can call an API url like
|
* API accepts the format or lexer via GET too. You can call an API url like
|
||||||
``example.com/api/?format=json`` and have the body in POST only.
|
``example.com/api/?format=json`` and have the body in POST only.
|
||||||
* Added an option to keep snippets forever
|
* Added an option to keep snippets forever.
|
||||||
|
* ABAP lexr is now in the default lexer list.
|
||||||
|
|
||||||
2.3 (2014-01-07)
|
2.3 (2014-01-07)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* API Documentation
|
* API Documentation.
|
||||||
* Full test coverage
|
* Full test coverage.
|
||||||
* Removed Twitter button from homepage
|
* Removed Twitter button from homepage.
|
||||||
* Slug generation is less predictable
|
* Slug generation is less predictable.
|
||||||
|
|
||||||
2.2 (2013-12-18)
|
2.2 (2013-12-18)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* Added documentation: http://dpaste.readthedocs.org/en/latest/
|
* Added documentation: http://dpaste.readthedocs.org/en/latest/
|
||||||
* Added support for CSRF middleware
|
* Added support for CSRF middleware.
|
||||||
* Windows users can submit the form using Ctrl+Enter
|
* Windows users can submit the form using Ctrl+Enter.
|
||||||
* The raw view now sends the X-Content-Type-Options=nosniff header
|
* The raw view now sends the X-Content-Type-Options=nosniff header.
|
||||||
* Various constants can now be overridden by settings
|
* Various constants can now be overridden by settings.
|
||||||
* Support for `python setup.py test` to run the tox suite
|
* Support for `python setup.py test` to run the tox suite.
|
||||||
|
|
||||||
2.1 (2013-12-14)
|
2.1 (2013-12-14)
|
||||||
----------------
|
----------------
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ long_description = u'\n\n'.join((
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dpaste',
|
name='dpaste',
|
||||||
version='2.3',
|
version='2.4',
|
||||||
description='dpaste is a Django based pastebin. It\'s intended to run '
|
description='dpaste is a Django based pastebin. It\'s intended to run '
|
||||||
'separately but its also possible to be installed into an '
|
'separately but its also possible to be installed into an '
|
||||||
'existing Django project like a regular app.',
|
'existing Django project like a regular app.',
|
||||||
|
|
Loading…
Reference in a new issue