GraphicsMagick Commits | 2 Jun 2012 16:58
Picon

GraphicsMagick: Add typemap file needed to build PerlMagick unde...

changeset a1f0802c146b in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=a1f0802c146b
summary: Add typemap file needed to build PerlMagick under Perl 5.16.

diffstat:

 ChangeLog                              |  6 ++++++
 PerlMagick/MANIFEST                    |  5 +++++
 PerlMagick/typemap                     |  1 +
 VisualMagick/installer/inc/version.isx |  4 ++--
 magick/version.h                       |  4 ++--
 www/Changelog.html                     |  8 ++++++++
 6 files changed, 24 insertions(+), 4 deletions(-)

diffs (101 lines):

diff -r 0645ba1a3c0a -r a1f0802c146b ChangeLog
--- a/ChangeLog	Wed May 23 20:56:46 2012 -0500
+++ b/ChangeLog	Sat Jun 02 09:58:48 2012 -0500
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2012-06-02  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>
+
+	* PerlMagick/typemap: Add typemap file needed by Perl 5.16.
+	Resolves SourceForge issue 3531512 "PerlMagick does not build with
+	perl 5.16".
+
 2012-05-23  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>

 	* magick/command.c (ConvertImageCommand): +repage does not require
diff -r 0645ba1a3c0a -r a1f0802c146b PerlMagick/MANIFEST
(Continue reading)

GraphicsMagick Commits | 3 Jun 2012 18:19
Picon

GraphicsMagick: Added new function GetBlobIsOpen(). SetImageAttr...

changeset 66c5296d01e7 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=66c5296d01e7
summary: Added new function GetBlobIsOpen(). SetImageAttribute() does not translate comment and label
string if blob is open.

diffstat:

 ChangeLog                              |  12 ++++++++++++
 VisualMagick/installer/inc/version.isx |   4 ++--
 magick/attribute.c                     |  20 +++++++++++++-------
 magick/blob.c                          |  33 +++++++++++++++++++++++++++++++++
 magick/blob.h                          |   5 +++++
 magick/version.h                       |   4 ++--
 www/Changelog.html                     |  13 +++++++++++++
 www/api/attribute.html                 |   3 +++
 8 files changed, 83 insertions(+), 11 deletions(-)

diffs (180 lines):

diff -r a1f0802c146b -r 66c5296d01e7 ChangeLog
--- a/ChangeLog	Sat Jun 02 09:58:48 2012 -0500
+++ b/ChangeLog	Sun Jun 03 11:19:05 2012 -0500
 <at>  <at>  -1,3 +1,15  <at>  <at> 
+2012-06-03  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>
+
+	* magick/attribute.c (SetImageAttribute): Don't translate
+	'comment' and 'label' attributes if the request is made while a
+	file is being read.  This is a temporary workaround until there is
+	opportunity to modify the architecture so that there is a clear
+	split between user-provided settings and values obtained from the
(Continue reading)

GraphicsMagick Commits | 6 Jun 2012 17:38
Picon

GraphicsMagick: 2 new changesets

changeset cb900af2076a in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=cb900af2076a
summary: Ignore APNG chunks even if libpng was built with the "APNG patch".

changeset 5926f9eea92f in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=5926f9eea92f
summary: Disable new libpng-1.5.10 test for invalid palette index.

diffstat:

 ChangeLog    |  10 ++++++++++
 coders/png.c |  17 +++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 0645ba1a3c0a -r 5926f9eea92f ChangeLog
--- a/ChangeLog	Wed May 23 20:56:46 2012 -0500
+++ b/ChangeLog	Wed Jun 06 10:34:49 2012 -0500
 <at>  <at>  -1,3 +1,13  <at>  <at> 
+2012-06-06  Glenn Randers-Pehrson  <glennrp <at> simplesystems.org> 
+
+	* coders/png.c: Disable new libpng-1.5.10 test for invalid palette
+	index.
+
+2012-05-29  Glenn Randers-Pehrson  <glennrp <at> simplesystems.org> 
+
+	* coders/png.c: Ignore APNG chunks even if we are using a libpng
+	that was built with the "APNG patch".
+
(Continue reading)

GraphicsMagick Commits | 7 Jun 2012 03:11
Picon

GraphicsMagick: Merge heads

changeset 6f8490d0aa20 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=6f8490d0aa20
summary: Merge heads

diffstat:

 ChangeLog                              |  10 ++++++++++
 VisualMagick/installer/inc/version.isx |   4 ++--
 coders/png.c                           |  17 +++++++++++++++++
 magick/version.h                       |   4 ++--
 www/Changelog.html                     |  14 ++++++++++++++
 5 files changed, 45 insertions(+), 4 deletions(-)

