From: James Moger Date: Sun, 26 Jun 2011 12:23:13 +0000 (-0400) Subject: Prepare 0.5.0 release. X-Git-Tag: v0.5.0^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d0e26353e62d17a1f6b765a71e9bb45b54806d70;p=gitblit.git Prepare 0.5.0 release. --- diff --git a/docs/00_index.mkd b/docs/00_index.mkd index f8228cfd..4a922567 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -21,7 +21,7 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit ### Current Release -%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit]   (*%BUILDDATE%*) +%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit]   *released %BUILDDATE%* issues & binaries @ [Google Code][googlecode]
sources @ [Github][gitbltsrc] diff --git a/docs/01_screenshots.mkd b/docs/01_screenshots.mkd index 14ec1793..5ab94d32 100644 --- a/docs/01_screenshots.mkd +++ b/docs/01_screenshots.mkd @@ -18,18 +18,30 @@ ![Log](thumbs/04.png)
Repository Log - ![Tree](thumbs/05.png) -
Repository Tree + ![Tags](thumbs/10.png) +
Repository Tags - ![Diff](thumbs/06.png) -
File Diff + ![Tree](thumbs/05.png) +
Repository Tree + + ![Commit Page](thumbs/06.png) +
Commit Page ![Commitdiff](thumbs/07.png)
Commit Diff + + + + ![Metrics](thumbs/09.png) +
Branch Metrics ![Blob](thumbs/08.png)
Blob View with Syntax Highlighting + + ![Blame](thumbs/11.png) +
Blame + \ No newline at end of file diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 27c57c67..f9cf7554 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -1,7 +1,7 @@ ## Release History ### Current Release -%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit]   (*%BUILDDATE%*) +%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit]   *released %BUILDDATE%* ### Older Releases none diff --git a/docs/screenshots/00.png b/docs/screenshots/00.png index c9653f14..f60aa167 100644 Binary files a/docs/screenshots/00.png and b/docs/screenshots/00.png differ diff --git a/docs/screenshots/01.png b/docs/screenshots/01.png index 01d8cefe..ff44cbed 100644 Binary files a/docs/screenshots/01.png and b/docs/screenshots/01.png differ diff --git a/docs/screenshots/02.png b/docs/screenshots/02.png index 31fedfa1..57671bee 100644 Binary files a/docs/screenshots/02.png and b/docs/screenshots/02.png differ diff --git a/docs/screenshots/03.png b/docs/screenshots/03.png index 7a85ccd2..255fb699 100644 Binary files a/docs/screenshots/03.png and b/docs/screenshots/03.png differ diff --git a/docs/screenshots/04.png b/docs/screenshots/04.png index ac8da4e7..7464bb93 100644 Binary files a/docs/screenshots/04.png and b/docs/screenshots/04.png differ diff --git a/docs/screenshots/05.png b/docs/screenshots/05.png index 09b62c3c..0aec9ce1 100644 Binary files a/docs/screenshots/05.png and b/docs/screenshots/05.png differ diff --git a/docs/screenshots/06.png b/docs/screenshots/06.png index e78301da..6fbdbd83 100644 Binary files a/docs/screenshots/06.png and b/docs/screenshots/06.png differ diff --git a/docs/screenshots/07.png b/docs/screenshots/07.png index 2b467bb6..1602d052 100644 Binary files a/docs/screenshots/07.png and b/docs/screenshots/07.png differ diff --git a/docs/screenshots/08.png b/docs/screenshots/08.png index deaf1541..9ed30dbf 100644 Binary files a/docs/screenshots/08.png and b/docs/screenshots/08.png differ diff --git a/docs/screenshots/09.png b/docs/screenshots/09.png new file mode 100644 index 00000000..bb13bea7 Binary files /dev/null and b/docs/screenshots/09.png differ diff --git a/docs/screenshots/10.png b/docs/screenshots/10.png new file mode 100644 index 00000000..4858a5c6 Binary files /dev/null and b/docs/screenshots/10.png differ diff --git a/docs/screenshots/11.png b/docs/screenshots/11.png new file mode 100644 index 00000000..414e479f Binary files /dev/null and b/docs/screenshots/11.png differ diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index 4375e422..8da04424 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -23,11 +23,11 @@ public class Constants { // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string. - public static final String VERSION = "0.1.0-SNAPSHOT"; + public static final String VERSION = "0.5.0"; // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string. - public static final String JGIT_VERSION = "JGit 1.0.0"; + public static final String JGIT_VERSION = "JGit 1.0.0 (201106090707-r)"; public static final String ADMIN_ROLE = "#admin";