-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathChangelog
57 lines (46 loc) · 1.44 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
0.0.8 (2011-07-26):
Translation:
* Added Russian by hacenator
* Added Italian by gionn (Giovanni gionn Toraldo)
Fixes:
* Fix non ascii characters in archive name (#16)
Templates:
* Added revision.rhtml for redmine version 0.9.X and 1.2.X
* Symlink defaults to 1.2.X version
0.0.7 (2010-08-24):
New Translation:
* Dutch by mthmulders
Bugs:
* Properly format filename when project name contain space
Features:
* Gzip with ActiveSupport::Gzip instead of Grit's gzip
Grit would use gzip from command line which might not work
on all platform
* Use ActionController::Streaming to send Git Archive to browser
should work on more platform
0.0.6 (2010-08-03):
Features:
* Max size of git archive can be modified
* timeout value use default returned by Grit
0.0.5 (2010-07-28):
Features:
* plugin setting page
* change timeout value (fix #4)
* enable/disable gzip (fix #3)
0.0.4 (2010-07-15):
New translations:
* Spanish/Catalan by Gerard Forns
* Simplified/Traditional Chinese by Simon Liu
* Update install doc for redmine on windows
* Added link to project homepage to init.rb
0.0.3 (2010-07-03):
New translations:
* German translation by hexa2k9 (Christian Boenning)
* French translation by myself: chantra (Emmanuel Bretelle)
0.0.2 (2010-06-12):
Not long since the first realease...
* using redmine hokks instead of overriding templates
* adds permission
* activable as a module per project
0.0.1 (2010-06-12):
* Initial public release