* Print which arguments were unknown before giving usage message * Add -help and -version options * Mark Syntax() with noreturn attribute * Clear up 17 -Wunused-parameter warnings from clang 13 * Fix -Wextra-semi-stmt from donestr() macro * Use struct initializers * Handle -Wsign-compare warning in Syntax() * Add -help and -version to man page and usage output * Fix up copyright & license notices in COPYING & xlogo.c OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xlogo?expand=0&rev=11
56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Nov 14 02:17:49 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.7
|
|
* Print which arguments were unknown before giving usage message
|
|
* Add -help and -version options
|
|
* Mark Syntax() with noreturn attribute
|
|
* Clear up 17 -Wunused-parameter warnings from clang 13
|
|
* Fix -Wextra-semi-stmt from donestr() macro
|
|
* Use struct initializers
|
|
* Handle -Wsign-compare warning in Syntax()
|
|
* Add -help and -version to man page and usage output
|
|
* Fix up copyright & license notices in COPYING & xlogo.c
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 13 20:32:20 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.6
|
|
* gitlab CI: add a basic build test
|
|
* configure: make --with-render help string match the accepted option name
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
* Use _CONST_X_STRING to make libXt declare String as const char *
|
|
* Fix -Wmissing-field-initializers warning
|
|
* Add configure check and --with-xkb option for use of XkbStdBell
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 3 14:43:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 4 13:35:40 UTC 2019 - Fabian Baumanis <fabian.baumanis@suse.com>
|
|
|
|
- Update to version 1.0.5:
|
|
This release fixes a bug in which you had to hit "q" then "Escape" to exit,
|
|
and collects several years worth of janitorial maintenance.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 10:24:51 UTC 2014 - sndirsch@suse.com
|
|
|
|
- fixed license to X11 in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 20:39:11 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.0.4:
|
|
+ Require xt >= 1.0 for appdefaultdir.
|
|
+ Build system fixes.
|
|
+ Bugs fixed: fdo#37237, fdo#31645
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xlogo from xorg-x11. Initial version: 1.0.3.
|
|
|