diffs (121 lines):

diff -r 66c5296d01e7 -r 6f8490d0aa20 ChangeLog
--- a/ChangeLog	Sun Jun 03 11:19:05 2012 -0500
+++ b/ChangeLog	Wed Jun 06 20:11:01 2012 -0500
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2012-06-06  Glenn Randers-Pehrson  <glennrp <at> simplesystems.org> 
+
+	* coders/png.c: Disable new libpng-1.5.10 test for invalid palette
+	index.
+
 2012-06-03  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>

 	* magick/attribute.c (SetImageAttribute): Don't translate
 <at>  <at>  -16,6 +21,11  <at>  <at> 
 	Resolves SourceForge issue 3531512 "PerlMagick does not build with
 	perl 5.16".
(Continue reading)

GraphicsMagick Commits | 7 Jun 2012 13:24
Picon

GraphicsMagick: Allow the libpng-1.5.10 check for invalid PLTE w...

changeset aab86f5baef7 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=aab86f5baef7
summary: Allow the libpng-1.5.10 check for invalid PLTE when writing a PNG but not

diffstat:

 ChangeLog    |   4 ++--
 coders/png.c |  11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 6f8490d0aa20 -r aab86f5baef7 ChangeLog
--- a/ChangeLog	Wed Jun 06 20:11:01 2012 -0500
+++ b/ChangeLog	Thu Jun 07 06:24:09 2012 -0500
 <at>  <at>  -1,7 +1,7  <at>  <at> 
-2012-06-06  Glenn Randers-Pehrson  <glennrp <at> simplesystems.org> 
+2012-06-07  Glenn Randers-Pehrson  <glennrp <at> simplesystems.org> 

 	* coders/png.c: Disable new libpng-1.5.10 test for invalid palette
-	index.
+	index when reading a PNG or MNG, or when writing a MNG.

 2012-06-03  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>

diff -r 6f8490d0aa20 -r aab86f5baef7 coders/png.c
--- a/coders/png.c	Wed Jun 06 20:11:01 2012 -0500
+++ b/coders/png.c	Thu Jun 07 06:24:09 2012 -0500
 <at>  <at>  -6373,14 +6373,15  <at>  <at> 
     Prepare PNG for writing.
(Continue reading)

GraphicsMagick Commits | 7 Jun 2012 13:26
Picon

GraphicsMagick: Updated ChangeLog entry with reasons for how we ...

changeset 12f170725f0d in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=12f170725f0d
summary: Updated ChangeLog entry with reasons for how we handle palette-checking.

diffstat:

 ChangeLog |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r aab86f5baef7 -r 12f170725f0d ChangeLog
--- a/ChangeLog	Thu Jun 07 06:24:09 2012 -0500
+++ b/ChangeLog	Thu Jun 07 06:26:19 2012 -0500
 <at>  <at>  -1,7 +1,8  <at>  <at> 
 2012-06-07  Glenn Randers-Pehrson  <glennrp <at> simplesystems.org> 

 	* coders/png.c: Disable new libpng-1.5.10 test for invalid palette
-	index when reading a PNG or MNG, or when writing a MNG.
+	index when reading a PNG or MNG (for speed), or when writing a MNG
+	(because a zero-length PLTE is valid in a MNG).

 2012-06-03  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
(Continue reading)

GraphicsMagick Commits | 7 Jun 2012 15:17
Picon

GraphicsMagick: Update generated files

changeset e74578e48a43 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=e74578e48a43
summary: Update generated files

diffstat:

 VisualMagick/installer/inc/version.isx |  4 ++--
 magick/version.h                       |  4 ++--
 www/Changelog.html                     |  5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 12f170725f0d -r e74578e48a43 VisualMagick/installer/inc/version.isx
--- a/VisualMagick/installer/inc/version.isx	Thu Jun 07 06:26:19 2012 -0500
+++ b/VisualMagick/installer/inc/version.isx	Thu Jun 07 08:17:44 2012 -0500
 <at>  <at>  -10,5 +10,5  <at>  <at> 

 #define public MagickPackageName "GraphicsMagick"
 #define public MagickPackageVersion "1.4"
