From 88adfe5d85a15d96a51864482eccb87f7fced9ed Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 9 Sep 2013 22:05:20 -0700 Subject: [PATCH] update changelog --- CHANGES.rst | 20 ++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5ff2f245..6134d6f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,24 @@ +0.3.3 +----- + +* Major overhaul for standalone operation. + + This removes some of the ``edbob`` reliance, as well as borrowing some + templates and styling etc. from Dtail. + + Stop using ``edbob.db.engine``, stop using all edbob templates, etc. + +* Fix authorization policy bug. + + This was really an edge case, but in any event the problem would occur when a + user was logged in, and then that user account was deleted. + +* Added ``global_title()`` to base template. + +* Made logo more easily customizable in login template. + + 0.3.2 ----- diff --git a/tailbone/_version.py b/tailbone/_version.py index 73e3bb4f..80eb7f98 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3'