[libpng12] Update ANNOUNCE about pnggccrd.c change
This commit is contained in:
parent
30d32302d0
commit
41bd904003
5
ANNOUNCE
5
ANNOUNCE
@ -55,10 +55,13 @@ version 1.2.48beta01 [Febuary 27, 2012]
|
|||||||
causing out-of-bounds read in png_set_sCAL() because of failure to copy
|
causing out-of-bounds read in png_set_sCAL() because of failure to copy
|
||||||
the string terminators (Franke Busse).
|
the string terminators (Franke Busse).
|
||||||
|
|
||||||
version 1.2.48rc01 [March 2, 2012]
|
version 1.2.48rc01 [March 3, 2012]
|
||||||
Removed the png_free() of unused png_ptr->current_text from pngread.c.
|
Removed the png_free() of unused png_ptr->current_text from pngread.c.
|
||||||
Added libpng license text to pnggccrd.c and pngvcrd.c (requested by Chrome).
|
Added libpng license text to pnggccrd.c and pngvcrd.c (requested by Chrome).
|
||||||
|
|
||||||
|
version 1.2.48rc02 [March 2, 2012]
|
||||||
|
Removed all of the assembler code from pnggccrd.c and just "return 2;".
|
||||||
|
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
to subscribe) or to glennrp at users.sourceforge.net
|
to subscribe) or to glennrp at users.sourceforge.net
|
||||||
|
4
libpng.3
4
libpng.3
@ -4321,7 +4321,7 @@ the first widely used release:
|
|||||||
1.2.47 13 10247 12.so.0.47[.0]
|
1.2.47 13 10247 12.so.0.47[.0]
|
||||||
1.0.57 10 10057 10.so.0.57[.0]
|
1.0.57 10 10057 10.so.0.57[.0]
|
||||||
1.2.48beta01 13 10248 12.so.0.48[.0]
|
1.2.48beta01 13 10248 12.so.0.48[.0]
|
||||||
1.2.48rc01 13 10248 12.so.0.48[.0]
|
1.2.48rc01-02 13 10248 12.so.0.48[.0]
|
||||||
|
|
||||||
Henceforth the source version will match the shared-library minor
|
Henceforth the source version will match the shared-library minor
|
||||||
and patch numbers; the shared-library major version number will be
|
and patch numbers; the shared-library major version number will be
|
||||||
@ -4331,7 +4331,7 @@ for applications, is an unsigned integer of the form xyyzz corresponding
|
|||||||
to the source version x.y.z (leading zeros in y and z). Beta versions
|
to the source version x.y.z (leading zeros in y and z). Beta versions
|
||||||
were given the previous public release number plus a letter, until
|
were given the previous public release number plus a letter, until
|
||||||
version 1.0.6j; from then on they were given the upcoming public
|
version 1.0.6j; from then on they were given the upcoming public
|
||||||
release number plus "betaNN" or "rcN".
|
release number plus "betaNN" or "rcNN".
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR libpngpf(3) ", " png(5)
|
.IR libpngpf(3) ", " png(5)
|
||||||
|
2
png.h
2
png.h
@ -276,7 +276,7 @@
|
|||||||
* 1.2.47 13 10247 12.so.0.47[.0]
|
* 1.2.47 13 10247 12.so.0.47[.0]
|
||||||
* 1.0.57 10 10057 10.so.0.57[.0]
|
* 1.0.57 10 10057 10.so.0.57[.0]
|
||||||
* 1.2.48beta01 13 10248 12.so.0.48[.0]
|
* 1.2.48beta01 13 10248 12.so.0.48[.0]
|
||||||
* 1.2.48rc01 13 10248 12.so.0.48[.0]
|
* 1.2.48rc01-02 13 10248 12.so.0.48[.0]
|
||||||
*
|
*
|
||||||
* Henceforth the source version will match the shared-library major
|
* Henceforth the source version will match the shared-library major
|
||||||
* and minor numbers; the shared-library major version number will be
|
* and minor numbers; the shared-library major version number will be
|
||||||
|
Reference in New Issue
Block a user