Commit 970f86077adf2857ac3b3c1d7b0dc366a39f41f3
1 parent
4bfb98dd
Up to 4.2
Showing
3 changed files
with
12 additions
and
5 deletions
Show diff stats
CHANGELOG
1 | v 4.2.0 | 1 | v 4.2.0 |
2 | + - Async gitolite calls | ||
3 | + - Teams | ||
4 | + - Project listing page | ||
5 | + - Improved search | ||
6 | + - Groups API | ||
7 | + - Improved Network Graph | ||
8 | + - Edit page for group | ||
2 | - User show page. Via /u/username | 9 | - User show page. Via /u/username |
3 | - Show help contents on pages for better navigation | 10 | - Show help contents on pages for better navigation |
4 | 11 |
VERSION
doc/install/installation.md
@@ -191,10 +191,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install | @@ -191,10 +191,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install | ||
191 | cd /home/gitlab/gitlab | 191 | cd /home/gitlab/gitlab |
192 | 192 | ||
193 | # Checkout to stable release | 193 | # Checkout to stable release |
194 | - sudo -u gitlab -H git checkout 4-1-stable | 194 | + sudo -u gitlab -H git checkout 4-2-stable |
195 | 195 | ||
196 | **Note:** | 196 | **Note:** |
197 | -You can change `4-1-stable` to `master` if you want the *bleeding edge* version, but | 197 | +You can change `4-2-stable` to `master` if you want the *bleeding edge* version, but |
198 | do so with caution! | 198 | do so with caution! |
199 | 199 | ||
200 | ## Configure it | 200 | ## Configure it |
@@ -268,7 +268,7 @@ used for the `email.from` setting in `config/gitlab.yml`) | @@ -268,7 +268,7 @@ used for the `email.from` setting in `config/gitlab.yml`) | ||
268 | 268 | ||
269 | Download the init script (will be /etc/init.d/gitlab): | 269 | Download the init script (will be /etc/init.d/gitlab): |
270 | 270 | ||
271 | - sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab | 271 | + sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/4-2-stable/init.d/gitlab |
272 | sudo chmod +x /etc/init.d/gitlab | 272 | sudo chmod +x /etc/init.d/gitlab |
273 | 273 | ||
274 | Make GitLab start on boot: | 274 | Make GitLab start on boot: |
@@ -309,7 +309,7 @@ If you can't or don't want to use Nginx as your web server, have a look at the | @@ -309,7 +309,7 @@ If you can't or don't want to use Nginx as your web server, have a look at the | ||
309 | 309 | ||
310 | Download an example site config: | 310 | Download an example site config: |
311 | 311 | ||
312 | - sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab | 312 | + sudo curl --output /etc/nginx/sites-available/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/4-2-stable/nginx/gitlab |
313 | sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab | 313 | sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab |
314 | 314 | ||
315 | Make sure to edit the config file to match your setup: | 315 | Make sure to edit the config file to match your setup: |