aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-22 22:34:39 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-22 22:34:39 +0200
commitcbe23b7bb6dc42563cc6438d394e31ed7d1b4530 (patch)
treeab492532daf413f87d7d8da51155e65fe5b19024
parent2d103ed4546c79d7d4b5233a4bebf93809920674 (diff)
downloadlogdiag-0.2.1.tar.gz
logdiag-0.2.1.tar.xz
logdiag-0.2.1.zip
Bump version, update NEWSv0.2.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2745f6..cdeff64 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
# The last version with Windows XP support is 3.13, we want to keep that
cmake_minimum_required (VERSION 3.9)
-project (logdiag VERSION 0.2.0 LANGUAGES C)
+project (logdiag VERSION 0.2.1 LANGUAGES C)
# Options
option (OPTION_USE_VERA "Use vera++ for source code style checks" OFF)
diff --git a/NEWS b/NEWS
index c7ff9f8..4145f0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 0.2.1
+ - Set up grounds for 64-bit Windows builds using the latest GTK+ 3.
+ - Made the Windows installer ask to uninstall previous versions first.
+ - Worked around a mysterious recent GTK+ bug with symbol dragging.
+ - Put a default filename in the save dialog, ensuring a file extension.
+
Version 0.2.0
- Added a library pane instead of a toolbar.
- Added scrolling using the middle mouse button.