Changeset - 6c3d81f9529c
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 15 years ago 2011-01-06 16:01:51
marcin@python-works.com
Changelog update
2 files changed with 17 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -25,13 +25,29 @@ fixes
 

	
 
- fixed file browser bug, when switching into given form revision the url was 
 
  not changing
 
- 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**)
 
----------------------
 

	
 
news
 
++++
test.ini
Show inline comments
 
@@ -42,12 +42,13 @@ use = egg:rhodecode
 
full_stack = true
 
static_files = true
 
lang=en
 
cache_dir = %(here)s/data
 
index_dir = /tmp/index
 
cut_off_limit = 256000
 
force_https = false
 

	
 
####################################
 
###        CELERY CONFIG        ####
 
####################################
 
use_celery = false
 
broker.host = localhost
0 comments (0 inline, 0 general)