summary refs log tree commit diff
path: root/VERSION
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-03-05 14:33:33 -0500
committerJune McEnroe <june@causal.agency>2021-03-05 14:33:33 -0500
commitf9a69500226c4a32dfca85401358a01a469e3951 (patch)
tree7fc667c75caff48817f17fe9f921772f0c74de7d /VERSION
parentbuild: Add OpenSSL includes to libcompat (diff)
downloadlibretls-f9a69500226c4a32dfca85401358a01a469e3951.tar.gz
libretls-f9a69500226c4a32dfca85401358a01a469e3951.zip
Bump version to 3.3.1p1 3.3.1p1
Diffstat (limited to '')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index bea62b7..acb9a46 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-3.3.1
+3.3.1p1
 
NG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli