Search found 467 matches

by broucaries
2015-09-13T10:59:19-07:00
Forum: Bugs
Topic: Doing a manual sync of website for release
Replies: 1
Views: 2719

Doing a manual sync of website for release

Could you manually get main site in sync to devel site during release

It will allow to get quickly in sync
http://www.imagemagick.org/download/
by broucaries
2015-09-13T10:47:33-07:00
Forum: Bugs
Topic: Please use signed tag under github
Replies: 0
Views: 6458

Please use signed tag under github

Bonus point github will create a release for you

Something like git tag -s -m"tagging version 1.0" v1.0

It will use the key configured with your email. If needed use git tag -u <key-id> -m"tagging version 1.0" v1.0

Thanks

Bastien
by broucaries
2015-07-31T11:37:21-07:00
Forum: Bugs
Topic: undefined behaviors in convert
Replies: 3
Views: 5088

Re: undefined behaviors in convert

Could you point me the patches ? I need it in order to backport
by broucaries
2015-07-31T10:24:56-07:00
Forum: Bugs
Topic: Trac is down
Replies: 1
Views: 2711

Trac is down

Trac is down could not acess to revision list due to error
by broucaries
2015-05-15T14:37:28-07:00
Forum: Bugs
Topic: Testsuite of old security bug
Replies: 1
Views: 2660

Testsuite of old security bug

Do you have a testsuite of old security problem ?

Do you keep problematic file somewhere ?

Bastien
by broucaries
2015-05-15T14:15:09-07:00
Forum: Bugs
Topic: Segmentation fault in Annotate function
Replies: 7
Views: 7661

Re: Segmentation fault in Annotate function

They are a patch magick at end of thread https://bugs.debian.org/cgi-bin/bugrepo ... bug=777158

It is a problem of include path...
by broucaries
2015-05-03T15:42:58-07:00
Forum: Bugs
Topic: Ubuntu bugs
Replies: 1
Views: 3952

Ubuntu bugs

Could you get a glimpse at: * https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1407911 (likely a bug in a lib, security) * https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1365404 * https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1351050 (strange) * https://bugs.launch...
by broucaries
2015-05-03T15:32:06-07:00
Forum: Bugs
Topic: Problem with some file
Replies: 1
Views: 2856

Problem with some file

Hi, Are you aware of these problems ? https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/144963 https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1448801 https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1448795 https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/144...
by broucaries
2015-05-03T12:32:27-07:00
Forum: Bugs
Topic: Documentation extractor script mangle whitespace
Replies: 1
Views: 2745

Documentation extractor script mangle whitespace

Please ge a glimpse at command-line-options.html Script for extracting the doc mangle newline. It cause error if something this is present <em class="some"> is transformed to incorrect <emclass="some"> Could you try to fix ? Moreover it create so long line that it is hard to foll...
by broucaries
2015-05-03T05:45:36-07:00
Forum: Bugs
Topic: Be upstream patch friendly for documentation
Replies: 3
Views: 4550

Re: Be upstream patch friendly for documentation

This one liner in doc directory do the trick

find . -type f -exec sed -i 's/^[[:space:]]*<!--[[:space:]]*Magick Cache.*$//g' {} \;
by broucaries
2015-05-03T05:16:28-07:00
Forum: Bugs
Topic: Be upstream patch friendly for documentation
Replies: 3
Views: 4550

Re: Be upstream patch friendly for documentation

See also private mail for patch