* Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * gitlab CI: add a basic build test * man page: remove out-of-date COPYRIGHT section * Apply scope reduction suggestions from cppcheck * Rename global "poly" to fix gcc -Wshadow warnings * Add cast to clear -Wsign-compare warning OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/ico?expand=0&rev=8
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 31 09:09:39 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
|
|
* man page: remove out-of-date COPYRIGHT section
|
|
* Apply scope reduction suggestions from cppcheck
|
|
* Rename global "poly" to fix gcc -Wshadow warnings
|
|
* Add cast to clear -Wsign-compare warning
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 10:40:38 UTC 2018 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.5
|
|
* autogen.sh changes
|
|
* config: Add missing AC_CONFIG_SRCDIR
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* Combine usage message array into single string
|
|
* Print which option was in error along with usage message
|
|
* Add -version option to print program version
|
|
* Make polygon info const - moves 22k from .data to .rodata
|
|
* Convert icoFatal() to be a varargs function
|
|
* Add -version to synopsis in man page
|
|
* Fix more sign-compare warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 19 09:44:03 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.4:
|
|
+ Fix some 64-bit vs. 32-bit conversion errors.
|
|
+ Mark a couple parameters as unused to silence compiler warnings
|
|
+ Add const qualifiers to fix gcc -Wwrite-strings warnings.
|
|
+ Replace local checks for gcc with _X_NORETURN from
|
|
xproto 7.0.17.
|
|
+ config:
|
|
- Move man pages into their own directory.
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
- Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
|
|
BuildRequires, since this is what configure checks for now.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split ico from xorg-x11. Initial version: 1.0.3.
|
|
|