* gitlab CI: stop requiring Signed-off-by in commits * Print which argument was unknown before giving usage message * Add -help and -version options * Declare usage() as noreturn * Add unused attribute to unused callback arguments * Use intptr_t instead of long for casting between pointers and integers * meson: Add option to build with meson * Improve man page formatting - switch to meson build OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/viewres?expand=0&rev=13
72 lines
2.7 KiB
Plaintext
72 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 19 18:28:06 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.8
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
* Print which argument was unknown before giving usage message
|
|
* Add -help and -version options
|
|
* Declare usage() as noreturn
|
|
* Add unused attribute to unused callback arguments
|
|
* Use intptr_t instead of long for casting between pointers and integers
|
|
* meson: Add option to build with meson
|
|
* Improve man page formatting
|
|
- switch to meson build
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 15 17:18:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.7
|
|
* gitlab CI: add a basic build test
|
|
* man page: remove out-of-date COPYRIGHT section
|
|
* Apply X.Org standard coding style
|
|
* Remove obsolete casts on calloc & malloc calls
|
|
* Variable scope reductions as suggested by cppcheck
|
|
* set_node_labels: move dereference of node to after the NULL check
|
|
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 26 10:15:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.6
|
|
* Update README for gitlab migration
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* Pass -D_CONST_X_STRING to make libXt declare String as const char *
|
|
* Fix -Wsign-compare warnings
|
|
* Fix -Wshadow warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 5 14:54:17 UTC 2018 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.5
|
|
* config: Add missing AC_CONFIG_SRCDIR
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* autogen.sh: use quoted string variables
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 11:17:53 UTC 2014 - sndirsch@suse.com
|
|
|
|
- fixed license to X11 in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 19 10:38:37 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.4:
|
|
+ Eliminate use of tab stops. Helps with structural translation
|
|
to DocBook.
|
|
+ config:
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
|
- Move man pages into their own directory.
|
|
+ man:
|
|
- Replace hard coded man page section with substitution strings
|
|
- Remove trailing spaces and tabs.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split viewres from xorg-x11. Initial version: 1.0.3.
|
|
|