* gitlab CI: stop requiring Signed-off-by in commits * Add missing checks for malloc failure * Call free() instead of XFree() on pointers returned by malloc() * Replace strcpy+strcat calls with snprintf * Accept --help & --version as aliases to -help & -version OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwud?expand=0&rev=10
50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Oct 13 18:26:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.7
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
* Add missing checks for malloc failure
|
|
* Call free() instead of XFree() on pointers returned by malloc()
|
|
* Replace strcpy+strcat calls with snprintf
|
|
* Accept --help & --version as aliases to -help & -version
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 11 13:29:49 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.6
|
|
* Update README for gitlab migration
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* gitlab CI: add a basic build test
|
|
* Build xz tarballs instead of bzip2
|
|
* Added case for window_name_size == 0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 3 14:02:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 10:38:42 UTC 2018 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.5
|
|
* autogen.sh changes
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* Mark Error() argument as const char *
|
|
* Print which option was in error along with usage message
|
|
* Add -version option to print program version
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 15:43:20 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.0.4:
|
|
+ Replace malloc(strlen) + strcpy() with strdup().
|
|
+ Man page fixes.
|
|
+ Build system fixes.
|
|
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xwud from xorg-x11. Initial version: 1.0.3.
|
|
|