cvs: gd(GD_2_0) /libgd ChangeLog

[email protected] ("Pierre-Alain Joye")
Newsgroups php.gd.cvs
Message-ID <cvspajoye1178482534@cvsserver>
pajoye		Sun May  6 20:15:34 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.6&r2=1.10.2.7&diff_format=u
Index: gd/libgd/ChangeLog
diff -u gd/libgd/ChangeLog:1.10.2.6 gd/libgd/ChangeLog:1.10.2.7
--- gd/libgd/ChangeLog:1.10.2.6	Mon Apr  9 16:22:23 2007
+++ gd/libgd/ChangeLog	Sun May  6 20:15:34 2007
@@ -1,3 +1,177 @@
+2007-05-06 22:13  pajoye
+
+	* CMakeLists.txt, cmake/modules/FindFreetype.cmake,
+	  tests/gdimagefilledrectangle/CMakeLists.txt,
+	  tests/gdimagefilledrectangle/bug00078.c: - update cmake  - remove
+	  strlcpy.c  - fix HAVE_FREETYPE definitiion
+
+2007-05-06 22:12  pajoye
+
+	* gd.c: - #78, gdImageFilledRectangle with reversed edges does not
+	  work
+
+2007-05-06 21:56  pajoye
+
+	* tests/: gdimageline/bug00072_exp.png, gif/bug00060.c,
+	  gif/bug00060.gif, gif/bug00066.gif, gif/bug00066_exp.png: - add
+	  images as binary - readd bug00060.c
+
+2007-05-06 21:54  pajoye
+
+	* tests/: gdimageline/bug00072_exp.png, gif/bug00060.c,
+	  gif/bug00060.gif, gif/bug00066.gif, gif/bug00066_exp.png: -
+	  remove badly imported files (must be binary)
+
+2007-05-06 21:53  pajoye
+
+	* CMakeLists.txt, ChangeLog, NEWS, configure.ac, entities.h, gd.c,
+	  gd.h, gd_gif_in.c, gdtest.c, VMS/CONFIGURE.COM, VMS/README.VMS,
+	  tests/gd2/gd2_empty_file.c, tests/gd2/gd2_read.c,
+	  tests/gdimagecopyrotated/bug00020.c,
+	  tests/gdimagefill/bug00002_1.c, tests/gdimagefill/bug00002_2.c,
+	  tests/gdimagefill/bug00002_3.c, tests/gdimagefill/bug00002_4.c,
+	  tests/gdimagefilledellipse/bug00010.c,
+	  tests/gdimagefilledrectangle/CMakeLists.txt,
+	  tests/gdimagefilledrectangle/bug00078.c,
+	  tests/gdimageline/CMakeLists.txt, tests/gdimageline/bug00072.c,
+	  tests/gdimageline/bug00072_exp.png, tests/gdimageline/bug00077.c,
+	  tests/gdimageline/gdimageline_aa.c, tests/gdtest/CMakeLists.txt,
+	  tests/gdtest/gdtest.c, tests/gdtest/gdtest.h,
+	  tests/gdtest/test_config.h.cmake, tests/gif/CMakeLists.txt,
+	  tests/gif/bug00005.c, tests/gif/bug00060.c,
+	  tests/gif/bug00060.gif, tests/gif/bug00066.c,
+	  tests/gif/bug00066.gif, tests/gif/bug00066_exp.png,
+	  tests/jpeg/jpeg_empty_file.c, tests/jpeg/jpeg_read.c,
+	  tests/png/bug00011.c, tests/png/bug00033.c: - Sync HEAD with
+	  GD_2_0 - Begin 2.1.0 work (mark it as 2.1.0 :)
+
+2007-05-06 21:43  pajoye
+
+	* tests/gdimageline/bug00077.c: - #77, fix expected image name
+
+2007-05-06 21:37  pajoye
+
+	* gd.h: - remove gd_strlcpy declaration, has been droped already
+
+2007-05-06 21:33  pajoye
+
+	* tests/gdimageline/CMakeLists.txt: - #72, #77, add tests to
+	  CMakeLists.txt
+
+2007-05-06 21:15  pajoye
+
+	* cmake/modules/FindPTHREAD.cmake: - Fix PTHREAD config variable
+	  (Nuno)
+
+2007-05-06 21:01  pajoye
+
+	* gdft.c: - MFB:  - prevent double lock/unlock for the tween colors
+	  cache  - use gdFree not free	- #40, possible Buffer overflow in
+	  the gdImageStringFTEx function    in gdft.c (CVE-2007-0455) (Kees
+	  Cook)
+
+2007-05-06 20:46  pajoye
+
+	* gd.c, gd_png.c: - MFB: #67, Preferable calls of gdFree() in libgd
+	  (tabe at fixedpoint dot jp)
+
+2007-05-06 20:43  pajoye
+
+	* gd.c: - MFB: #74, gdImageFilledArc, huge CPU usage with large
+	  angles
+
+2007-05-06 20:41  pajoye
+
+	* gd.c, tests/gdimageline/bug00077.c,
+	  tests/gdimageline/bug00077_exp.png: - MFB: #77, gdImageLine does
+	  not draw all vertical lines
+
+2007-05-06 20:36  pajoye
+
+	* tests/gdimageline/: bug00077.c, bug00077_exp.png: - #77, add test
+	  case
+
+2007-05-06 20:12  pajoye
+
+	* gd.c: - MFB: #78,gdImageFilledRectangle() draws nothing with
+	  reversed points   (x1,y1) > (x2,y2)
+
+2007-05-06 19:54  pajoye
+
+	* tests/gdimagefilledrectangle/bug00078.c: - MFB: #78, add test
+	  case
+
+2007-05-06 19:52  pajoye
+
+	* tests/gdimagefilledrectangle/bug00078.c: - #78, add test case
+
+2007-04-30 05:55  mloskot
+
+	* gd.h, gdft.c, gdhelpers.h, windows/.cvsignore: #59 Import Windows
+	  CE port.
+
+2007-04-26 17:52  pajoye
+
+	* gd.c: - #72 (and #77), fix vertical lines when y2 < y1
+
+2007-04-24 16:24  pajoye
+
+	* windows/Makefile: - remove libgd.dll.res as well on make clean
+
+2007-04-24 09:47  pajoye
+
+	* CMakeLists.txt, configure.ac, gd.h: - prepare 2.0.35
+
+2007-04-22 19:13  pajoye
+
+	* NEWS, gdtest.c, VMS/CONFIGURE.COM, VMS/README.VMS: - #68, add
+	  OpenVMS build script
+
+2007-04-19 14:54  scottmac
+
+	* NEWS, gd.h, gdft.c: #73, Fix usage of TTF on Netware
+
+2007-04-17 12:56  pajoye
+
+	* CMakeLists.txt: - MFH: name the dll bgd not gd - make fontconfig
+	  optional on win32
+
+2007-04-17 12:50  pajoye
+
+	* windows/Makefile: - user friendly deps path definition
+
+2007-04-14 19:41  pajoye
+
+	* NEWS: - #74 entry
+
+2007-04-14 19:27  pajoye
+
+	* gd.c: - #74, gdImageFilledArc, huge CPU usage with large angles
+
+2007-04-10 23:26  pajoye
+
+	* NEWS: - s/#//
+
+2007-04-10 22:35  pajoye
+
+	* tests/jpeg/jpeg_empty_file.c: - don't use cont
+
+2007-04-10 22:32  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/bug00072.c, gdimageline/gdimageline_aa.c,
+	  gdtest/gdtest.c, gdtest/gdtest.h, gif/bug00005.c, gif/bug00060.c,
+	  gif/bug00066.c, jpeg/jpeg_empty_file.c, jpeg/jpeg_read.c,
+	  png/bug00011.c, png/bug00033.c: - use a constant to get the top
+	  src dir - don't use const when it is not a const...
+
+2007-04-09 18:22  pajoye
+
+	* ChangeLog: - update changelog
+
 2007-04-09 18:21  pajoye
 
 	* NEWS: - #72 entry
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.