Stefan Dirsch
6f15a5a956
* Add missing braces around else clause in Read_Quoted() * Fix -Wsign-compare warning in dsimple.c * Fix typo in xprop.man * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=9
57 lines
2.1 KiB
Plaintext
57 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Mar 10 11:51:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.2.4
|
|
* Add missing braces around else clause in Read_Quoted()
|
|
* Fix -Wsign-compare warning in dsimple.c
|
|
* Fix typo in xprop.man
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* Update README for gitlab migration
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 4 16:27:31 UTC 2018 - sndirsch@suse.com
|
|
|
|
- Update to version 1.2.3
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* Print which option was in error along with usage message
|
|
* Add -version option to print program version
|
|
* Free the thunks used by Show_Prop
|
|
* Free the data returned by XListProperties()
|
|
* Free the data returned by XGetWindowProperty()
|
|
* Free the data returned by Format_Icons()
|
|
* autogen.sh: use quoted string variables
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 13 14:58:11 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.2.2:
|
|
+ Mark usage() as noreturn, as suggested by gcc
|
|
-Wmissing-noreturn.
|
|
+ Fix const conversion warnings from gcc.
|
|
+ Add unicode argument to Format_Len_String to reduce code
|
|
duplication.
|
|
+ Replace strlen/malloc/memcpy set with strdup.
|
|
+ Mark FatalError() as taking printf-style arguments.
|
|
+ config: Add missing AC_CONFIG_SRCDIR.
|
|
+ Enable setting property of type UTF8_STRING.
|
|
+ Expand description in README a little.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 16:26:46 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.2.1:
|
|
+ Improves the man page.
|
|
+ Fixes issues found by static code analysis
|
|
+ Other cleanups to the code
|
|
+ Build system fixes.
|
|
- Add pkgconfig(xproto) BuildRequires: New dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xprop from xorg-x11. Initial version: 1.2.0.
|
|
|