Show More
@@ -18,6 +18,23 b' 1.1.0 (**2010-XX-XX**)' | |||||
18 | - gui optimizations, fixed application width to 1024px |
|
18 | - gui optimizations, fixed application width to 1024px | |
19 | - numerous small bugfixes |
|
19 | - numerous small bugfixes | |
20 |
|
20 | |||
|
21 | 1.0.2 (**2010-11-XX**) | |||
|
22 | ---------------------- | |||
|
23 | ||||
|
24 | - fixed #59 missing graph.js | |||
|
25 | - fixed repo_size crash when repository had broken symlinks | |||
|
26 | - fixed python2.5 crashes. | |||
|
27 | - tested under python2.7 | |||
|
28 | - bumped sqlalchemy and celery versions | |||
|
29 | ||||
|
30 | 1.0.1 (**2010-11-10**) | |||
|
31 | ---------------------- | |||
|
32 | ||||
|
33 | - fixed #53 python2.5 incompatible enumerate calls | |||
|
34 | - fixed #52 disable mercurial extension for web | |||
|
35 | - fixed #51 deleting repositories don't delete it's dependent objects | |||
|
36 | - small css updated | |||
|
37 | ||||
21 | 1.0.0 (**2010-11-02**) |
|
38 | 1.0.0 (**2010-11-02**) | |
22 | ---------------------- |
|
39 | ---------------------- | |
23 |
|
40 |
@@ -34,7 +34,8 b' data_files = []' | |||||
34 | #additional files that goes into package itself |
|
34 | #additional files that goes into package itself | |
35 | package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], } |
|
35 | package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], } | |
36 |
|
36 | |||
37 |
description = 'Mercurial repository |
|
37 | description = ('Mercurial and Git repository browser/management with ' | |
|
38 | 'build in push/pull server and full text search') | |||
38 | #long description |
|
39 | #long description | |
39 | try: |
|
40 | try: | |
40 | readme_file = 'README.rst' |
|
41 | readme_file = 'README.rst' | |
@@ -59,7 +60,7 b' setup(' | |||||
59 | version=get_version(), |
|
60 | version=get_version(), | |
60 | description=description, |
|
61 | description=description, | |
61 | long_description=long_description, |
|
62 | long_description=long_description, | |
62 | keywords='rhodiumcode mercurial web hgwebdir replacement serving hgweb rhodecode', |
|
63 | keywords='rhodiumcode mercurial web hgwebdir gitweb git replacement serving hgweb rhodecode', | |
63 | license='BSD', |
|
64 | license='BSD', | |
64 | author='Marcin Kuzminski', |
|
65 | author='Marcin Kuzminski', | |
65 | author_email='marcin@python-works.com', |
|
66 | author_email='marcin@python-works.com', |
General Comments 0
You need to be logged in to leave comments.
Login now