]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Prep for 2.1b2 (couple more bug fixes coming...)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 24 Jun 2015 20:09:38 +0000 (20:09 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 24 Jun 2015 20:09:38 +0000 (20:09 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12760 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
INSTALL.txt
README.txt
config-scripts/cups-common.m4

index 59070464a67052c828464b0cef7bebc3f0c05c24..7386300127e6acc646194825e6e554e4d82a77b0 100644 (file)
@@ -1,7 +1,7 @@
-CHANGES.txt - 2.1??? - 2015-06-11
+CHANGES.txt - 2.1b2 - 2015-06-24
 ---------------------------------
 
-CHANGES IN CUPS V2.1???
+CHANGES IN CUPS V2.1b2
 
        - Added support for 3D printers (basic types only, no built-in filters)
          based on PWG white paper.
index 0608c3547a2d6a2e2a88636620d2ada2d337aae6..7356a8ad7e617cdff5bef913eb214e561d4378e7 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.1b1 - 2015-06-08
+INSTALL - CUPS v2.1b2 - 2015-06-24
 ----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
index a6db7bfb945b57e17ceb0fd7c48ba16b690e832e..fc860b094b728e4d49e03706e087898dd012f6cb 100644 (file)
@@ -1,4 +1,4 @@
-README - CUPS v2.1b1 - 2015-06-08
+README - CUPS v2.1b2 - 2015-06-24
 ---------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt" instead...
index 9ecabd640370f145f2ad86b4aac1d305a4890973..20fed40473470f3511887a78202ac1da52c20d30 100644 (file)
@@ -3,7 +3,7 @@ dnl "$Id$"
 dnl
 dnl Common configuration stuff for CUPS.
 dnl
-dnl Copyright 2007-2014 by Apple Inc.
+dnl Copyright 2007-2015 by Apple Inc.
 dnl Copyright 1997-2007 by Easy Software Products, all rights reserved.
 dnl
 dnl These coded instructions, statements, and computer programs are the
@@ -20,7 +20,7 @@ dnl Set the name of the config header file...
 AC_CONFIG_HEADER(config.h)
 
 dnl Version number information...
-CUPS_VERSION="2.1b1"
+CUPS_VERSION="2.1b2"
 CUPS_REVISION=""
 #if test -z "$CUPS_REVISION" -a -d .svn; then
 #      CUPS_REVISION="-r`svnversion . | awk -F: '{print $NF}' | sed -e '1,$s/[[a-zA-Z]]*//g'`"