From fb467e6bca567d0801617a871b1e6e534cd560f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Thu, 27 Apr 2023 16:36:55 +0200 Subject: [PATCH] Add debian changelog. --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6ef0ef0..b2e6d6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +stupan (1.17.2-1) jammy; urgency=medium + + * Add dependency on sqlite-to-cpp. + This greatly helps with magic numbers in the code, and will hopefully + prevent bugs in the future. + * General cleanup of magic numbers and similar + * Add categories to the .desktop files. + * Fix the acquisitions menu. + * Fix acquisitions {not_,}for_sale being mixed up. + * Add clarifying text about money transfers. + * Allow stockcheck sort by column. + * Add program information to program + This makes it easer to check what version is currently running. + It also opens up for automatic database migrations from the next + version and forward. + * Add tableprinter to debian copyright + * Add debian description of package. + * General cleanup. + + -- Hugo Hörnquist <hugo@lysator.liu.se> Thu, 27 Apr 2023 16:24:04 +0200 + stupan (1.17.1-1) jammy; urgency=medium * Allow adding accounts, and adding money to them. -- GitLab