Bump version, update NEWS
This commit is contained in:
parent
2d103ed454
commit
cbe23b7bb6
|
@ -1,6 +1,6 @@
|
||||||
# The last version with Windows XP support is 3.13, we want to keep that
|
# The last version with Windows XP support is 3.13, we want to keep that
|
||||||
cmake_minimum_required (VERSION 3.9)
|
cmake_minimum_required (VERSION 3.9)
|
||||||
project (logdiag VERSION 0.2.0 LANGUAGES C)
|
project (logdiag VERSION 0.2.1 LANGUAGES C)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
option (OPTION_USE_VERA "Use vera++ for source code style checks" OFF)
|
option (OPTION_USE_VERA "Use vera++ for source code style checks" OFF)
|
||||||
|
|
6
NEWS
6
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
|
Version 0.2.0
|
||||||
- Added a library pane instead of a toolbar.
|
- Added a library pane instead of a toolbar.
|
||||||
- Added scrolling using the middle mouse button.
|
- Added scrolling using the middle mouse button.
|
||||||
|
|
Loading…
Reference in New Issue