-CHANGES.txt - 2.2b1 - 2016-06-21
+CHANGES.txt - 2.2b2 - 2016-06-24
--------------------------------
CHANGES IN CUPS V2.2b2
-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
-README - CUPS v2.2b1 - 2016-05-31
+README - CUPS v2.2b2 - 2016-06-24
---------------------------------
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
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)