diff --git a/CHANGELOG b/CHANGELOG index fb05607204f972aef59c5e33870d7b0f1f3eef6d..5ab20e785e4c3635434fc79af034424178179d24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,15 @@ Formerly known as 'gitlab-git-http-server'. +0.5.3 + +- Always check with upstream if files in /uploads/ may be served +- Fix project%2Fnamespace API project ID's +- Prevent archive zombies when using gzip or bzip2 +- Don't show pretty error pages in development mode + +0.5.2 + 0.5.1 Deprecate -relativeURLRoot option, use -authBackend instead. @@ -50,4 +59,4 @@ This makes the REPO_ROOT command line argument obsolete. 0.2.14 -This is the last version that works with GitLab 8.0. \ No newline at end of file +This is the last version that works with GitLab 8.0. diff --git a/VERSION b/VERSION index 4b9fcbec101a6ff8ec68e0f95131ccda4861407f..cb0c939a936f142669d38cf1ece330266d730965 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2