]> git.imager.perl.org - imager.git/blobdiff - Changes
- added version/level to the API function table structure
[imager.git] / Changes
diff --git a/Changes b/Changes
index 3b89da363f783d3c57a9a0cbf892cb24da6c02c7..e9e7f5b5a680e3e5c8cce5469e4b941be23e8e84 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1337,6 +1337,30 @@ Revision history for Perl extension Imager.
 - documented scale()'s scalefactor parameter
 - sick of $opts{scalefactor} in scale(), give it a scalar to call it's
   own.
+- check $Config{ldflags} and $Config{ccflags} for places to search for
+  headers and libraries.  This deals with the way the fink build of perl
+  puts -L/sw/lib in ldflags rather than using loclibpth
+- eliminate some of the duplication of -I and -L options in LIBS and INC
+- Makefile.PL now uses strict.
+- the search for freetype1.x headers is now smarter
+- add tests for scaleX()/scaleY()
+- expand documentation of scaleX()/scaleY()
+- rotate()s back parameter now accepts color names like other methods
+- convert t/t69rubthru.t to Test::More
+- minor clean up of rubthrough() method
+- error handling tests for rubthrough()
+- expand Imager::Transformations:
+  - document parameters more explicitly
+  - document return values
+  - add examples
+  - add AUTHOR, SEE ALSO, REVISION
+- eliminate sign warning from image.c
+- make TIFF detection stricter
+- more memory allocation integer overflow auditing
+- IM_DEBUG_MALLOC wasn't interacting well with the API
+- make win32.c const happy
+- make raw.c C89 compliant
+- added version/level to the API function table structure
 
 =================================================================