Skip to content

Commit

Permalink
Change log and version bump for release 1.1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Nov 29, 2019
1 parent 36d9ff1 commit a7c3934
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions docs/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
1.1.10: 2019-11-28
New:
- Specify option -q twice to also set configure=errorconsoleonly.
- Allow escaping # as \#.
Improved:
- Auto-detection of non-comment # characters.
- Markdown documentation and manual pages.
Fixed:
- Option -q was ignored in one case.
Dev:
- Fixed 32-bit build script
- Regex compiler error messages.

1.1.9: 2018-11-14
Changed:
- Add menu description file name and line number to error messages.
Fixed:
- Build instructions.

1.1.8: 2018-09-16
New:
- Add option -q(uiet) to keep stdout uncluttered.
Expand Down Expand Up @@ -44,6 +58,7 @@
- Memory leak.
- Missing initialization.
Other minor improvements, fixes and documentation updates.

1.1.4: 2017-01-03
Fix bugs in nested if=/else keywords (legacy code).
Print `--version` even if another instance is running.
Expand All @@ -52,14 +67,19 @@
Allow very long comment lines in scripts.
Display error message box on fatal errors.
Fix buffer overrun (legacy code) and report user error.

1.1.3: 2016-12-25
Improve saving log file in layered filesystem.
Unexport GTK2_RC_FILES.

1.1.2: 2016-10-15
Fix github issue #1.

1.1.1: 2016-09-19
Add "onexit=".

1.1.0: 2016-09-10
First release of forked version by step, see ../README.md.

1.0.0: 2013-01-25
First release by Alan Campbell.
6 changes: 3 additions & 3 deletions source/gtkmenuplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/*
* gtkmenuplus - read a description file and generate a menu.
* version 1.00, 2013-04-24, by Alan Campbell, 2013
* All versions after 1.00 by step, 2016-2018, forked from Alan Campbell's 1.00
* Versions after 1.00 by step, 2016-2019, forked from Alan Campbell's 1.00
*
* based partially on code in myGtkMenu, copyright (C) 2004-2011 John Vorthman
* (https://sites.google.com/site/jvinla/home).
Expand Down Expand Up @@ -80,7 +80,7 @@

#define PARAM_REF_TAG '$'

#define VERSION_TEXT VERSION ", WIP, 2018-11-15"
#define VERSION_TEXT VERSION

#define DEFAULT_CONFIG_FILE "test_menu.txt"

Expand Down Expand Up @@ -170,7 +170,7 @@ const gchar* gl_sHelpMsg =
"\nGtkmenuplus comes with ABSOLUTELY NO WARRANTY"
"\nGNU GPLv2 license applies - see license file COPYING."
"\nCopyright (C) 2013 Alan Campbell - forked from myGtkMenu"
"\nCopyright (C) 2016-2018 step"
"\nCopyright (C) 2016-2019 step"
"\nHome page: " PACKAGE_URL
"\n";
//"\ntest_menu.txt is an example menu_configuration_file.\n"
Expand Down

0 comments on commit a7c3934

Please sign in to comment.