Commit 6e5999a69b660aa482872743533ed0340994e535

Authored by randx
1 parent 039b6db4

CHANGELOG, VERSION updated to 2.3

Showing 2 changed files with 29 additions and 2 deletions   Show diff stats
CHANGELOG
  1 +v 2.3.0
  2 + - Dashboard r1
  3 + - Search r1
  4 + - Project page
  5 + - Close merge request on push
  6 + - Persist MR diff after merge
  7 + - mysql support
  8 + - Documentation
  9 +
  10 +v 2.2.0
  11 + - We’ve added support of LDAP auth
  12 + - Improved permission logic (4 roles system)
  13 + - Protected branches (now only masters can push to protected branches)
  14 + - Usability improved
  15 + - twitter bootstrap integrated
  16 + - compare view between commits
  17 + - wiki feature
  18 + - now you can enable/disable issues, wiki, wall features per project
  19 + - security fixes
  20 + - improved code browsing (ajax branch switch etc)
  21 + - improved per-line commenting
  22 + - git submodules displayed
  23 + - moved to rails 3.2
  24 + - help section improved
  25 +
1 26 v 2.1.0
2 27 - Project tab r1
3   - - Repository tab r1
  28 + - List branches/tags
  29 + - per line comments
  30 + - mass user import
4 31  
5 32 v 2.0.0
6 33 - gitolite as main git host system
... ...
VERSION
1   -2.3.0pre
  1 +2.3.0
... ...