changeset 919:6c3d81f9529c beta

Changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Jan 2011 16:01:51 +0100
parents b2d5868cc4b8
children 2aab909a0eaf
files docs/changelog.rst test.ini
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Thu Jan 06 14:36:10 2011 +0100
+++ b/docs/changelog.rst	Thu Jan 06 16:01:51 2011 +0100
@@ -28,7 +28,23 @@
 - fixed #92 whoosh indexer is more error proof
 - fixed large tooltips problems
 - fixed propagation to error controller on simplehg and simplegit middlewares
+
+1.1.1 (**2011-01-xx**)
+----------------------
  
+news
+++++
+
+- added force https option into ini files for easier https usage (no need to
+  set server headers with this options)
+
+fixes
+++++
+
+- fixed #96 redirect loop on files view on repositories without changesets
+- fixed #97 unicode string passed into server header in special cases (mod_wsgi)
+  and server crashed with errors
+
 
 1.1.0 (**2010-12-18**)
 ----------------------
--- a/test.ini	Thu Jan 06 14:36:10 2011 +0100
+++ b/test.ini	Thu Jan 06 16:01:51 2011 +0100
@@ -45,6 +45,7 @@
 cache_dir = %(here)s/data
 index_dir = /tmp/index
 cut_off_limit = 256000
+force_https = false
 
 ####################################
 ###        CELERY CONFIG        ####