Skip to content

Commit

Permalink
Update news for 0.33 so far. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Nov 11, 2023
1 parent 18e4ad4 commit b7b2019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Changes in release 0.33.0:
- ne_ssl.h: ne_ssl_trust_default_ca() now a no-op for non-SSL sessions
- ne_request.h: add ne_add_interim_handler() to handle interim
(1xx) responses; headers in interim responses are now accessible
- ne_basic.h: add ne_putbuf()
* Bug fixes:
- test suite now works correctly on IPv6-only hosts (Jeremy Sowden)
- fixes for building against LibreSSL (orbea)
Expand Down
2 changes: 1 addition & 1 deletion macros/neon.m4
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ NE_VERSION_MINOR=33
NE_VERSION_PATCH=0
NE_VERSION_TAG=-dev
# 0.33.x is backwards-compatible to 0.27.x, so AGE=5
# 0.33.x is backwards-compatible to 0.27.x, so AGE=6
NE_LIBTOOL_VERSINFO="33:${NE_VERSION_PATCH}:6"
NE_DEFINE_VERSIONS
Expand Down

0 comments on commit b7b2019

Please sign in to comment.