diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..a58d9e4d --- /dev/null +++ b/ChangeLog @@ -0,0 +1,10 @@ +2010.07.22, Version 1.1.4 +* Changed the front page to use the proper date range for events + +* Fix the rfc1123() to handle -ve timezone offset (Barnaby Gray) + +* Prevent the REST API from return events with a null informatoinal boolean flag + +* Fix small spelling error in common.js + +* Added a favicon diff --git a/config.py b/config.py index 1ce111ce..ab3d48f3 100755 --- a/config.py +++ b/config.py @@ -27,7 +27,7 @@ APP_ROOT_DIR = os.path.abspath(os.path.dirname(__file__)) #Stashboard version -VERSION = "1.1.3" +VERSION = "1.1.4" # If we're debugging, turn the cache off, etc. # Set to true if we want to have our webapp print stack traces, etc