-#define public MagickPackageVersionAddendum ".020120606"
-#define public MagickPackageReleaseDate "snapshot-20120606"
+#define public MagickPackageVersionAddendum ".020120607"
+#define public MagickPackageReleaseDate "snapshot-20120607"
diff -r 12f170725f0d -r e74578e48a43 magick/version.h
--- a/magick/version.h	Thu Jun 07 06:26:19 2012 -0500
+++ b/magick/version.h	Thu Jun 07 08:17:44 2012 -0500
 <at>  <at>  -38,8 +38,8  <at>  <at> 
 #define MagickLibVersion  0x110800
 #define MagickLibVersionText  "1.4"
(Continue reading)

GraphicsMagick Commits | 9 Jun 2012 22:58
Picon

GraphicsMagick: 5 new changesets

changeset 406dde8ff561 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=406dde8ff561
summary: Fix XBM memory leak while reading in ping mode.

changeset af3f11d38511 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=af3f11d38511
summary: PingBlob() is now based on BlobToImage()

changeset 02a8582b436f in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=02a8582b436f
summary: rwblob test now also tests PingBlob()

changeset 10e7ae51d863 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=10e7ae51d863
summary: rwfile test now also tests PingImage()

changeset 539a2078e47a in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=539a2078e47a
summary: Update ChangeLog

diffstat:

 ChangeLog                              |  18 +++++++++++++
 VisualMagick/installer/inc/version.isx |   4 +-
 coders/xbm.c                           |  19 ++++++++------
 magick/blob.c                          |  35 +++++++++++++++++---------
 magick/version.h                       |   4 +-
 tests/rwblob.c                         |  44 +++++++++++++++++++++++++++++++++-
 tests/rwfile.c                         |  42 ++++++++++++++++++++++++++++++++
 www/Changelog.html                     |  17 +++++++++++++
(Continue reading)

GraphicsMagick Commits | 10 Jun 2012 18:06
Picon

GraphicsMagick: Add download links to ftp mirror sites.

changeset 6e3c70c010cb in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=6e3c70c010cb
summary: Add download links to ftp mirror sites.

diffstat:

 www/download.html |  41 +++++++++++++++++++++++++++++++----------
 www/download.rst  |  41 +++++++++++++++++++++++++++++++----------
 2 files changed, 62 insertions(+), 20 deletions(-)

diffs (132 lines):

diff -r 539a2078e47a -r 6e3c70c010cb www/download.html
--- a/www/download.html	Sat Jun 09 15:58:37 2012 -0500
+++ b/www/download.html	Sun Jun 10 11:06:52 2012 -0500
 <at>  <at>  -36,22 +36,32  <at>  <at> 
 <div class="document" id="graphicsmagick-download">
 <h1 class="title">GraphicsMagick Download</h1>

+<div class="contents local topic" id="contents">
+<ul class="simple">
+<li><a class="reference internal" href="#ftp-site-organization" id="id1">Ftp Site Organization</a></li>
+<li><a class="reference internal" href="#download-sites" id="id2">Download Sites</a></li>
+</ul>
+</div>
 <p>The source distribution of GraphicsMagick as well as pre-compiled
-binaries are available at the sites listed here (unless otherwise noted).
-At the moment, the fastest way to obtain formal releases is from the
-<a class="reference external"
href="http://sourceforge.net/projects/graphicsmagick/files/">SourceForge Download</a> page
(Continue reading)

GraphicsMagick Commits | 15 Jun 2012 03:07
Picon

GraphicsMagick: Fix typo which caused the --without-lzma option ...

changeset 59c46db9aa2e in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=59c46db9aa2e
summary: Fix typo which caused the --without-lzma option to be handled incorrectly.

diffstat:

 ChangeLog                              |  6 ++++++
 VisualMagick/installer/inc/version.isx |  4 ++--
 configure                              |  7 ++++---
 configure.ac                           |  4 ++--
 magick/version.h                       |  4 ++--
 www/Changelog.html                     |  8 ++++++++
 6 files changed, 24 insertions(+), 9 deletions(-)

diffs (98 lines):

diff -r 6e3c70c010cb -r 59c46db9aa2e ChangeLog
--- a/ChangeLog	Sun Jun 10 11:06:52 2012 -0500
+++ b/ChangeLog	Thu Jun 14 20:06:59 2012 -0500
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2012-06-14  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>
+
+	* configure.ac: Fix typo which caused the --without-lzma option to
+	be handled incorrectly.  Resolves SourceForge issue 3535309
+	"graphicsmagick from 1.3.13 to 1.3.15 has broken lzma support".
+
 2012-06-09  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>

 	* tests/rwfile.c (main): Verify that we can 'ping' the file using
diff -r 6e3c70c010cb -r 59c46db9aa2e VisualMagick/installer/inc/version.isx
(Continue reading)


Gmane