forked from pool/iceauth
* minor bugfix release, including fixes for compiler warnings OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/iceauth?expand=0&rev=15
69 lines
2.5 KiB
Plaintext
69 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 11 01:36:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.10
|
|
* minor bugfix release, including fixes for compiler warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 3 18:52:13 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.9
|
|
* bugfix release
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 16 21:43:24 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 5 14:56:57 UTC 2018 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.8
|
|
* autogen.sh: use quoted string variables
|
|
* autogen: add default patch prefix
|
|
* Add -u & -V options to synopsis in man page
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 30 13:51:31 UTC 2015 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.7:
|
|
+ autogen.sh: Honor NOCONFIGURE=1.
|
|
+ configure: Drop AM_MAINTAINER_MODE.
|
|
+ config: Add missing AC_CONFIG_SRCDIR.
|
|
+ More constification cleanup.
|
|
+ Free old argv array if realloc fails to enlarge it.
|
|
+ Print which option was in error along with usage message.
|
|
+ Add -V flag to print version.
|
|
+ Fix "noexistent" typo in error message.
|
|
+ Actually print command list in usage message.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 1 19:00:30 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.6:
|
|
+ Constify some more string pointers to fix gcc warnings.
|
|
+ Use void * instead of char * for generic pointer arg to DoFunc
|
|
functions.
|
|
+ Mark unused arguments in callback functions to quiet clang
|
|
warnings.
|
|
+ Fix some sign/size conversion warnings from clang.
|
|
+ Add _X_NORETURN attributes suggested by gcc.
|
|
+ Assume signal handlers return void, as C89 requires.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 19:51:30 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.0.5:
|
|
+ auth_finalize: Attempt to rename() if link() fails.
|
|
+ Error out and avoid a call to malloc(0) if given a bad hex
|
|
string.
|
|
+ Man page fixes.
|
|
+ Build system fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split iceauth from xorg-x11. Initial version: 1.0.4.
|
|
|