summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog101
1 files changed, 101 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 86c376a7..e055051d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,104 @@
+gudhi (3.7.1+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop some more images from DFSG repack.
+ * Refresh patches.
+ * Drop upstreamed patch for QGLViewer 2.7.
+ * Add patch to keep supporting Hera 1.0.
+ * Standards-version 4.6.2.0, no changes needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 26 Jan 2023 16:35:52 +0100
+
+gudhi (3.6.0+dfsg-4) unstable; urgency=medium
+
+ * Add patch to support QGLViewer >=2.7. (Closes: 1024061)
+
+ -- Gard Spreemann <gspr@nonempty.org> Mon, 14 Nov 2022 17:30:15 +0100
+
+gudhi (3.6.0+dfsg-3) unstable; urgency=medium
+
+ * Bump CGAL dependency to >=5.5.1, allowing us to drop the CGAL 5.5
+ compatibility patch.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 03 Nov 2022 16:48:20 +0100
+
+gudhi (3.6.0+dfsg-2) unstable; urgency=medium
+
+ * Fix watch file broken by GitHub change.
+
+ -- Gard Spreemann <gspr@nonempty.org> Mon, 03 Oct 2022 16:31:23 +0200
+
+gudhi (3.6.0+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop some new DFSG-incompatible image files.
+ * Refresh patches.
+ * Remove cleanup of Miniball, no longer shipped upstream.
+ * Revamp d/rules in order to *actually* build the "user version", as
+ intended upstream.
+ - Drop doxygen patch now that we build correctly.
+ * Clean up documentation installation.
+ * Autopkgtests: Disable new inappropriate tests.
+ * Explicitly disable build-time test that requires Internet access.
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 17 Aug 2022 21:47:20 +0200
+
+gudhi (3.5.0+dfsg-3) unstable; urgency=medium
+
+ * Add patch to fix building with CGAL 5.5. (Closes: #1017138)
+ * Standards-version 4.6.1.1. No changes needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Tue, 16 Aug 2022 16:01:50 +0200
+
+gudhi (3.5.0+dfsg-2) unstable; urgency=medium
+
+ * Update d/libgudhi-doc.doc-base to reflect moved docs.
+ * Rebuild with hera 1.0.0.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sun, 01 May 2022 11:19:32 +0200
+
+gudhi (3.5.0+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Rebase patches.
+ * Drop patches:
+ - 0005-Install-Python-module-in-correct-location
+ - 0006-Move-towards-reproducible-builds
+ - 0007-Turn-positional-argument-into-keyword-argument
+ * Update copyright ranges.
+ * Remove some files from files-excluded as they have been dropped
+ upstream.
+ * Move HTML documentation to libgudhi-dev's doc directory.
+ * Add patch to avoid building Doxygen docs from source root.
+ * Don't build Python modules using CMake.
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 14 Jan 2022 19:28:42 +0100
+
+gudhi (3.4.1+dfsg-3) unstable; urgency=medium
+
+ * Add patch to turn sklearn positional args into keyword ones, for
+ compatibility with sklearn 1.0. (Closes: #1002331)
+ * Standards-version 4.6.0.1. No changes needed.
+ * Remove tomato test from blacklist.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 23 Dec 2021 16:37:05 +0100
+
+gudhi (3.4.1+dfsg-2) unstable; urgency=medium
+
+ * Fix watch file.
+ * Rebuild with new version of libhera-dev.
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 18 Aug 2021 09:22:39 +0200
+
+gudhi (3.4.1+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop upstreamed patch for CGAL 5.2.
+ * Drop patch that forces linking with libatomic, it seems no longer to
+ be needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 22 Jan 2021 11:27:48 +0100
+
gudhi (3.4.0+dfsg-2) unstable; urgency=medium
* Add patch to fix building with CGAL 5.2. (Closes: #978191)