~ubuntu-branches/ubuntu/karmic/fltk1.1/karmic

« back to all changes in this revision

Viewing changes to png/ANNOUNCE

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-05-22 13:57:06 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050522135706-mchag24yf42lu7bu
Tags: 1.1.6-5
* Revert previous change, which seems to have been ineffective for some
  reason, in favor of commenting out the problematic Makefile rule
  altogether.  (Closes: #310151.)
* debian/control: Go back to specifying the URL as part of the
  description rather than via a non-standard field that doesn't seem to
  have caught on.  (Closes: #310240.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Libpng 1.2.7 - September 12, 2004
 
3
 
 
4
This is a public release of libpng, intended for use in production codes.
 
5
 
 
6
Changes since the last public release (1.2.6):
 
7
 
 
8
  Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
 
9
  Removed unused pngasmrd.h file.
 
10
  Removed references to uu.net for archived files.  Added references to
 
11
    PNG Spec (second edition) and the PNG ISO/IEC Standard.
 
12
  Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR.
 
13
  Fixed bug with "optimized window size" in the IDAT datastream, that
 
14
    causes libpng to write PNG files with incorrect zlib header bytes.
 
15
  Fixed bug with sCAL chunk and big-endian machines (David Munro).
 
16
  Undid new code added in 1.2.6 to update the color_type in
 
17
    png_set_filler().
 
18
  Added png_set_add_alpha() that updates color type.
 
19
  Revised png_set_strip_filler() to not remove alpha if color_type has alpha.
 
20
  Added makefile.hp64
 
21
  Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin
 
22
 
 
23
Send comments/corrections/commendations to
 
24
png-implement@ccrc.wustl.edu (subscription required; write to
 
25
majordomo@ccrc.wustl.edu with "subscribe png-implement" in the message)
 
26
or to glennrp@users.sourceforge.net
 
27
 
 
28
Glenn R-P