Files
bitmap/bitmap.changes
Stefan Dirsch 5fb94d55c9 - update to version 1.1.2
* Improve man page formatting
  * man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
  * LoseSelection: second argument should be pointer, not raw value
  * Handle -Wcast-function-type warnings for functions used as XtActionProcs
  * StripFilename: avoid calling strrchr on NULL filename
  * Clear 10 of 15 -Wsign-compare warnings from gcc 15.1
  * Partial Revert of "fix: warning: assignment discards ‘const’ qualifier..."
  * Partial Revert of "Fix warning: initialization discards ‘const’ qualifier..."
  * Strip trailing whitespace from source files
  * gitlab CI: drop the ci-fairy check-mr job
  * make return obvious
  * Fix: warning: initialization discards ‘const’ qualifier from pointer target type
  * fix: warning: assignment discards ‘const’ qualifier from pointer target type
  * FIX  an other const warning
  * FIX: warning: cast from function call of type ‘double’ to non-matching type ‘short int’
  * FIX: warning: cast from function call of type ‘double’ to non-matching type ‘short int’
  * FIX: warning: assignment discards ‘const’ qualifier from pointer target type
  * Fix: Shadow warning
  * FIX: const warning

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bitmap?expand=0&rev=19
2026-01-25 17:36:42 +00:00

106 lines
4.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Sun Jan 25 17:31:30 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
- update to version 1.1.2
* Improve man page formatting
* man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
* LoseSelection: second argument should be pointer, not raw value
* Handle -Wcast-function-type warnings for functions used as XtActionProcs
* StripFilename: avoid calling strrchr on NULL filename
* Clear 10 of 15 -Wsign-compare warnings from gcc 15.1
* Partial Revert of "fix: warning: assignment discards const qualifier..."
* Partial Revert of "Fix warning: initialization discards const qualifier..."
* Strip trailing whitespace from source files
* gitlab CI: drop the ci-fairy check-mr job
* make return obvious
* Fix: warning: initialization discards const qualifier from pointer target type
* fix: warning: assignment discards const qualifier from pointer target type
* FIX an other const warning
* FIX: warning: cast from function call of type double to non-matching type short int
* FIX: warning: cast from function call of type double to non-matching type short int
* FIX: warning: assignment discards const qualifier from pointer target type
* Fix: Shadow warning
* FIX: const warning
-------------------------------------------------------------------
Sun Feb 4 20:54:56 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to version 1.1.1
* configure: Use AC_SYS_LARGEFILE to enable large file support
* Ensure all *.c files include config.h before any other headers
* atobm, bmtoa, bitmap: Add -help and -version options
* bitmap: Print which option was in error along with usage message
* Remove "All rights reserved" from Oracle copyright notices
-------------------------------------------------------------------
Sun May 1 08:12:18 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- update to version 1.1.0
* Use _CONST_X_STRING to make libXt declare String as const char *
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
* Move bitmaps into a new bitmaps directory
* test: add round-trip-test for atobm & bmtoa
* atobm: accept single character lines
* atobm: close memory leaks
* gitlab CI: stop requiring Signed-off-by in commits
* bitmap: Fix a crash with underspecified dimensions
-------------------------------------------------------------------
Mon Feb 11 11:10:08 UTC 2019 - sndirsch@suse.com
- update to version 1.0.9:
* This release fixes a long standing bug in the bitmap editor
where operations would not work properly when NumLock was on.
-------------------------------------------------------------------
Tue Jan 20 18:47:23 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.0.8:
* Stop memory leak in XmuWriteBitmapDataToFile()
* Stop memory leaks from XtNewString(StripFilename(filename))
* autogen.sh: Honor NOCONFIGURE=1
* configure: Drop AM_MAINTAINER_MODE
* Use '& 7' instead '% 8' to silence clang analyzer warning
* Demacro modernization of NewSList to plug a memory leak during
error handling
* Silence -Wbad-function-cast
* Avoid shadow declarations
* assert to avoid a NULL dereference
* Print which option was in error along with usage message
* config: replace deprecated use of AC_OUTPUT with
AC_CONFIG_FILES
* Use table markup in preference to various low-level
constructions
-------------------------------------------------------------------
Thu Feb 6 11:01:32 UTC 2014 - sndirsch@suse.com
- fixed license to X11 in specfile
-------------------------------------------------------------------
Mon May 20 21:19:50 UTC 2013 - zaitor@opensuse.org
- Update to version 1.0.7:
+ Mark usage() functions as noreturn, as suggested by gcc.
+ Fix genererate typo in bmtoa error messages.
+ Combine usage messages into a single string.
+ bitmap.man: Fix some typos.
+ Fix pixmap leak in error paths of BWGetUnzoomedPixmap.
-------------------------------------------------------------------
Sat Apr 14 19:47:34 UTC 2012 - dimstar@opensuse.org
- Update to version 1.0.6:
+ Code clean-ups.
+ Man page fixes
+ Build system fixes
- Add pkgconfig(xproto) BuildRequires: New dependency.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split bitmap from xorg-x11. Initial version: 1.0.5.