]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Prep for 2.2b2.
authorMichael Sweet <michael.r.sweet@gmail.com>
Fri, 24 Jun 2016 15:13:33 +0000 (11:13 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Fri, 24 Jun 2016 15:13:33 +0000 (11:13 -0400)
CHANGES.txt
INSTALL.txt
README.txt
configure.ac

index 25547e4a4cd45ac83a4de930435bc34bd2509cd7..a49f0930cc5deabe36ecd9b16036246e919c0dc8 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES.txt - 2.2b1 - 2016-06-21
+CHANGES.txt - 2.2b2 - 2016-06-24
 --------------------------------
 
 CHANGES IN CUPS V2.2b2
index e1f37832689f6d6f4ccda234e23f4f30a38dee15..fa2718f349d5c61b0e31717a6a63b4a3193a8a2e 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.2b1 - 2016-05-31
+INSTALL - CUPS v2.2b2 - 2016-06-24
 ----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
index db8f507b4b013661fb5bd4bf0d2c4d412978f111..c0d29e512b227b885cca63956027cead1fe464a1 100644 (file)
@@ -1,4 +1,4 @@
-README - CUPS v2.2b1 - 2016-05-31
+README - CUPS v2.2b2 - 2016-06-24
 ---------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt" instead...
@@ -7,7 +7,7 @@ Looking for compile instructions?  Read the file "INSTALL.txt" instead...
 INTRODUCTION
 
     CUPS is a standards-based, open source printing system developed by Apple
-    Inc. for OS® X and other UNIX®-like operating systems.  CUPS uses the
+    Inc. for macOS® and other UNIX®-like operating systems.  CUPS uses the
     Internet Printing Protocol ("IPP") and provides System V and Berkeley
     command-line interfaces, a web interface, and a C API to manage printers and
     print jobs.  It supports printing to both local (parallel, serial, USB) and
index b9b8f3bb86d77bc08a83bd7a62fd058ef3945e6a..30b896ab18ac48d3822ba013026b016427cac078 100644 (file)
@@ -15,7 +15,7 @@ dnl We need at least autoconf 2.60...
 AC_PREREQ(2.60)
 
 dnl Package name and version...
-AC_INIT([CUPS], [2.2b1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2b2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)