aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-04-08 12:02:47 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-04-08 12:02:47 +0200
commit2bb2f321c64b903b6e4b5c581d79602632c851c5 (patch)
tree1c77118e35bd61f904ad43f32da37e25c003e07a
parentde33725f77591fac4988789a6409bb9c25667be1 (diff)
downloadayatana-ido-main.tar.gz
ayatana-ido-main.tar.bz2
ayatana-ido-main.zip
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog14
-rw-r--r--NEWS6
-rw-r--r--debian/changelog7
4 files changed, 27 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e1e84a..24fa0cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,7 +52,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS})
# Set global variables
include(GNUInstallDirs)
-set(PROJECT_VERSION "0.10.1")
+set(PROJECT_VERSION "0.10.2")
# Make everything
diff --git a/ChangeLog b/ChangeLog
index ef7356a..ce8c832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
+2024-04-08 Mike Gabriel
+
+ * release 0.10.2 (HEAD -> main, tag: 0.10.2)
+ * Merge branch 'tari01-pr/expand-scale' (de33725f)
+
+2024-04-04 Robert Tari
+
+ * src/idoscalemenuitem.c: Add new functionality via the digits and
+ marks parameters (451a9efb)
+ * src/idoscalemenuitem.c: Make page increment same as step increment
+ (87715f3f)
+
2023-08-24 Mike Gabriel
- * release 0.10.1 (HEAD -> main, tag: 0.10.1)
+ * release 0.10.1 (13402a2c) (tag: 0.10.1)
* COPYING: Symlink to COPYING.GPL-3, the licensed used by the
majority of code files. (c9bfd1b5)
* Rename COPYING to COPYING.GPL-3 and use Debian's version of it.
diff --git a/NEWS b/NEWS
index af7e1ad..4344ab0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in ayatana-ido 0.10.2
+
+ - src/idoscalemenuitem.c: Make page increment same as step increment.
+ - src/idoscalemenuitem.c: Add new functionality via the digits and
+ marks parameters.
+
Overview of changes in ayatana-ido 0.10.1
- src/idoalarmmenuitem.c: Do not free non memory-allocated variable
diff --git a/debian/changelog b/debian/changelog
index 07a4914..fdf5b1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-ido (0.10.2-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-ido.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 08 Apr 2024 12:01:46 +0200
+
ayatana-ido (0.10.1-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-ido.