[devel] Trivial editing; changed CRLF to NEWLINE in the new vstudio project files.

This commit is contained in:
Glenn Randers-Pehrson 2010-04-24 20:33:42 -05:00
parent d35b878b5e
commit 810c2e6077
15 changed files with 765 additions and 760 deletions

View File

@ -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
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
"configure" script
1.5.0beta20.tar.xz (LZMA-compressed, recommended)
1.5.0beta20.tar.gz
1.5.0beta20.tar.bz2
1.5.0beta21.tar.xz (LZMA-compressed, recommended)
1.5.0beta21.tar.gz
1.5.0beta21.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp150b20.zip
lp150b20.7z
lp150b21.zip
lp150b21.7z
Other information:
1.5.0beta20-README.txt
1.5.0beta20-LICENSE.txt
1.5.0beta21-README.txt
1.5.0beta21-LICENSE.txt
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]
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:
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement

View File

@ -2671,6 +2671,9 @@ version 1.5.0beta19 [April 24, 2010]
version 1.5.0beta20 [April 24, 2010]
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
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement

View File

@ -1,11 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
includedir=@includedir@/libpng15
Name: libpng
Description: Loads and saves PNG files
Version: @PNGLIB_VERSION@
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
Libs.private: @LIBS@
Version: 1.5.0beta20
Libs: -L${libdir} -lpng15
Cflags: -I${includedir}

View File

@ -1,7 +1,7 @@
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
@ -9,7 +9,7 @@ This code is released under the libpng license.
For conditions of distribution and use, see the disclaimer
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.
You should be familiar with VisualStudio before using this directory.

View File

@ -2,7 +2,7 @@
<!--
* 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
*

View File

@ -5,6 +5,6 @@ includedir=@includedir@/libpng15
Name: libpng
Description: Loads and saves PNG files
Version: 1.5.0beta20
Version: 1.5.0beta21
Libs: -L${libdir} -lpng15
Cflags: -I${includedir}

View File

@ -1,7 +1,7 @@
#!/bin/awk -f
# 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
#

View File

@ -6,7 +6,7 @@
#
com pnglibconf.h - library build configuration
com
com libpng version PNGLIB_VERSION - April 2, 2010
com libpng version PNGLIB_VERSION - last changed on April 25, 2010
com
com Copyright (c) 1998-2010 Glenn Randers-Pehrson
com

View File

@ -1,7 +1,7 @@
/* 1.5.0beta19 STANDARD API DEFINITION */
/* libpng-1.5.0beta21 STANDARD API DEFINITION */
/* 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 */

View File

@ -11,7 +11,7 @@ LIBRARY
;OS2 CODE PRELOAD MOVEABLE DISCARDABLE
EXPORTS
;Version 1.5.0beta20
;Version 1.5.0beta21
png_access_version_number @1
png_set_sig_bytes @2
png_sig_cmp @3

View File

@ -1,7 +1,7 @@
/* 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
*
* This code is released under the libpng license.