Show More
@@ -31,6 +31,8 b' news' | |||||
31 | - major code rewrites optimized codes for speed and memory usage |
|
31 | - major code rewrites optimized codes for speed and memory usage | |
32 | - raw and diff downloads are now in git format |
|
32 | - raw and diff downloads are now in git format | |
33 | - setup command checks for write access to given path |
|
33 | - setup command checks for write access to given path | |
|
34 | - fixed many issues with international characters and unicode. It uses utf8 | |||
|
35 | decode with replace to provide less errors even with non utf8 encoded strings | |||
34 |
|
36 | |||
35 | fixes |
|
37 | fixes | |
36 | ----- |
|
38 | ----- |
@@ -7,7 +7,7 b' requirements = [' | |||||
7 | "Pylons==1.0.0", |
|
7 | "Pylons==1.0.0", | |
8 | "WebHelpers>=1.2", |
|
8 | "WebHelpers>=1.2", | |
9 | "SQLAlchemy>=0.6.6", |
|
9 | "SQLAlchemy>=0.6.6", | |
10 |
"Mako |
|
10 | "Mako>=0.4.0", | |
11 | "vcs>=0.2.0", |
|
11 | "vcs>=0.2.0", | |
12 | "pygments>=1.4", |
|
12 | "pygments>=1.4", | |
13 | "mercurial>=1.7.5", |
|
13 | "mercurial>=1.7.5", |
General Comments 0
You need to be logged in to leave comments.
Login now