65 lines
2.4 KiB
Plaintext
65 lines
2.4 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Sun Oct 13 18:22:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
||
|
- Update to version 1.0.8
|
||
|
* gitlab CI: stop requiring Signed-off-by in commits
|
||
|
* Print which arguments were unknown before giving usage message
|
||
|
* Add -help and -version options
|
||
|
* Clear 9 -Wuseless-cast warnings
|
||
|
* Fix -Wshadow warning for Display argument to Error()
|
||
|
* Fix -Wself-assign warning from clang 13
|
||
|
* Fix -Wmissing-variable-declarations warning from clang 13
|
||
|
* usage: add noreturn attribute
|
||
|
* Quiet 64 -Wunused-parameter warnings from clang 13
|
||
|
* Use double for all floating point numbers, not a mix of double and float
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Jul 12 22:50:55 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
||
|
- Update to version 1.0.7
|
||
|
* Update README for gitlab migration
|
||
|
* Update configure.ac bug URL for gitlab migration
|
||
|
* Fix spelling/wording issues
|
||
|
* gitlab CI: add a basic build test
|
||
|
* Build xz tarballs instead of bzip2
|
||
|
* Use _CONST_X_STRING to make libXt declare String as const char *
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Mar 12 21:55:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- refresh spec file (move license file)
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Apr 24 15:03:47 UTC 2015 - sndirsch@suse.com
|
||
|
|
||
|
- Update to version 1.0.6:
|
||
|
* config: Add missing AC_CONFIG_SRCDIR
|
||
|
* configure: Drop AM_MAINTAINER_MODE
|
||
|
* autogen.sh: Honor NOCONFIGURE=1
|
||
|
* Fix typos & wording issues in source comments
|
||
|
* Convert sprintf to snprintf
|
||
|
* Delete trailing whitespace from *.[ch] files
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Feb 6 10:12:23 UTC 2014 - sndirsch@suse.com
|
||
|
|
||
|
- fixed license to X11 in specfile
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jan 18 21:48:26 UTC 2013 - zaitor@opensuse.org
|
||
|
|
||
|
- Update to version 1.0.5:
|
||
|
+ Use lrint() from math library if available.
|
||
|
+ Remove obsolete ISC support.
|
||
|
+ man: remove trailing spaces and tabs.
|
||
|
+ config:
|
||
|
- Move man pages into their own directory
|
||
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
||
|
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||
|
|
||
|
- Split xmag from xorg-x11. Initial version: 1.0.4.
|
||
|
|