mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Trivial editing; changed CRLF to NEWLINE in the new vstudio project files.
This commit is contained in:
parent
d35b878b5e
commit
810c2e6077
19
ANNOUNCE
19
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.5.0beta20 - April 24, 2010
|
Libpng 1.5.0beta21 - April 25, 2010
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -9,20 +9,20 @@ Files available for download:
|
|||||||
Source files with LF line endings (for Unix/Linux) and with a
|
Source files with LF line endings (for Unix/Linux) and with a
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
1.5.0beta20.tar.xz (LZMA-compressed, recommended)
|
1.5.0beta21.tar.xz (LZMA-compressed, recommended)
|
||||||
1.5.0beta20.tar.gz
|
1.5.0beta21.tar.gz
|
||||||
1.5.0beta20.tar.bz2
|
1.5.0beta21.tar.bz2
|
||||||
|
|
||||||
Source files with CRLF line endings (for Windows), without the
|
Source files with CRLF line endings (for Windows), without the
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
lp150b20.zip
|
lp150b21.zip
|
||||||
lp150b20.7z
|
lp150b21.7z
|
||||||
|
|
||||||
Other information:
|
Other information:
|
||||||
|
|
||||||
1.5.0beta20-README.txt
|
1.5.0beta21-README.txt
|
||||||
1.5.0beta20-LICENSE.txt
|
1.5.0beta21-LICENSE.txt
|
||||||
|
|
||||||
Changes since the last public release (1.4.1):
|
Changes since the last public release (1.4.1):
|
||||||
|
|
||||||
@ -189,6 +189,9 @@ version 1.5.0beta19 [April 24, 2010]
|
|||||||
version 1.5.0beta20 [April 24, 2010]
|
version 1.5.0beta20 [April 24, 2010]
|
||||||
Relaxed more overly-restrictive permissions of some files.
|
Relaxed more overly-restrictive permissions of some files.
|
||||||
|
|
||||||
|
version 1.5.0beta21 [April 25, 2010]
|
||||||
|
Trivial editing; changed CRLF to NEWLINE in the new vstudio project files.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
3
CHANGES
3
CHANGES
@ -2671,6 +2671,9 @@ version 1.5.0beta19 [April 24, 2010]
|
|||||||
version 1.5.0beta20 [April 24, 2010]
|
version 1.5.0beta20 [April 24, 2010]
|
||||||
Relaxed more overly-restrictive permissions of some files.
|
Relaxed more overly-restrictive permissions of some files.
|
||||||
|
|
||||||
|
version 1.5.0beta21 [April 25, 2010]
|
||||||
|
Trivial editing; changed CRLF to NEWLINE in the new vstudio project files.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
includedir=@includedir@/libpng15
|
||||||
|
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Description: Loads and saves PNG files
|
Description: Loads and saves PNG files
|
||||||
Version: @PNGLIB_VERSION@
|
Version: 1.5.0beta20
|
||||||
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
Libs: -L${libdir} -lpng15
|
||||||
Libs.private: @LIBS@
|
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
VisualStudio instructions
|
VisualStudio instructions
|
||||||
|
|
||||||
libpng version 1.5.0beta19 - April 20, 2010
|
libpng version 1.5.0beta21 - April 25, 2010
|
||||||
|
|
||||||
Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ This code is released under the libpng license.
|
|||||||
For conditions of distribution and use, see the disclaimer
|
For conditions of distribution and use, see the disclaimer
|
||||||
and license in png.h
|
and license in png.h
|
||||||
|
|
||||||
This diretory contains support for building libpng under MicroSoft
|
This directory contains support for building libpng under MicroSoft
|
||||||
VisualStudio 2010. It may also work under later versions of VisualStudio.
|
VisualStudio 2010. It may also work under later versions of VisualStudio.
|
||||||
You should be familiar with VisualStudio before using this directory.
|
You should be familiar with VisualStudio before using this directory.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* zlib.props - location of zlib source and build
|
* zlib.props - location of zlib source and build
|
||||||
*
|
*
|
||||||
* libpng version 1.5.0beta19 - April 20, 2010
|
* libpng version 1.5.0beta21 - April 25, 2010
|
||||||
*
|
*
|
||||||
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
||||||
*
|
*
|
||||||
|
@ -5,6 +5,6 @@ includedir=@includedir@/libpng15
|
|||||||
|
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Description: Loads and saves PNG files
|
Description: Loads and saves PNG files
|
||||||
Version: 1.5.0beta20
|
Version: 1.5.0beta21
|
||||||
Libs: -L${libdir} -lpng15
|
Libs: -L${libdir} -lpng15
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/awk -f
|
#!/bin/awk -f
|
||||||
# scripts/options.awk - library build configuration control
|
# scripts/options.awk - library build configuration control
|
||||||
#
|
#
|
||||||
# libpng version 1.5.0beta17 - April 2, 2010
|
# last changed in libpng version 1.5.0 - April 25, 2010
|
||||||
#
|
#
|
||||||
# Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
# Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
||||||
#
|
#
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
com pnglibconf.h - library build configuration
|
com pnglibconf.h - library build configuration
|
||||||
com
|
com
|
||||||
com libpng version PNGLIB_VERSION - April 2, 2010
|
com libpng version PNGLIB_VERSION - last changed on April 25, 2010
|
||||||
com
|
com
|
||||||
com Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
com Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
||||||
com
|
com
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* 1.5.0beta19 STANDARD API DEFINITION */
|
/* libpng-1.5.0beta21 STANDARD API DEFINITION */
|
||||||
/* pnglibconf.h - library build configuration */
|
/* pnglibconf.h - library build configuration */
|
||||||
|
|
||||||
/* libpng version 1.5.0beta19 - April 2, 2010 */
|
/* last changed in libpng version 1.5.0 - April 25, 2010 */
|
||||||
|
|
||||||
/* Copyright (c) 1998-2010 Glenn Randers-Pehrson */
|
/* Copyright (c) 1998-2010 Glenn Randers-Pehrson */
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ LIBRARY
|
|||||||
;OS2 CODE PRELOAD MOVEABLE DISCARDABLE
|
;OS2 CODE PRELOAD MOVEABLE DISCARDABLE
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
;Version 1.5.0beta20
|
;Version 1.5.0beta21
|
||||||
png_access_version_number @1
|
png_access_version_number @1
|
||||||
png_set_sig_bytes @2
|
png_set_sig_bytes @2
|
||||||
png_sig_cmp @3
|
png_sig_cmp @3
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngwin.dfn - define format of pngwin.def
|
/* pngwin.dfn - define format of pngwin.def
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.5.0 [March 12, 2010]
|
* Last changed in libpng version 1.5.0 [April 25, 2010]
|
||||||
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
||||||
*
|
*
|
||||||
* This code is released under the libpng license.
|
* This code is released under the libpng license.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user