Commit f9737b1 1 parent 6a88926 commit f9737b1 Copy full SHA for f9737b1
File tree 4 files changed +9
-9
lines changed
doc/contributing/maintaining
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -356,8 +356,8 @@ LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
356
356
LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
357
357
LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
358
358
LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
359
- LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS @
360
- LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS @
359
+ LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS @
360
+ LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS @
361
361
LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
362
362
LIBOBJS = @LIBOBJS@
363
363
LIBS = @LIBS@
Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
263
263
LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
264
264
LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
265
265
LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
266
- LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS @
267
- LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS @
266
+ LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS @
267
+ LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS @
268
268
LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
269
269
LIBOBJS = @LIBOBJS@
270
270
LIBS = @LIBS@
Original file line number Diff line number Diff line change 29
29
* @macro
30
30
* Version number of the nghttp2 library release
31
31
*/
32
- #define NGHTTP2_VERSION "1.53 .0"
32
+ #define NGHTTP2_VERSION "1.55 .0"
33
33
34
34
/**
35
35
* @macro
36
36
* Numerical representation of the version number of the nghttp2 library
37
37
* release. This is a 24 bit number with 8 bits for major number, 8 bits
38
38
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
39
39
*/
40
- #define NGHTTP2_VERSION_NUM 0x013500
40
+ #define NGHTTP2_VERSION_NUM 0x013700
41
41
42
42
#endif /* NGHTTP2VER_H */
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This a list of all the dependencies:
21
21
* [ libuv 1.46.0] [ ]
22
22
* [ llhttp 8.1.0] [ ]
23
23
* [ minimatch 9.0.3] [ ]
24
- * [ nghttp2 1.53 .0] [ ]
24
+ * [ nghttp2 1.55 .0] [ ]
25
25
* [ nghttp3 0.7.0] [ ]
26
26
* [ ngtcp2 0.8.1] [ ]
27
27
* [ npm 9.6.7] [ ]
@@ -223,7 +223,7 @@ See [maintaining-http][] for more informations.
223
223
The [ minimatch] ( https://github.com/isaacs/minimatch ) dependency is a
224
224
minimal matching utility.
225
225
226
- ### nghttp2 1.53 .0
226
+ ### nghttp2 1.55 .0
227
227
228
228
The [ nghttp2] ( https://github.com/nghttp2/nghttp2 ) dependency is a C library
229
229
implementing HTTP/2 protocol.
@@ -338,7 +338,7 @@ performance improvements not currently available in standard zlib.
338
338
[ maintaining-openssl ] : ./maintaining-openssl.md
339
339
[ maintaining-web-assembly ] : ./maintaining-web-assembly.md
340
340
[ minimatch 9.0.3 ] : #minimatch-903
341
- [ nghttp2 1.53 .0 ] : #nghttp2-1530
341
+ [ nghttp2 1.55 .0 ] : #nghttp2-1550
342
342
[ nghttp3 0.7.0 ] : #nghttp3-070
343
343
[ ngtcp2 0.8.1 ] : #ngtcp2-081
344
344
[ npm 9.6.7 ] : #npm-967
You can’t perform that action at this time.
0 commit comments