Skip to content

Commit

Permalink
Merge branch 'release-1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Jul 22, 2010
2 parents 8caa318 + 9d23e70 commit 9f53b88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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
2 changes: 1 addition & 1 deletion config.py
Expand Up @@ -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
Expand Down

0 comments on commit 9f53b88

Please sign in to comment.