(minor) update changelog, features lists in both readme and doc/3

(and raise the reward, though Teemu already wont it actually!)
This commit is contained in:
Sitaram Chamarty 2010-04-27 14:42:05 +05:30
parent 6787dc2c84
commit 2eaa2c6416
3 changed files with 17 additions and 4 deletions

View file

@ -82,6 +82,8 @@ detail [here][gsdiff].
* "personal namespace" prefix for each dev
* migration guide and simple converter for gitosis conf file
* "exclude" (or "deny") rights at the branch/tag level
* specify repos using patterns (patterns may include creator's name)
* define powerful operations on the server side, even github-like forking
### security
@ -93,7 +95,7 @@ normal user (not the gitolite admin) to read a repo, or write/rewind a ref,
that the config file says he shouldn't, and caused by a bug in *code* that is
in the "master" branch, (not in the other branches, or the configuration file
or in Unix, perl, shell, etc.)... well I can't afford 1000 USD rewards like
djb, so you'll have to settle for 1000 INR (Indian Rupees) as a "token" prize
djb, so you'll have to settle for 5000 INR (Indian Rupees) as a "token" prize
:-)
However, there are a few optional features (which must be explicitly enabled

View file

@ -33,6 +33,7 @@ In this document:
* easier to link gitweb authorisation with gitolite
* advanced features
* repos named with wildcards
* admin defined commands
* access control for external commands
* design choices
* keeping the parser and the access control separate
@ -639,6 +640,11 @@ already done and we just use it!
Please see `doc/4-wildcard-repositories.mkd` for all the details.
#### admin defined commands
This requires the wildcards feature to be enabled, but is then an extremely
powerful feature. See `doc/admin-defined-commands.mkd`.
#### access control for external commands
Gitolite now has a mechanism for allowing access control for arbitrary

View file

@ -2,6 +2,11 @@ Major changes to gitolite, master branch only, most recent first, no dates but
the tags can help you position stuff approximately
[NYD = not yet documented due to lack of time...]
- admin-defined commands; see doc/admin-defined-commands.mkd
- v1.4.2 (prep for major refactor on rights queries
- v1.4.1 (security fix)
- REFUSE TO RUN ON SERVER GIT < 1.6.2 (do NOT upgrade gitolite to or beyond
this point if you are unable to upgrade git itself to at least 1.6.2)
@ -33,12 +38,12 @@ the tags can help you position stuff approximately
- v1.1
- contrib directory added
- expand now lists non-wildcard repos also (expand is NYD)
- expand now lists non-wildcard repos also
- refs also have groups now (NYD)
- allow admins to get "info" for other users (NYD)
- allow admins to get "info" for other users
- wildrepos merged
- getdesc and setdesc for wildrepos (NYD)
- getdesc and setdesc for wildrepos
- htpasswd subcommand
- access control for rsync