From 019007f57ef6e0b0d134f5750e964e793b38c6c4 Mon Sep 17 00:00:00 2001 From: Derferman Date: Thu, 22 Jul 2010 13:18:55 -0700 Subject: [PATCH 1/2] Added the Changelog --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ChangeLog 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 From 9d23e70d0931e10dbed7cb2a0b65865b5b26152c Mon Sep 17 00:00:00 2001 From: Derferman Date: Thu, 22 Jul 2010 13:20:08 -0700 Subject: [PATCH 2/2] Bumped version number to 1.1.4 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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