[continued from previous message]
+## 3.0.1 - 2024-11-14
+
+### Fixed
+
+* Removed a CryptographyDeprecationWarning that was being displayed to users
+ when checking OCSP status.
+
+More details about these changes can be found on our GitHub repo.
+
+## 3.0.0 - 2024-11-05
+
+### Added
+
+*
+
+### Changed
+
+* The update_symlinks command was removed.
+* The `csr_dir` and `key_dir` attributes on
+ `certbot.configuration.NamespaceConfig` were removed.
+* The `--manual-public-ip-logging-ok` command line flag was removed.
+* The `--dns-route53-propagation-seconds` command line flag was removed.
+* The `certbot_dns_route53.authenticator` module has been removed. This should + not affect any users of the plugin and instead would only affect developers + trying to develop on top of the old code.
+* Support for Python 3.8 was deprecated and will be removed in our next planned
+ release.
+
+### Fixed
+
+*
+
+More details about these changes can be found on our GitHub repo.
+
## 2.11.0 - 2024-06-05
### Added
diff -Nru python-certbot-2.11.0/debian/changelog python-certbot-4.0.0/debian/changelog
--- python-certbot-2.11.0/debian/changelog 2025-04-30 09:05:24.000000000 -0400
+++ python-certbot-4.0.0/debian/changelog 2025-05-25 11:27:29.000000000 -0400
@@ -1,14 +1,17 @@
-python-certbot (2.11.0-1.1) unstable; urgency=medium
+python-certbot (4.0.0-2) unstable; urgency=medium
- * Non-maintainer upload.
- * Update debconf template translation
- - Swedish translation.
- Thanks to Martin Bagge / brother (Closes: #1072750)
- * Added debconf template translation
- - Catalan translation
- Thanks to Carles Pina i Estany
+ * autopkgtests: drop manual IP flag no longer used
- -- Helge Kreutzmann <
[email protected]> Wed, 30 Apr 2025 15:05:24 +0200
+ -- Harlan Lieberman-Berg <
[email protected]> Sun, 25 May 2025 11:27:29 -0400
+
+python-certbot (4.0.0-1) unstable; urgency=medium
+
+ * Add Swedish po file (Closes: #1072750)
+ * New upstream version 4.0.0 (Closes: #1106462)
+ * Bump dependency requirements
+ * Refresh patches
+
+ -- Harlan Lieberman-Berg <h