diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.12 | 2 | Changes for 0.9.12 |
3 | *05/01/20: | ||
4 | * Close #1105048 (thanx to the openbsd-folks) | ||
5 | minor issues with fluxbox-generate_menu | ||
6 | * Close #1105041 (thanx to the openbsd-folks) | ||
7 | execl needs NULL termination, on 64-bit-systems '0' would expand | ||
8 | expand to a 32bit integer, not a 64bit pointer. | ||
9 | src/FbCommands.cc util/fbrun/FbRun.cc | ||
3 | *05/01/15: | 10 | *05/01/15: |
4 | * Added menutest.cc to src/tests (Henrik) | 11 | * Added menutest.cc to src/tests (Henrik) |
5 | testing menu parser and theme | 12 | testing menu parser and theme |