diff --git a/nghttp3-1.0.0.tar.xz b/nghttp3-1.0.0.tar.xz deleted file mode 100644 index be1a682..0000000 --- a/nghttp3-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d982fadb92ba6488cd5ef3dadc9d2c901084c812553aea9ab1c4bfa1215f77a -size 369384 diff --git a/nghttp3-1.0.0.tar.xz.asc b/nghttp3-1.0.0.tar.xz.asc deleted file mode 100644 index 7389327..0000000 --- a/nghttp3-1.0.0.tar.xz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZSva/QAKCRB+hAPV1nPD -ZkMmAKDClKQn4ZcRTshLKXPBth+uuJ7r+QCcDU0wQ9rIjO6ApKpvHy04vGqsIVI= -=UUH+ ------END PGP SIGNATURE----- diff --git a/nghttp3-1.1.0.tar.xz b/nghttp3-1.1.0.tar.xz new file mode 100644 index 0000000..07f3c8a --- /dev/null +++ b/nghttp3-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb +size 369832 diff --git a/nghttp3-1.1.0.tar.xz.asc b/nghttp3-1.1.0.tar.xz.asc new file mode 100644 index 0000000..ecab52c --- /dev/null +++ b/nghttp3-1.1.0.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZWLk9gAKCRB+hAPV1nPD +Zk+KAKDYQ/J3RDrANAnV8Y48OpLDHAHRogCeJ7OIV7BVjot6NzGcBRpujBTpmtM= +=MEHI +-----END PGP SIGNATURE----- diff --git a/nghttp3.changes b/nghttp3.changes index b92746b..f048ccc 100644 --- a/nghttp3.changes +++ b/nghttp3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 28 21:06:49 UTC 2023 - Dirk Müller + +- update to 1.1.0: + * Bump clang to 15 + * Bump clang-format to 15 + * windows: Fix warnings + * Use __FILE_NAME__ instead of __FILE__ + * Add nghttp3_pri_parse_priority + * Define varint identifiers as macros + * Fix doc + ------------------------------------------------------------------- Tue Nov 7 12:33:17 UTC 2023 - Dirk Müller diff --git a/nghttp3.spec b/nghttp3.spec index aa75a3c..77a3fff 100644 --- a/nghttp3.spec +++ b/nghttp3.spec @@ -19,7 +19,7 @@ %global soname libnghttp3 %global sover 9 Name: nghttp3 -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 3 in C License: MIT