Commit Graph

  • 53a6202f96 Accepting request 761357 from graphics Dominique Leuenberger 2020-01-08 18:32:22 +00:00
  • 26348913d3 Accepting request 761285 from home:StefanBruens:branches:graphics Petr Gajdos 2020-01-07 08:37:13 +00:00
  • fa7e7afeee Accepting request 760824 from home:adkorte:branches:graphics Petr Gajdos 2020-01-06 08:24:38 +00:00
  • fcdf293b56 Accepting request 760580 from graphics Dominique Leuenberger 2020-01-05 14:21:21 +00:00
  • 2877ad281d Accepting request 760488 from home:adkorte:branches:graphics Petr Gajdos 2020-01-03 07:06:06 +00:00
  • 4ca2663edb Accepting request 760078 from home:adkorte Petr Gajdos 2020-01-02 09:40:31 +00:00
  • d273f3e2cf Accepting request 741006 from openSUSE:Factory Petr Gajdos 2019-10-18 09:15:43 +00:00
  • 14aadb4555 Accepting request 739216 from home:RBrownSUSE:branches:graphics Petr Gajdos 2019-10-17 12:25:42 +00:00
  • 5f827a1b46 Accepting request 736253 from graphics Dominique Leuenberger 2019-10-11 15:14:24 +00:00
  • c606bcd19e - version update to 1.3.33 * It has been discovered that the 'ICU' library (a perhaps 30MB C++ library) which is now often a libxml2 dependendency causes huge process initialization overhead. This is noticed as unexpected slowness when GraphicsMagick utilities are used to process small to medium sized files. The time to initialize is often longer than the time to read the input file, process the image, and write the output file. If the 'ICU' dependency can not be avoided, then make sure to use the modules build. Please lobby the 'ICU' library developers to change their implementation to avoid long start-up times due to merely linking with the library. * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 353 issues have been opened by oss-fuzz and 338 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. * Documentation has been added regarding security hazards due to commands which support a '@filename' syntax. * MontageImages(): Fix wrong length argument to strlcat() when building montage directory, which could allow heap overwrite. * PNG: Pass correct size value to strlcat() in module registration code. This bug is noticed to cause problems for Apple's OS X and Linux Alpine with musl libc. This fixes a regression introduced by the 1.3.32 release. Petr Gajdos 2019-10-08 15:02:05 +00:00
  • 2890c0768e Accepting request 725043 from graphics Dominique Leuenberger 2019-08-27 13:54:22 +00:00
  • 2d769e0ec0 - drop JPEG2000 support [bsc#1144240] Petr Gajdos 2019-08-21 12:59:45 +00:00
  • f6ae346dc5 Accepting request 715580 from graphics Dominique Leuenberger 2019-07-21 09:28:49 +00:00
  • 6b21b6f4af Accepting request 715549 from home:StefanBruens:branches:graphics Petr Gajdos 2019-07-16 06:28:14 +00:00
  • 2899f436b1 Accepting request 710587 from graphics Dominique Leuenberger 2019-06-24 19:45:33 +00:00
  • a2ad3dc244 * fixes [bsc#1138425] Petr Gajdos 2019-06-18 14:12:24 +00:00
  • b98218a724 - version update to 1.3.32 New Features: * Added support for writing the Braille image format (by Samuel Thibault). * WebP writer: Support WebP 'use_sharp_yuv' option ("if needed, use sharp (and slow) RGB->YUV conversion") via -define webp:use-sharp-yuv=true. * The version command output now reports the OpenMP specification number rather than just the integer version identifier. API Updates: * ReallocateImageColormap() added to re-allocate an existing colormap. * Some improperly-exposed globals are now static as they should have been. * The 'benchmark' command now shows 6 digits (microseconds) of elapsed time indication. * The 'time' command now shows 6 digits (microseconds) of elapsed time indication. * The logging facility now shows 6 digits (microseconds) of time resolulution * Dcraw: When QuantumDepth is greater than 8, pass -6 option to dcraw so that it returns a 16-bit/sample image. * Dcraw: If Dcraw supports TIFF format, then request TIFF format in order to be able to acquire more metatdata. * Scale algorithm: Eliminate artifacts when scaling an image with semi-transparent pixels. * Library metrics: The number of shared library relocations and the amount of initialized data has been signficantly reduced by following recommendations from Ulrich Drepper's document How To Write Shared Libraries <https://akkadia.org/drepper/dsohowto.pdf>_. (Security) Bug Fixes: Petr Gajdos 2019-06-18 08:40:02 +00:00
  • c3b131aeb7 Accepting request 668401 from graphics Dominique Leuenberger 2019-01-25 21:44:56 +00:00
  • b3faaceb44 Accepting request 668292 from home:mgerstner:branches:graphics Petr Gajdos 2019-01-24 16:36:28 +00:00
  • 88a23c8bae - asan_build: build ASAN included - debug_build: build more suitable for debugging Petr Gajdos 2018-12-19 15:59:54 +00:00
  • 5131afb8ca Accepting request 659963 from graphics Dominique Leuenberger 2018-12-19 12:54:11 +00:00
  • 790453a794 - update to 1.3.31: Special Issues: * Firmware and operating system updates to address the Spectre vulnerability (and possibly to some extent the Meltdown vulnerability) have substantially penalized GraphicsMagick's OpenMP performance. Performance is reduced even with GCC 7 and 8's improved optimizers. There does not appear to be anything we can do about this. Petr Gajdos 2018-12-19 10:13:32 +00:00
  • 77a488b548 Accepting request 631020 from graphics Dominique Leuenberger 2018-08-24 15:10:35 +00:00
  • 67501996b5 from delegates.mgk [bsc#1105592] + GraphicsMagick-disable-insecure-coders.patch Petr Gajdos 2018-08-23 06:44:03 +00:00
  • 7f9aed863d OBS-URL: https://build.opensuse.org/package/show/graphics/GraphicsMagick?expand=0&rev=94 Petr Gajdos 2018-08-22 13:42:18 +00:00
  • 375ea74754 - disable PS, PS2, PS3 and PDF coders by default, remove gs calls from delegates.mgk [bsc#1105592] Petr Gajdos 2018-08-22 13:39:07 +00:00
  • 21d6a07f73 Accepting request 627347 from graphics Dominique Leuenberger 2018-08-04 19:54:44 +00:00
  • 990f9fdce2 Accepting request 627341 from home:namtrac:branches:graphics Petr Gajdos 2018-08-03 13:45:38 +00:00
  • 9ec9851c47 Accepting request 611509 from graphics Dominique Leuenberger 2018-05-23 14:09:40 +00:00
  • ab3096046b - update to 1.3.29: * Security Fixes: . GraphicsMagick is now participating in Google's oss-fuzz project . JNG: Require that the embedded JPEG image have the same dimensions as the JNG image as provided by JHDR. Avoids a heap write overflow. . MNG: Arbitrarily limit the number of loops which may be requested by the MNG LOOP chunk to 512 loops, and provide the '-define mng:maximum-loops=value' option in case the user wants to change the limit. This fixes a denial of service caused by large LOOP specifications. * Bug fixes: . DICOM: Pre/post rescale functions are temporarily disabled (until the implementation is fixed). . JPEG: Fix regression in last release in which reading some JPEG files produces the error "Improper call to JPEG library in state 201". . ICON: Some DIB-based Windows ICON files were reported as corrupt to an unexpectedly missing opacity mask image. . In-memory Blob I/O: Don't implicitly increase the allocation size due to seek offsets. . MNG: Detect and handle failure to allocate global PLTE. Fix divide by zero. . DrawGetStrokeDashArray(): Check for failure to allocate memory. . BlobToImage(): Now produces useful exception reports to cover the cases where 'magick' was not set and the file format could not be deduced from its header. * API Updates: . Wand API: Added MagickIsPaletteImage(), MagickIsOpaqueImage(), MagickIsMonochromeImage(), MagickIsGrayImage(), MagickHasColormap() based on contributions by Troy Patteson. Petr Gajdos 2018-05-23 08:47:51 +00:00
  • f01368cdda Accepting request 578445 from graphics Dominique Leuenberger 2018-02-21 13:12:35 +00:00
  • 5fe1835863 Accepting request 578443 from home:elvigia:branches:graphics Petr Gajdos 2018-02-20 18:31:45 +00:00
  • c4069df18a Accepting request 571349 from graphics Dominique Leuenberger 2018-01-31 18:54:13 +00:00
  • 3cdbc0e13f - upate to 1.3.28: * Security Fixes: BMP: Fix non-terminal loop due to unexpected bit-field mask value (DOS opportunity). PALM: Fix heap buffer underflow in builds with QuantumDepth=8. SetNexus() Fix heap overwrite under certain conditions due to using a wrong destination buffer. This issue impacts all 1.3.X releases. TIFF: Fix heap buffer read overflow in LocaleNCompare() when parsing NEWS profile. * Bug fixes: DescribeImage(): Eliminate possible use of null pointer. GIF: Fix memory leak of global colormap in error path. GZ: Writing to gzip files with the extension ".gz" was not working with Zlib 1.2.8. JNG: Fix buffer read overflow (a tiny fixed overflow of just one byte). JPEG: Promoting certain libjpeg warnings to errors caused much more problems than expected. The promotion of warnings to errors is removed. Claimed pixel dimensions are validated by file size before allocating memory for the pixels. IntegralRotateImage(): Assure that reported error in rotate by 270 case does immediately terminate processing. MNG: Fix possible null pointer reference related to DEFI chunk parsing. Fix minor heap read overflow (constrained to just one byte) due to an ordering issue in a limit check. Fix memory leaks in error path. WebP: Fix stack buffer overflow in WriteWEBPImage() which occurs with libwebp 0.5.0 or newer due to a structure type Petr Gajdos 2018-01-24 10:39:55 +00:00
  • 3ac4836c26 Accepting request 563347 from graphics Dominique Leuenberger 2018-01-13 20:46:52 +00:00
  • 6a54fe77bd - added GraphicsMagick-release-date-missing-quote.patch Petr Gajdos 2018-01-10 15:21:04 +00:00
  • ebf1841f62 * Behavior Changes: . PALM: PALM writer is disabled. . ThrowLoggedException(): Capture the first exception at ErrorException level or greater, or only capture exception if it is more severe than an already reported exception. . DestroyJNG(): This internal function is now declared static and is removed from shared library or DLL namespace. Petr Gajdos 2018-01-10 12:13:38 +00:00
  • b5771c28a6 - update to 1.3.27: * New Features: . PNG: Implemented eXIf chunk support. . WEBP: Add support for EXIF and ICC metadata provided that at least libwebp 0.5.0 is used. . Magick++ Image autoOrient(): New Image method to auto-orient an image so it looks right-side up by default. * lot of security and other bug fixes, see https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.27/ Petr Gajdos 2018-01-10 11:55:40 +00:00
  • 35c25a8bc6 Accepting request 533625 from graphics Dominique Leuenberger 2017-10-16 23:51:40 +00:00
  • 20f11a7d7f - builds for sle11 Petr Gajdos 2017-10-05 09:41:06 +00:00
  • 39ec746213 Accepting request 523017 from graphics Dominique Leuenberger 2017-09-12 17:54:29 +00:00
  • 014a7dff6c - fix perl bindings + GraphicsMagick-perl-linkage.patch from fedora - turn on perl test suite Petr Gajdos 2017-09-11 10:07:49 +00:00
  • cfb74e684d Accepting request 512706 from graphics Dominique Leuenberger 2017-07-27 09:13:06 +00:00
  • e816b4e580 Accepting request 512369 from home:jengelh:branches:graphics OBS User mrdocs 2017-07-26 21:36:55 +00:00
  • 479cb409da Accepting request 511779 from graphics Dominique Leuenberger 2017-07-21 20:50:45 +00:00
  • 44c6d93f08 Accepting request 511776 from home:scarabeus_iv:branches:graphics Petr Gajdos 2017-07-21 09:20:56 +00:00
  • 7f31e3c2e0 Accepting request 507403 from graphics Dominique Leuenberger 2017-07-01 12:06:12 +00:00
  • 7e1f64f822 * GraphicsMagick-CVE-2017-8350.patch Petr Gajdos 2017-06-30 15:45:04 +00:00
  • 6eb8c8d440 - complementary fix for CVE-2017-8350 [bsc#1036985 c13-c21] Petr Gajdos 2017-06-26 07:05:10 +00:00
  • a91ff2cde1 Accepting request 430385 from graphics Dominique Leuenberger 2016-09-27 11:45:12 +00:00
  • 4424d2fd52 - update to 1.3.25: * EscapeParenthesis(): I was notified by Gustavo Grieco of a heap overflow in EscapeParenthesis() used in the text annotation code. While not being able to reproduce the issue, the implementation of this function is completely redone. * Utah RLE: Reject truncated/absurd files which caused huge memory allocations and/or consumed huge CPU. Problem was reported by Agostino Sarubbo based on testing with AFL. * SVG/MVG: Fix another case of CVE-2016-2317 (heap buffer overflow) in the MVG rendering code (also impacts SVG). * TIFF: Fix heap buffer read overflow while copying sized TIFF attributes. Problem was reported by Agostino Sarubbo based on testing with AFL. Petr Gajdos 2016-09-26 09:02:48 +00:00
  • 28bfbbe82c Accepting request 404230 from graphics Dominique Leuenberger 2016-06-25 00:23:18 +00:00
  • bc4200ba37 Accepting request 404225 from home:msmeissn:branches:graphics Petr Gajdos 2016-06-23 12:05:51 +00:00
  • b918e1080d Accepting request 401607 from graphics Dominique Leuenberger 2016-06-14 21:08:15 +00:00
  • abe5a663ad - updated to 1.3.24: * many security related changes (incl. CVE-2016-5118), see ChangeLog - removed patches: * GraphicsMagick-CVE-2016-5118.patch * GraphicsMagick-upstream-delegates-safer.patch * GraphicsMagick-upstream-disable-mvg-ext.patch * GraphicsMagick-upstream-disable-tmp-magick-prefix.patch * GraphicsMagick-upstream-image-sanity-check.patch Petr Gajdos 2016-06-06 09:51:17 +00:00
  • add2c09124 Accepting request 398980 from graphics Dominique Leuenberger 2016-05-31 10:25:22 +00:00
  • 8496faaf21 - security update: * CVE-2016-5118 [bsc#982178] + GraphicsMagick-CVE-2016-5118.patch Petr Gajdos 2016-05-30 14:34:25 +00:00
  • 9c84c962c8 Accepting request 394623 from graphics Dominique Leuenberger 2016-05-12 07:33:33 +00:00
  • 665f2da310 Accepting request 394457 from home:simotek:branches:graphics Ismail Dönmez 2016-05-10 08:55:46 +00:00
  • 1587493647 Accepting request 343075 from graphics Dominique Leuenberger 2015-11-10 09:03:35 +00:00
  • 256a660824 Accepting request 342993 from home:Dmitry_R:branches:graphics Ismail Dönmez 2015-11-09 06:48:50 +00:00
  • 63b243b472 Accepting request 336670 from graphics Dominique Leuenberger 2015-10-06 14:37:28 +00:00
  • af485d130e Accepting request 336597 from home:Dmitry_R:branches:graphics Ismail Dönmez 2015-10-06 09:15:01 +00:00
  • 6dbe9415b1 Accepting request 292395 from graphics Dominique Leuenberger 2015-03-25 20:04:58 +00:00
  • 2cf7ed2a4d Accepting request 292215 from home:Dmitry_R:branches:graphics Petr Gajdos 2015-03-23 07:43:20 +00:00
  • c7397e7b82 Accepting request 250581 from graphics Stephan Kulow 2014-09-22 09:11:27 +00:00
  • 92a1d103d8 Accepting request 250103 from home:Dmitry_R:branches:graphics Petr Gajdos 2014-09-22 05:56:09 +00:00
  • 3ea30e6f07 Accepting request 249872 from home:Dmitry_R:branches:graphics OBS User mrdocs 2014-09-17 19:26:56 +00:00
  • 8592d662c5 Accepting request 249864 from graphics Stephan Kulow 2014-09-17 15:27:04 +00:00
  • cddcfaf075 Accepting request 249517 from home:Dmitry_R:branches:graphics OBS User mrdocs 2014-09-17 00:05:37 +00:00
  • 0ac2021ba2 Accepting request 249052 from graphics Stephan Kulow 2014-09-15 15:41:09 +00:00
  • 36adad59cc Accepting request 249043 from home:Dmitry_R:branches:graphics Marcus Meissner 2014-09-13 11:13:46 +00:00
  • 96f893a8bc Accepting request 223792 from graphics Stephan Kulow 2014-02-26 05:58:05 +00:00
  • d394dc0645 Accepting request 223789 from home:Dmitry_R:branches:graphics Petr Gajdos 2014-02-25 09:25:01 +00:00
  • 75ed1726a2 Accepting request 213294 from graphics Stephan Kulow 2014-01-13 11:01:18 +00:00
  • 123ee7760c - updated to 1.3.19: * EPT: Fix crash observed when Ghostscript fails to produce useful output. This was particularly noticeable when Ghostscript was not installed. This crash could be used to cause denial of service. * PNG: With libpng 1.6.X, avoid a crash while copying a PNG with a "known incorrect ICC profile". This crash could be used to cause denial of service. * etc. see NEWS.txt Petr Gajdos 2014-01-02 10:03:10 +00:00
  • 9c5d1d663f Accepting request 183135 from graphics Stephan Kulow 2013-07-16 13:29:53 +00:00
  • 44f4401323 - set quantum depth to 16 [bnc#828380] Petr Gajdos 2013-07-15 13:43:01 +00:00
  • d92e0a94a3 Accepting request 159929 from graphics Stephan Kulow 2013-03-20 10:37:46 +00:00
  • 8088375f20 - updated to 1.3.18: * Due to GCC bug 53967_, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug. * Fixed bug with format substitutions if input string ends with a single '%'. * BMP: Fixed an old bug with decoding chromaticity primaries. * PNG: Fixed reading of interlaced images. Fix reading of sub-8-bit palette and grayscale images. Some PNG sub-formats were written incorrectly. Fix crash in PNG8 writer if image colors happened to be non-zero but image was not actually colormapped. * PNG: Configure script now also searches for libpng versions 16 and 17. * TIFF: Fix a crash which was noticed when writing RGBA separated (planar) format. * --enable-symbol-prefix was not prefixing all of the C symbols. Some core C library functions were not prefixed. This option applies to the Wand library API as well now. * C API: When input is from a user-provided file descriptor, the file position is restored after reading the file header bytes. Previously the file position was rewound to the beginning of the file. This allows reading embedded image data from the current offset in a file, and allows continuing to use the stream after GraphicsMagick has returned the image. * C API: It is now possible to invoke CloseBlob() multiple times. Petr Gajdos 2013-03-12 07:15:47 +00:00
  • 7a728dae9e Accepting request 138978 from graphics Stephan Kulow 2012-10-23 17:36:32 +00:00
  • 429e656563 - updated to 1.3.17: * PNG: Fix for CVE-2012-3438. The Magick_png_malloc function in coders/png.c in GraphicsMagick 6.7.8-6 does not use the proper variable type for the allocation size, which might allow remote attackers to cause a denial of service (crash) via a crafted PNG file that triggers incorrect memory allocation. * PNG: Reading sub-8-bit palette images is fixed (images looked stretched). * SVG: Fixed bug which allowed MVG and SVG files with long vector paths to crash the software. * SVG: Ignore XML headers rather than rendering them as text. * MVG/SVG/WMF/-draw: It is now possible to draw a plain ',' character. * etc., see NEWS.txt Petr Gajdos 2012-10-15 07:18:46 +00:00
  • 1be2babb8b - fixed PerlMagick/Makefile.PL.in [bnc#771540] Petr Gajdos 2012-07-31 09:22:25 +00:00
  • 4332ef40eb - updated to 1.3.16: Security Fixes: * Don't translate 'comment' and 'label' attributes if the request is made while a file is being read. Only translate such attributes if they come from the command line or API user. Bug fixes: * SWT: SWT reader suffered from a number of implementation errors which caused it not to work any more. Works again. * XBM: Fix memory leak observed when reading file in 'ping' mode. * Support -trim on images which use a consistent (single color) transparent background. In this case, trim is done based on opacity rather than foreground color. * Include <sys/types.h> in order to assure that 'size_t' and 'ssize_t' are declared. This is necessary since MagickExtentImage() uses these types as part of its definition. * +repage was not working because parser was insisting that it should include an argument. (i.e. multiplying rather than dividing). * PerlMagick: Fix compilation with Perl 5.16. * PingBlob(): PingBlob was not working for all cases. Is now based on BlobToImage() for assured reliability. Feature improvements: * MAT: Animated movies inside 4D matrices are loaded now. * PDF: File base name is used as the document title. * PNG: Fix issues observed specifically with libpng 1.5.10. Performance Improvements: * Pixel iterators should be more efficient now if the image uses a file-backed cache. * Motion blur algorithm does scale well as cores are added so include OpenMP support for it by default. Petr Gajdos 2012-06-25 08:31:12 +00:00
  • 4f273f2150 Accepting request 123440 from graphics Stephan Kulow 2012-06-05 13:31:36 +00:00
  • dd8e9b76b7 - added PerlMagick/typemap to build module with perl 5.16; to be removed for 1.4.0 Petr Gajdos 2012-06-04 08:57:00 +00:00
  • fdd759e3f4 Accepting request 116245 from graphics Stephan Kulow 2012-05-08 09:14:34 +00:00
  • 991c1d7783 - updated to 1.3.15: Bug fixes: * PNG - fixed problem with bit depth when the encoder decides to write RGBA instead of indexed PNG. * Fixed some temporary file leaks which were caused by the temporary file name being automatically extended to include a scene number, and therefore fail to be deleted. New Features: * Added '+noise random' and '-operator noise-random' to 'convert' and 'mogrify'. This modulates the existing image data with uniformely random noise. * Added -strip option in composite, convert, mogrify, and montage to remove all profiles and text attributes from the image. * Added -repage option to composite, convert, mogrify, and montage subcommands to reset or adjust the current image page offsets based on a provided geometry specification. * New C function StripImage() to remove all profiles and text attributes from the image. * New C function ResetImagePage() to adjust the current image page canvas and position based on a relative page specification. * C functions GenerateDifferentialNoise(), AddNoiseImageChannel(), QuantumOperatorRegionImage(), AddNoiseImage() updated to support RandomNoise enumeration. * New C++ Image method strip(), and unary function stripImage() to remove all profiles and text attributes from the image. * XCF format now respects image subimage and subrange members so that returned image layers may be selected. * The INFO coder (e.g. output file "info:-") now respects the -format option so that its output may be adjusted identically to how -format works for 'identify'. Petr Gajdos 2012-05-02 09:02:22 +00:00
  • 5141ccb7e8 Accepting request 107114 from graphics Stephan Kulow 2012-02-27 17:33:58 +00:00
  • 00dc9f35c1 - updated to 1.3.14: Bug fixes: * TGA format: Assume that 32-bit TGA files have an alpha channel, even if they are not marked as such. * XCF format: Fix reading XCF which is comprised of different sized layers. * JPEG & CineonLog: Convert RGB-compatible colorspaces (e.g. CineonLog) to RGB by default since that was the case prior to release 1.3.13. * RAW formats: Small memory leak in dcraw module was fixed. * Resize: ResizeImage() was ignoring its resize filter argument and was using the filter setting from the Image structure instead. * The mirror virtual pixel method was broken. New Features: * Open64 Compiler Suite: Version 5.0 is fully supported. * Wand API: Added MagickExtentImage(). * MEF RAW: Mamiya Photo RAW "MEF" format is now supported. Feature improvements: * DPX format: Original file endianness is preserved by default. Performance Improvements: * Despeckle algorithm (-despeckle) is many times faster. Behavior Changes: * DPX format: Original file endianness is preserved by default. Petr Gajdos 2012-02-27 08:21:33 +00:00
  • d28b7041a7 Accepting request 98271 from graphics Stephan Kulow 2011-12-27 17:13:20 +00:00
  • 9b560ec5d4 OBS-URL: https://build.opensuse.org/package/show/graphics/GraphicsMagick?expand=0&rev=26 Petr Gajdos 2011-12-27 10:33:32 +00:00
  • 52de9f274b - disabled perl.patch Petr Gajdos 2011-12-27 09:34:17 +00:00
  • fcfcc5730f - updated to 1.3.13: * In I/O blob, don't rewind already open file handle passed to OpenBlob() since we don't know the intended state of this file handle, and because it prevents appending to an existing file. * In AppendImageProfile(), don't leak profile buffer while appending a chunk to an existing profile. * Fix deadlock in ClonePixelCache() which was caused by using the same semaphore pointer in the source and destination images. * etc. see NEWS.txt Petr Gajdos 2011-12-27 09:33:21 +00:00
  • 5ff9f2fd5c replace license with spdx.org variant Stephan Kulow 2011-12-06 17:16:08 +00:00
  • 6c0188201e Autobuild autoformatter for 66791 Sascha Peilicke 2011-04-11 11:21:16 +00:00
  • f620e232db Accepting request 66791 from graphics Sascha Peilicke 2011-04-11 11:21:07 +00:00
  • e859df4fb5 - removed dependency of devel packages on the main package [bnc#685755] Petr Gajdos 2011-04-11 09:21:53 +00:00
  • d04b0f40bd Autobuild autoformatter for 56607 Ruediger Oertel 2010-12-28 22:51:43 +00:00
  • def83e00c8 Accepting request 56607 from home:Ansus Ruediger Oertel 2010-12-28 22:51:39 +00:00