forked from pool/xclipboard
Stefan Dirsch
63d1030407
* gitlab CI: stop requiring Signed-off-by in commits * Fix -Wbad-function-cast warnings from casting Atom to void * * Handle -Wdiscarded-qualifiers warnings for XawTextBlock ptr * gitlab CI: Update build container contents * NewClip: error out if failed to allocate memory for new ClipRec OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xclipboard?expand=0&rev=9
59 lines
2.3 KiB
Plaintext
59 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 27 08:01:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.5
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
* Fix -Wbad-function-cast warnings from casting Atom to void *
|
|
* Handle -Wdiscarded-qualifiers warnings for XawTextBlock ptr
|
|
* gitlab CI: Update build container contents
|
|
* NewClip: error out if failed to allocate memory for new ClipRec
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 11 12:07:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.4:
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* 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
|
|
* Use _CONST_X_STRING to make libXt declare String as const char *
|
|
* Fix another -Wdiscarded-qualifiers warning
|
|
* Fix a -Wformat-truncation warning
|
|
* NewCurrentClipContents: fix a -Wnull-dereference warning
|
|
* NewClip: use calloc instead of manually setting values to 0 after malloc
|
|
* autogen.sh: use quoted string variables
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 20:09:30 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.1.3:
|
|
+ Fix some size/sign conversion warnings from clang.
|
|
+ Delete trailing whitespace from source files.
|
|
+ Replace malloc(strlen)+strcpy with strdup.
|
|
+ Convert last sprintf to snprintf.
|
|
+ Rename state argument to SetButton to not shadow global state
|
|
variable.
|
|
+ Mark Quit functions as _X_NORETURN, as suggested by
|
|
-Wmissing-noreturn.
|
|
+ Don't rely on being able to set tab stops.
|
|
- Add pkgconfig(xproto) BuildRequires, new dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 22:43:49 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.1.2:
|
|
+ xclipboard: avoid overflow crash when building labels
|
|
(lp#792642)
|
|
+ Change resource to better position Accept/Cancel (fdo#17364)
|
|
+ Build system fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xclipboard from xorg-x11. Initial version: 1.1.1.
|
|
|