diff --git a/configure.ac b/configure.ac index cafb7c0..cf88e3f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fantable], [1.0.0], []) +AC_INIT([fantable], [1.0.1], []) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AX_CXX_COMPILE_STDCXX_17 diff --git a/debian/changelog b/debian/changelog index d75e0d2..c1e58cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fantable (1.0.1-1) unstable; urgency=medium + + * Waits for nvpmodel.service before saving state.conf file + + -- Giorgio Tropiano Tue, 15 Jun 2021 02:08:13 +0200 + fantable (1.0.0-1) unstable; urgency=medium * Initial release