summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-09-02 15:00:50 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-09-02 15:00:50 +0000
commit9aed20a59e5e8ecab142bfc3ef1ce81fbafe1bac (patch)
tree3262aa2b256b15974326a23e41d39172999f43fb
parentda720f3b9a4664098a84d377c2bb9dd67d67715b (diff)
downloadcups-9aed20a59e5e8ecab142bfc3ef1ce81fbafe1bac.tar.gz
Last changes for 2.0rc1.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12145 a1ca3aef-8c08-0410-bb20-df032aa958be
-rw-r--r--CHANGES.txt2
-rw-r--r--INSTALL.txt10
-rw-r--r--Makefile2
-rw-r--r--README.txt2
4 files changed, 5 insertions, 11 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e59a94d3e..b7c0b26a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-CHANGES.txt - 2.0rc1 - 2014-08-29
+CHANGES.txt - 2.0rc1 - 2014-09-02
---------------------------------
CHANGES IN CUPS V2.0rc1
diff --git a/INSTALL.txt b/INSTALL.txt
index feeafe7c2..77b1628c1 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,5 +1,5 @@
-INSTALL - CUPS v2.0b1 - 2014-07-30
-----------------------------------
+INSTALL - CUPS v2.0rc1 - 2014-09-02
+-----------------------------------
This file describes how to compile and install CUPS from source code. For more
information on CUPS see the file called "README.txt". A complete change log can
@@ -165,17 +165,11 @@ CREATING BINARY DISTRIBUTIONS WITH EPM
following:
epm - Builds a script + tarfile package
- aix - Builds an AIX package
bsd - Builds a *BSD package
deb - Builds a Debian package
- depot - Builds a HP-UX package (also swinstall)
- inst - Builds an IRIX package (also tardist)
pkg - Builds a Solaris package
rpm - Builds a RPM package
- setld - Build a Tru64 UNIX package
slackware - Build a Slackware package
- swinstall - Build a HP-UX package (also depot)
- tardist - Builds an IRIX package (also inst)
GETTING DEBUG LOGGING FROM CUPS
diff --git a/Makefile b/Makefile
index 0465d8a4a..07a0826e8 100644
--- a/Makefile
+++ b/Makefile
@@ -319,7 +319,7 @@ sloc:
EPMFLAGS = -v --output-dir dist $(EPMARCH)
-bsd deb pkg slackware tardist:
+bsd deb pkg slackware:
epm $(EPMFLAGS) -f $@ cups packaging/cups.list
epm:
diff --git a/README.txt b/README.txt
index d12bfabb1..d9c0adb55 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-README - CUPS v2.0rc1 - 2014-08-28
+README - CUPS v2.0rc1 - 2014-09-02
----------------------------------
********************************************************************************