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