summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2010-03-18 15:39:19 -0700
committerShawn O. Pearce <sop@google.com>2010-03-18 15:39:19 -0700
commitdcecffc660fd9f06dce546e79a134e12ee008e71 (patch)
tree0bbdacd10467aa67a9d5a508d0745e00336b1f22
parentfdbb5b324e1a4bc8956ddb9c78b66ca9603ea676 (diff)
Release notes for 2.1.2.1v2.1.2.1
Change-Id: Ibf6ba53429d6eb34518c5d5455b627807c5c3856 Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--ReleaseNotes/ReleaseNotes-2.1.2.1.txt47
1 files changed, 47 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.1.2.1.txt b/ReleaseNotes/ReleaseNotes-2.1.2.1.txt
new file mode 100644
index 0000000000..3d42558078
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes-2.1.2.1.txt
@@ -0,0 +1,47 @@
+Release notes for Gerrit 2.1.2.1
+================================
+
+Gerrit 2.1.2.1 is now available in the usual location:
+
+link:http://code.google.com/p/gerrit/downloads/list[http://code.google.com/p/gerrit/downloads/list]
+
+Bug Fixes
+---------
+
+* Include smart http:// URLs in gitweb
++
+The managed gitweb configuration file didn't know about our smart
+http URLs, so it didn't advertise them for projects to clone by.
+Fixed.
+
+* issue 493 documentation: Document the internal gitweb
+* issue 496 documentation: Explain etc/gitweb_config.perl
++
+The documentation on configuring gitweb didn't talk about our own
+managed support, where we can write the gitweb configuration file
+based on our own settings, and run the CGI directly from within
+our servlet container. Its an older feature that we have had for
+a while now. Fixed.
+
+* issue 494 Look for gitweb in /usr/share/gitweb
+* issue 495 Fix gitweb CGI when in subdirectory
++
+The CGI didn't always load its supporting assets like CSS and icon
+from the right URLs. Fixed.
+
+* Move generated gitweb_config.perl to hidden tmp directory
++
+The generated gitweb configuration file was written to /tmp,
+which might cause it to be deleted every 7 days on some Linux
+distributions. Moved to our private application temporary directory,
+which is usually under $HOME/.gerritcodereview/tmp.
+
+* Update documentation regarding tag deletion
++
+The documentation incorrectly described tag deletion. Fixed.
+
+* Allow schema upgrades to display messages
++
+On MySQL servers, schema upgrades from older versions failed if the
+administrator didn't create the nextval functions for administrative
+purposes. Fixed by making this a warning and not a hard-stop.