##// END OF EJS Templates
docs update, version bump
marcink -
r290:702c7e56 rhodecode-0.0.0.7.8 default
parent child Browse files
Show More
@@ -10,8 +10,11 b' Fully customizable, with authentication,'
10 10 be logged and authenticated + threaded performance unlikely to hgweb
11 11 - mako templates let's you cusmotize look and feel of appplication.
12 12 - diffs annotations and source code all colored by pygments.
13 - mercurial branch graph
13 14 - admin interface for performing user/permission managments as well as repository
14 15 managment
16 - setup project descriptions and info inside built in db for easy, non
17 file-system operations
15 18 - added cache with invalidation on push/repo managment for high performance and
16 19 always upto date data.
17 20 - rss /atom feed customizable
@@ -21,7 +24,6 b' Fully customizable, with authentication,'
21 24 **Incoming**
22 25
23 26 - full permissions per project
24 - setup project descriptions and info into db
25 27 - git support (when vcs can handle it)
26 28
27 29 .. note::
@@ -24,7 +24,7 b' Hg app, a web based mercurial repository'
24 24 @author: marcink
25 25 """
26 26
27 VERSION = (0, 7, 7, 'beta')
27 VERSION = (0, 7, 8, 'beta')
28 28
29 29 __version__ = '.'.join((str(each) for each in VERSION[:4]))
30 30
General Comments 0
You need to be logged in to leave comments. Login now