##// END OF EJS Templates
changelog update
marcink -
r1068:41a5fcf3 beta
parent child Browse files
Show More
@@ -38,20 +38,39 b' fixes'
38 38 not changing
39 39 - fixed propagation to error controller on simplehg and simplegit middlewares
40 40 - fixed error when trying to make a download on empty repository
41 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
42 apollo13 and Johan Walles
43 41 - fixed problem with '[' chars in commit messages in journal
44 42 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
45 - fixed #106 relation issues on databases different than sqlite
46 - registration,password reset and login boxes share the same title as main
47 application now
43 - journal fork fixes
44 - removed issue with space inside renamed repository after deletion
45 - fixed strange issue on formencode imports
46
47
48 1.1.3 (**2011-02-16**)
49 ======================
50
51 news
52 ----
53
54 - implemented #102 allowing the '.' character in username
55 - added option to access repository just by entering http://server/<repo_name>
56 - celery task ignores result for better performance
57
58 fixes
59 -----
60
61 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
62 apollo13 and Johan Walles
63 - small fixes in journal
48 64 - fixed problems with getting setting for celery from .ini files
49 - journal fork fixes
65 - registration, password reset and login boxes share the same title as main
66 application now
50 67 - fixed #113: to high permissions to fork repository
68 - fixed problem with '[' chars in commit messages in journal
69 - removed issue with space inside renamed repository after deletion
70 - db transaction fixes when filesystem repository creation failed
71 - fixed #106 relation issues on databases different than sqlite
51 72 - fixed static files paths links to use of url() method
52 - db transaction fixes when filesystem repositry creation failed
53 - removed issue with space inside renamed repository after deletion
54
73
55 74 1.1.2 (**2011-01-12**)
56 75 ======================
57 76
@@ -66,7 +85,6 b' fixes'
66 85 - fixed graph bug
67 86 - forced webhelpers version since it was making troubles during installation
68 87
69
70 88 1.1.1 (**2011-01-06**)
71 89 ======================
72 90
General Comments 0
You need to be logged in to leave comments. Login now