about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-06-13 12:41:01 +0000
committerLars Hjemli <hjemli@gmail.com>2011-06-13 12:41:01 +0000
commit19e371c557bfb7c085ac343b901eb998de417e75 (patch)
treeaee3bf01e4b3213321da32649e17fae531b9690f
parentMerge branch 'stable' (diff)
parentCGIT 0.9.0.1 (diff)
downloadcgit-pink-19e371c557bfb7c085ac343b901eb998de417e75.tar.gz
cgit-pink-19e371c557bfb7c085ac343b901eb998de417e75.zip
Merge branch 'stable'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af2879e..f6d6968 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CGIT_VERSION = v0.9
+CGIT_VERSION = v0.9.0.1
 CGIT_SCRIPT_NAME = cgit.cgi
 CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
 CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)
logheader'>2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer