diff --git a/ANNOUNCE b/ANNOUNCE index 239b4d2cc6431c80f9c048262763d0cacb073082..cf3b42e346f13f35e0400375f11d6de51d27e393 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.4.0beta69 - July 23, 2009 +Libpng 1.4.0beta69 - July 25, 2009 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. @@ -502,7 +502,7 @@ version 1.4.0beta67 [July 6, 2009] version 1.4.0beta68 [July 19, 2009] Avoid some tests in filter selection in pngwutil.c -version 1.4.0beta69 [July 23, 2009] +version 1.4.0beta69 [July 25, 2009] Simplified the new filter-selection test. This runs faster in the common "PNG_ALL_FILTERS" and PNG_FILTER_NONE cases. Removed extraneous declaration from the new call to png_read_gray_to_rgb() diff --git a/CHANGES b/CHANGES index 3c6306586d9621d6171fb5b8e38c40ee01fcd38c..3eef096ca520d426929511e9a61a9ab6925a65b4 100644 --- a/CHANGES +++ b/CHANGES @@ -2181,7 +2181,7 @@ version 1.4.0beta67 [July 6, 2009] version 1.4.0beta68 [July 19, 2009] Avoid some tests in filter selection in pngwutil.c -version 1.4.0beta69 [July 23, 2009] +version 1.4.0beta69 [July 25, 2009] Simplified the new filter-selection test. This runs faster in the common "PNG_ALL_FILTERS" and PNG_FILTER_NONE cases. Removed extraneous declaration from the new call to png_read_gray_to_rgb() diff --git a/INSTALL b/INSTALL index 06bd6840a3a8ebcf3c3af012a1f0a1567ac98137..0d9477595243705b23359571472e32c78182d01b 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -Installing libpng version 1.4.0beta69 - July 19, 2009 +Installing libpng version 1.4.0beta69 - July 25, 2009 On Unix/Linux and similar systems, you can simply type diff --git a/LICENSE b/LICENSE index 26186f71166aec4224ee06c1d8f96c104e7f2a88..534baee24c9ab767c852a455bffb9c0395405258 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ this sentence. This code is released under the libpng license. -libpng versions 1.2.6, August 15, 2004, through 1.4.0beta69, July 19, 2009, are +libpng versions 1.2.6, August 15, 2004, through 1.4.0beta69, July 25, 2009, are Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are distributed according to the same disclaimer and license as libpng-1.2.5 with the following individual added to the list of Contributing Authors @@ -108,4 +108,4 @@ certification mark of the Open Source Initiative. Glenn Randers-Pehrson glennrp at users.sourceforge.net -July 19, 2009 +July 25, 2009 diff --git a/README b/README index 34c21a9e685025cfd6b0a36e7ed32e27bae4ea63..ada0e06d38937c80b03a0ee835be21a1392c07b5 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for libpng version 1.4.0beta69 - July 19, 2009 (shared library 14.0) +README for libpng version 1.4.0beta69 - July 25, 2009 (shared library 14.0) See the note about version numbers near the top of png.h See INSTALL for instructions on how to install libpng. diff --git a/example.c b/example.c index d565bc32a9cf929fe08880483cae7de53555c04e..906b1f755a49f1fc20fa4200b426e7ee48e4ea3b 100644 --- a/example.c +++ b/example.c @@ -2,7 +2,7 @@ #if 0 /* in case someone actually tries to compile this */ /* example.c - an example of using libpng - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * This file has been placed in the public domain by the authors. * Maintained 1998-2009 Glenn Randers-Pehrson * Maintained 1996, 1997 Andreas Dilger) diff --git a/libpng-1.4.0beta69.txt b/libpng-1.4.0beta69.txt index d9068ec548cc609530f4c5dda9b4772ef524aa03..a2a971aeb7b5a48abdac4177394d7a29d1a040d5 100644 --- a/libpng-1.4.0beta69.txt +++ b/libpng-1.4.0beta69.txt @@ -1,6 +1,6 @@ libpng.txt - A description on how to use and modify libpng - libpng version 1.4.0beta69 - July 19, 2009 + libpng version 1.4.0beta69 - July 25, 2009 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson @@ -11,7 +11,7 @@ libpng.txt - A description on how to use and modify libpng Based on: - libpng versions 0.97, January 1998, through 1.4.0beta69 - July 19, 2009 + libpng versions 0.97, January 1998, through 1.4.0beta69 - July 25, 2009 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson @@ -3162,7 +3162,7 @@ source. XIII. Y2K Compliance in libpng -July 19, 2009 +July 25, 2009 Since the PNG Development group is an ad-hoc body, we can't make an official declaration. diff --git a/libpng.3 b/libpng.3 index 7bb89cc95848e45fedf4e1edf4851e3bc04969e4..974942f1a48c51932648cfa5821375703b0c903b 100644 --- a/libpng.3 +++ b/libpng.3 @@ -1,4 +1,4 @@ -.TH LIBPNG 3 "July 19, 2009" +.TH LIBPNG 3 "July 25, 2009" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta69 .SH SYNOPSIS @@ -809,7 +809,7 @@ Following is a copy of the libpng.txt file that accompanies libpng. .SH LIBPNG.TXT libpng.txt - A description on how to use and modify libpng - libpng version 1.4.0beta69 - July 19, 2009 + libpng version 1.4.0beta69 - July 25, 2009 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson @@ -820,7 +820,7 @@ libpng.txt - A description on how to use and modify libpng Based on: - libpng versions 0.97, January 1998, through 1.4.0beta69 - July 19, 2009 + libpng versions 0.97, January 1998, through 1.4.0beta69 - July 25, 2009 Updated and distributed by Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson @@ -3971,7 +3971,7 @@ source. .SH XIII. Y2K Compliance in libpng -July 19, 2009 +July 25, 2009 Since the PNG Development group is an ad-hoc body, we can't make an official declaration. @@ -4201,7 +4201,7 @@ possible without all of you. Thanks to Frank J. T. Wojcik for helping with the documentation. -Libpng version 1.4.0beta69 - July 19, 2009: +Libpng version 1.4.0beta69 - July 25, 2009: Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc. Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net). @@ -4224,7 +4224,7 @@ this sentence. This code is released under the libpng license. -libpng versions 1.2.6, August 15, 2004, through 1.4.0beta69, July 19, 2009, are +libpng versions 1.2.6, August 15, 2004, through 1.4.0beta69, July 25, 2009, are Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are distributed according to the same disclaimer and license as libpng-1.2.5 with the following individual added to the list of Contributing Authors @@ -4323,7 +4323,7 @@ certification mark of the Open Source Initiative. Glenn Randers-Pehrson glennrp at users.sourceforge.net -July 19, 2009 +July 25, 2009 .\" end of man page diff --git a/libpngpf.3 b/libpngpf.3 index 849aaae6a9c273623b85e9712e346831bcc17120..41757530918544c68c9dca569ecc5faa973866de 100644 --- a/libpngpf.3 +++ b/libpngpf.3 @@ -1,4 +1,4 @@ -.TH LIBPNGPF 3 "July 19, 2009" +.TH LIBPNGPF 3 "July 25, 2009" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta69 (private functions) diff --git a/png.5 b/png.5 index 6a1163a38028873284b4fd5e7872162ffba643c8..9907368df57c29827eef1e1c2b935383face76d3 100644 --- a/png.5 +++ b/png.5 @@ -1,4 +1,4 @@ -.TH PNG 5 "July 19, 2009" +.TH PNG 5 "July 25, 2009" .SH NAME png \- Portable Network Graphics (PNG) format .SH DESCRIPTION diff --git a/png.c b/png.c index 16b76f3243bf979969edb06ee6437c510067f276..d04b32a6fd25d36570329e073d65ae668558ed3b 100644 --- a/png.c +++ b/png.c @@ -1,7 +1,7 @@ /* png.c - location for general purpose libpng functions * - * Last changed in libpng 1.4.0 [July 23, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) @@ -652,13 +652,13 @@ png_get_copyright(png_structp png_ptr) #else #ifdef __STDC__ return ((png_charp) PNG_STRING_NEWLINE \ - "libpng version x 1.4.0beta69 - July 23, 2009" PNG_STRING_NEWLINE \ + "libpng version x 1.4.0beta69 - July 25, 2009" PNG_STRING_NEWLINE \ "Copyright (c) 1998-2009 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \ "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ "Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \ PNG_STRING_NEWLINE); #else - return ((png_charp) "libpng version 1.4.0beta69 - July 23, 2009\ + return ((png_charp) "libpng version 1.4.0beta69 - July 25, 2009\ Copyright (c) 1998-2009 Glenn Randers-Pehrson\ Copyright (c) 1996-1997 Andreas Dilger\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc."); diff --git a/png.h b/png.h index 82d25e7fce37e3621941c30b5f119da434ac66b1..c92c988f937f5771477459c0469d3058f58c3bc4 100644 --- a/png.h +++ b/png.h @@ -1,7 +1,7 @@ /* png.h - header file for PNG reference library * - * libpng version 1.4.0beta69 - July 19, 2009 + * libpng version 1.4.0beta69 - July 25, 2009 * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) @@ -11,7 +11,7 @@ * Authors and maintainers: * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat * libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger - * libpng versions 0.97, January 1998, through 1.4.0beta69 - July 19, 2009: Glenn + * libpng versions 0.97, January 1998, through 1.4.0beta69 - July 25, 2009: Glenn * See also "Contributing Authors", below. * * Note about libpng version numbers: @@ -161,7 +161,7 @@ * * This code is released under the libpng license. * - * libpng versions 1.2.6, August 15, 2004, through 1.4.0beta69, July 19, 2009, are + * libpng versions 1.2.6, August 15, 2004, through 1.4.0beta69, July 25, 2009, are * Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are * distributed according to the same disclaimer and license as libpng-1.2.5 * with the following individual added to the list of Contributing Authors: @@ -337,7 +337,7 @@ /* Version information for png.h - this should match the version in png.c */ #define PNG_LIBPNG_VER_STRING "1.4.0beta69" #define PNG_HEADER_VERSION_STRING \ - " libpng version 1.4.0beta69 - July 19, 2009\n" + " libpng version 1.4.0beta69 - July 25, 2009\n" #define PNG_LIBPNG_VER_SONUM 14 #define PNG_LIBPNG_VER_DLLNUM 14 diff --git a/pngconf.h b/pngconf.h index 1ebcf3161b230d4b5630e1ba33f68412b36c4187..abf4422b4245985e0980a09aad25e77294ebe546 100644 --- a/pngconf.h +++ b/pngconf.h @@ -1,7 +1,7 @@ /* pngconf.h - machine configurable file for libpng * - * libpng version 1.4.0beta69 - July 19, 2009 + * libpng version 1.4.0beta69 - July 25, 2009 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) diff --git a/pngerror.c b/pngerror.c index fb1178cb7e8329c26a63b1dc4e796946ccf00650..f9e94404739f0732d8a7a507174b69db4f9b1623 100644 --- a/pngerror.c +++ b/pngerror.c @@ -1,7 +1,7 @@ /* pngerror.c - stub functions for i/o and memory allocation * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngget.c b/pngget.c index 5000192a9b3c492d9c7d290656d60c85f6343cad..82584e7d6b31c5d8faf9804393597177a78aaa7f 100644 --- a/pngget.c +++ b/pngget.c @@ -1,7 +1,7 @@ /* pngget.c - retrieval of values from info struct * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngmem.c b/pngmem.c index d1da5e6345a1697e45480cf439547e7a2df39cbb..07baafda7c037f26db60093e5213e00a5158cbb7 100644 --- a/pngmem.c +++ b/pngmem.c @@ -1,7 +1,7 @@ /* pngmem.c - stub functions for memory allocation * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngpread.c b/pngpread.c index 32c0946c5674e7ba3b51e4cc2216171361c85c21..829fb28a5e07dd6fafb355fd46b996269d87487f 100644 --- a/pngpread.c +++ b/pngpread.c @@ -1,7 +1,7 @@ /* pngpread.c - read a png file in push mode * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngpriv.h b/pngpriv.h index f6f36cba93cd74fcc5933b159a290e13acd2968d..6cc3a4497cf865fe5bc5073ac131ffcba76bfc64 100644 --- a/pngpriv.h +++ b/pngpriv.h @@ -1,7 +1,7 @@ /* pngpriv.h - private declarations for use inside libpng * - * libpng version 1.4.0beta69 - July 19, 2009 + * libpng version 1.4.0beta69 - July 25, 2009 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) diff --git a/pngread.c b/pngread.c index 2fbc4ff537473d08379e5627c85cdb4379638cae..afb81ebe6e6d56d940e391bc2d9d3c3a2513137d 100644 --- a/pngread.c +++ b/pngread.c @@ -1,7 +1,7 @@ /* pngread.c - read a PNG file * - * Last changed in libpng 1.4.0 [July 20, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngrio.c b/pngrio.c index 58c2d56b24c321233751aba3170058cdd66f6633..c81d57820f0ccb53b1b0f18a6ea2c4ca64e9aef1 100644 --- a/pngrio.c +++ b/pngrio.c @@ -1,7 +1,7 @@ /* pngrio.c - functions for data input * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngrtran.c b/pngrtran.c index be62d646575d1257ce0b3892e1715d9c7d1827cf..1388f854d9098cfa61dab1a5a8b3c7655e6d890f 100644 --- a/pngrtran.c +++ b/pngrtran.c @@ -1,7 +1,7 @@ /* pngrtran.c - transforms the data in a row for PNG readers * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngrutil.c b/pngrutil.c index 064b8d6921cf5e87fa4c8549a4b08ebb20a6f897..5eb9a45bc9dc56c95898e11851c9ea9030008015 100644 --- a/pngrutil.c +++ b/pngrutil.c @@ -1,7 +1,7 @@ /* pngrutil.c - utilities to read a PNG file * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngset.c b/pngset.c index 092b19f4900eb21392a3995a4e3078c205dd9431..256a9c0b44d144d3ca546cfdaa7c886cff2d9724 100644 --- a/pngset.c +++ b/pngset.c @@ -1,7 +1,7 @@ /* pngset.c - storage of image information into info struct * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngtest.c b/pngtest.c index c026ac49a73e222848a2c2ecf8aa6d5adf9d730d..1e957457d99f532b253ef14b5ea3bbd3de5f7612 100644 --- a/pngtest.c +++ b/pngtest.c @@ -1,7 +1,7 @@ /* pngtest.c - a simple test program to test libpng * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngtrans.c b/pngtrans.c index 56235bc738aabf175373b146b3ae2e65e829fdf5..9abc9081b97c10ca21917cd1fe9dd60191b5695c 100644 --- a/pngtrans.c +++ b/pngtrans.c @@ -1,7 +1,7 @@ /* pngtrans.c - transforms the data in a row (used by both readers and writers) * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngwio.c b/pngwio.c index 2ec7bb7219cb44f81f525b7d03a0e74789b3bef7..c4c1af14055fcb957bfa33a556c2aed19774e153 100644 --- a/pngwio.c +++ b/pngwio.c @@ -1,7 +1,7 @@ /* pngwio.c - functions for data output * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngwrite.c b/pngwrite.c index e3259a66d73836445e2df56aa291c52daf57fa0d..ce93dc8e680a80694650af8475f21b75488ec30a 100644 --- a/pngwrite.c +++ b/pngwrite.c @@ -1,7 +1,7 @@ /* pngwrite.c - general routines to write a PNG file * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngwtran.c b/pngwtran.c index fa025f816997831e19016a2a3545a66d36055445..36990baccbc7f61a62e5141bb2fdef37de1b3c70 100644 --- a/pngwtran.c +++ b/pngwtran.c @@ -1,7 +1,7 @@ /* pngwtran.c - transforms the data in a row for PNG writers * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/pngwutil.c b/pngwutil.c index 7a7b07ec97b4ee9e51211fb607707d69d94a0da3..84b3c37750ef70f8b6547fef16f221fda3245364 100644 --- a/pngwutil.c +++ b/pngwutil.c @@ -1,7 +1,7 @@ /* pngwutil.c - utilities to write a PNG file * - * Last changed in libpng 1.4.0 [July 19, 2009] + * Last changed in libpng 1.4.0 [July 25, 2009] * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff --git a/projects/xcode/libpng.xcodeproj/.gitignore b/projects/xcode/libpng.xcodeproj/.gitignore deleted file mode 100644 index af02ed19f9e9070dd29c4b3197f8a1761414bd16..0000000000000000000000000000000000000000 --- a/projects/xcode/libpng.xcodeproj/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.mode1* -*.pbxuser -*.mode1* -*.pbxuser