Show More
@@ -18,6 +18,23 b' 1.1.0 (**2010-XX-XX**)' | |||
|
18 | 18 | - gui optimizations, fixed application width to 1024px |
|
19 | 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 | 38 | 1.0.0 (**2010-11-02**) |
|
22 | 39 | ---------------------- |
|
23 | 40 |
@@ -34,7 +34,8 b' data_files = []' | |||
|
34 | 34 | #additional files that goes into package itself |
|
35 | 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 | 39 | #long description |
|
39 | 40 | try: |
|
40 | 41 | readme_file = 'README.rst' |
@@ -59,7 +60,7 b' setup(' | |||
|
59 | 60 | version=get_version(), |
|
60 | 61 | description=description, |
|
61 | 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 | 64 | license='BSD', |
|
64 | 65 | author='Marcin Kuzminski', |
|
65 | 66 | author_email='marcin@python-works.com', |
General Comments 0
You need to be logged in to leave comments.
Login now