]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.4.2 prep
authorBob Halley <halley@dnspython.org>
Sun, 6 Aug 2023 01:47:25 +0000 (18:47 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 6 Aug 2023 01:47:25 +0000 (18:47 -0700)
README.md
dns/version.py
doc/conf.py
doc/whatsnew.rst
pyproject.toml
setup.cfg

index ef2fc6ba71231b618e069867a5057a3ebcbe0c79..c0b1e0b0012e5657f05b2c088839cdad35563a2a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ to facilitate the testing of DNS software.
 
 ## ABOUT THIS RELEASE
 
-This is dnspython 2.4.1.
+This is dnspython 2.4.2.
 Please read
 [What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
 information about the changes in this release.
index 8a7f5248b9686ad707ce2ea8abdd1e46d9bda157..1f1fbf2d5789ae0126dabc430e1a6dcbee2300f8 100644 (file)
@@ -22,7 +22,7 @@ MAJOR = 2
 #: MINOR
 MINOR = 4
 #: MICRO
-MICRO = 1
+MICRO = 2
 #: RELEASELEVEL
 RELEASELEVEL = 0x0F
 #: SERIAL
index c522bfadb2990ab713dc3f0446de4ac3f6678af4..10fc72de662821fc2ba1a842f2b2c33041c854aa 100644 (file)
@@ -63,7 +63,7 @@ author = "Dnspython Contributors"
 # The short X.Y version.
 version = "2.4"
 # The full version, including alpha/beta/rc tags.
-release = "2.4.1"
+release = "2.4.2"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index fe592866628c08e326616584ceed69275afd8edd..470ec752e87092e2b4e73e77c19b6323cd046a26 100644 (file)
@@ -3,6 +3,15 @@
 What's New in dnspython
 =======================
 
+2.4.2
+-----
+
+* Async queries could wait forever instead of respecting the timeout if the timeout was
+  0 and a packet was lost.  The timeout is now respected.
+
+* Restore HTTP/2 support which was accidentally broken during the https refactoring done
+  as part of 2.4.0.
+
 2.4.1
 -----
 
index 4d6026a9eb7099dd732396e120dc12f2cee852cb..d28691c776cd0159c0f8c287937d1bdfc402789d 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.4.1"
+version = "2.4.2"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index 73c5e8f2f621fc50854899b65498461fab8cee06..fb7e528e81b2ec8f8e260bf1c0e3584004d1db3e 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = dnspython
-version = 2.4.1
+version = 2.4.2
 author = Bob Halley
 author_email = halley@dnspython.org
 license = ISC