From 824138e59194acaf5efe53690d4ef6eaf38e1549 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 3 Aug 2018 16:26:14 +0200 Subject: Bump version. Signed-off-by: Jason A. Donenfeld --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4082905..05ea71f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all:: -CGIT_VERSION = v1.2 +CGIT_VERSION = v1.2.1 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) -- cgit 1.4.1 e7d1'/> terminal streaming
summary refs log tree commit diff
Commit message (Expand)Author
2018-02-25Define rules for multi-object binariesJune McEnroe
2018-02-25Rewrite everythingJune McEnroe
2018-02-22Hardcode path lengths in setupJune McEnroe
2018-02-22Add setup, start commandJune McEnroe
2018-02-22Indent list of streamsJune McEnroe
2018-02-22Add welcome message to ssh-commandJune McEnroe
2018-02-22Sleep before truncationJune McEnroe
2018-02-22List streams if none givenJune McEnroe
2018-02-22Set ForceCommand ssh-commandJune McEnroe
2018-02-22Rename command to ssh-commandJune McEnroe
2018-02-22Add command.shJune McEnroe
2018-02-22Factor out STREAM_SIZE for ingest and broadcastJune McEnroe
2018-02-22Handle EINTR from keventJune McEnroe
2018-02-22Include libutil in chroot.tarJune McEnroe