Page 1 of 1

Image Magick 6.3.7 Sources

Posted: 2012-04-11T10:06:43-07:00
by dlister
Can anyone point me to a copy of the source code distribution for Image Magick 6.3.7. I need to do a code merge with Image Magick 6.3.7 as the baseline.

David

Re: Image Magick 6.3.7 Sources

Posted: 2012-04-11T10:07:48-07:00
by fmw42

Re: Image Magick 6.3.7 Sources

Posted: 2012-04-12T07:47:57-07:00
by dlister
Thanks. I should have been more explicit. I'm looking for Image Magick 6.3.7-1.

Using Image Magick 6.3.7-10 is rather troublesome because there are lots of diffs because of changes between -1 and -10 and new Copyright dates.

Any help would be appreciated.

David

Re: Image Magick 6.3.7 Sources

Posted: 2012-04-12T11:07:05-07:00
by fmw42
I know of no archives that have every minor version. Sorry. Perhaps someone has one saved.

Im 6.3.6.10 might be closer

Re: Image Magick 6.3.7 Sources

Posted: 2012-04-15T03:51:35-07:00
by anthony
The only other way is to extract that specific version from the SVN.

However it was only recently that SVN revision number for specific versions were noted in the ChangeLog.
(starting from v6.7.3-2).

Hmmm oldest version available from SVN (revision 1) looks like it is about IM v6.5.5-6 :-(

Code: Select all

svn cat -r 1 ChangeLog | head
2009-08-31  6.5.5-6 Cristy  <quetzlzacatenango@image...>
  * A union is required when converting a thread ID to an unsigned long.

2009-08-28  6.5.5-5 Cristy  <quetzlzacatenango@image...>
  * Add support for TIFF 3.9.1.

2009-08-27  6.5.5-4 Cristy  <quetzlzacatenango@image...>
  * Validate with the netscape: reference image.

2009-08-26  6.5.5-3 Cristy  <quetzlzacatenango@image...>
Sorry SVN doesn't pan out for you.