summary refs log tree commit diff
path: root/LIBTLS_VERSION
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-12-23 17:11:44 -0500
committerJune McEnroe <june@causal.agency>2022-12-23 17:11:44 -0500
commit076695966a9df1902f60ec67595946ad643cdd29 (patch)
tree71fe7fbc40ecf77375205d80e790d1100b4c20fc /LIBTLS_VERSION
parentImport LibreSSL 3.5.3 (diff)
downloadlibretls-076695966a9df1902f60ec67595946ad643cdd29.tar.gz
libretls-076695966a9df1902f60ec67595946ad643cdd29.zip
Import LibreSSL 3.6.0
Diffstat (limited to 'LIBTLS_VERSION')
-rw-r--r--LIBTLS_VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/LIBTLS_VERSION b/LIBTLS_VERSION
index 4afa027..69c9994 100644
--- a/LIBTLS_VERSION
+++ b/LIBTLS_VERSION
@@ -1 +1 @@
-25:0:0
+26:0:0
o This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_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