cvs: gd(GD_2_0) /libgd ChangeLog
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1176135743@cvsserver> |
pajoye Mon Apr 9 16:22:23 2007 UTC
Modified files: (Branch: GD_2_0)
/gd/libgd ChangeLog
Log:
- update changelog
http://cvs.php.net/viewvc.cgi/gd/libgd/ChangeLog?r1=1.10.2.5&r2=1.10.2.6&diff_format=u
Index: gd/libgd/ChangeLog
diff -u gd/libgd/ChangeLog:1.10.2.5 gd/libgd/ChangeLog:1.10.2.6
--- gd/libgd/ChangeLog:1.10.2.5 Mon Feb 26 23:55:53 2007
+++ gd/libgd/ChangeLog Mon Apr 9 16:22:23 2007
@@ -1,3 +1,179 @@
+2007-04-09 18:21 pajoye
+
+ * NEWS: - #72 entry
+
+2007-04-09 18:18 pajoye
+
+ * gd.c, tests/gdimageline/bug00072.c,
+ tests/gdimageline/bug00072_exp.png: - #72, gdImageAALine draws
+ axis aligned lines two pixels large . add gdImageVLine and
+ HLine, not exported (will be 2.1.0)
+
+2007-04-09 16:00 pajoye
+
+ * tests/: gdimageline/gdimageline_aa.c, gdtest/gdtest.c,
+ gif/bug00005.c: - always store image diff files in the build dir
+ - store the output result as well - remove c++ comment - be more
+ verbose in the error messages
+
+2007-04-04 14:04 pajoye
+
+ * tests/gif/: CMakeLists.txt, bug00060.c, bug00066.c, bug00066.gif,
+ bug00066_exp.png: - add test for #66 - fix leak in test #60
+
+2007-04-04 13:38 pajoye
+
+ * NEWS: - #70 entry
+
+2007-04-04 13:33 pajoye
+
+ * gd_gif_in.c: - #70, do not try to use the global color map if
+ none exists - free im on error
+
+2007-04-03 19:03 pajoye
+
+ * NEWS: - update NEWS entries for the last commits
+
+2007-04-03 18:38 pajoye
+
+ * gdft.c: - we already lock it earlier, prevent deadlock/double
+ lock
+
+2007-04-01 22:41 pajoye
+
+ * gd.c, gd_png.c, gdft.c: - #67, Preferable calls of gdFree() in
+ libg (tabe at fixedpoint dot jp)
+
+2007-04-01 22:12 pajoye
+
+ * tests/gdtest/test_config.h.cmake: - add configuration file
+
+2007-04-01 21:54 pajoye
+
+ * gd_gif_in.c: - #52, #60, #66 - a frame size must be confined to
+ the screen defition - consider 00005_2 as invalid (65k x
+ 65k frame size for a 400x312 screen) - be sure to always
+ read the dimensions in the frame and does not use the screen
+ size (see #66 for a side effect)
+
+2007-04-01 21:48 pajoye
+
+ * tests/: gd2/gd2_empty_file.c, gd2/gd2_read.c,
+ gdimagecopyrotated/bug00020.c, gdimagefill/bug00002_1.c,
+ gdimagefill/bug00002_2.c, gdimagefill/bug00002_3.c,
+ gdimagefill/bug00002_4.c, gdimagefilledellipse/bug00010.c,
+ gdimageline/gdimageline_aa.c, gdtest/CMakeLists.txt,
+ gdtest/gdtest.c, gif/CMakeLists.txt, gif/bug00005.c,
+ gif/bug00060.c, gif/bug00060.gif, jpeg/jpeg_empty_file.c,
+ jpeg/jpeg_read.c, png/bug00011.c, png/bug00033.c: - allow tests
+ to be launched outside the src tree - #60, add test case for #60
+
+2007-03-31 19:24 pajoye
+
+ * entities.h: - update from entities.tcl
+
+2007-03-31 16:26 pajoye
+
+ * gd_gif_in.c: - #52, #60 - local Pallette are read twice - Use
+ the local dimension when available - Rely on the global
+ dimension when the local dimension are invalid and the format
+ is GIF87 (no animation) NB: The #52 TS patch must be applied
+ first
+
+2007-03-15 23:25 nlopess
+
+ * tests/gif/bug00005_2.c: MFB: fix leak in test
+
+2007-03-15 23:23 nlopess
+
+ * tests/gif/bug00005_2.c: fix leak in test
+
+2007-03-12 17:05 pajoye
+
+ * CMakeLists.txt: -MFB: - generate config.h in the BUIL_DIR
+ instead of the SOURCE_DIR - drop old commented lines
+
+2007-03-12 17:01 pajoye
+
+ * CMakeLists.txt: - generate config.h in the BUIL_DIR instead of
+ the SOURCE_DIR - drop old commented lines
+
+2007-03-08 21:02 nlopess
+
+ * gd_gif_in.c: MFB: fix bug #52: Reading GIF images is not thread
+ safe (static usage in private functions)
+
+2007-03-08 20:59 nlopess
+
+ * NEWS: fix news, sorry
+
+2007-03-08 20:56 nlopess
+
+ * NEWS, gd_gif_in.c: fix bug #52: Reading GIF images is not thread
+ safe (static usage in private functions)
+
+2007-03-08 20:52 pajoye
+
+ * ISSUES: - we use NEWS now
+
+2007-03-07 20:30 nlopess
+
+ * CMakeLists.txt: set HAVE_FT2BUILD_H when ft2build.h file is found
+
+2007-03-07 16:53 pajoye
+
+ * CMakeLists.txt: - fix windows cmake support - use BGDWIN32 for
+ now, static build and other windows options will follow shortly
+
+2007-03-07 16:52 pajoye
+
+ * cmake/modules/FindFreetype.cmake: - windows may have
+ freetype2.lib
+
+2007-03-05 16:42 pajoye
+
+ * Makefile.am, NEWS, windows/Makefile: - #51 - revert Ilia's patch
+ (was not required) - Remove strlcpy, we don't need it now (I
+ keep it in cvs just in case but it will not be distributed or
+ used in the binaries)
+
+2007-03-02 23:02 nlopess
+
+ * gd_gif_in.c: MFB
+
+2007-03-02 22:59 nlopess
+
+ * cmake/modules/FindPTHREAD.cmake: fix pthread support in cmake
+ toolchain
+
+2007-03-02 22:59 nlopess
+
+ * gd_gif_in.c: merge with php tree: fix access to unitialized
+ memory (introduced with the strlcpy usage) # now gd_strlcpy()
+ becomes useless again :P
+
+2007-03-02 15:36 edink
+
+ * windows/Makefile: Add new file compilation
+
+2007-02-27 21:32 pajoye
+
+ * windows/Makefile: - MFH: fix new lines, vc7 does not like
+ makefile with both unix and windows line ending
+
+2007-02-27 21:32 pajoye
+
+ * windows/Makefile: - fix new lines, vc7 does not like makefile
+ with both unix and windows line ending
+
+2007-02-27 01:38 pajoye
+
+ * NEWS: - andersrum..
+
+2007-02-27 00:55 pajoye
+
+ * ChangeLog: - update Changelog
+
2007-02-27 00:55 pajoye
* NEWS: - update NEWS for 2.0.35RC1