]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
New changes are for 1.7.3.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 10 Apr 2014 15:47:53 +0000 (15:47 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 10 Apr 2014 15:47:53 +0000 (15:47 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11812 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
config-scripts/cups-common.m4
cups/cups.h

index d6cf7a6919988648414a9bfeecea37cdc34abe9d..f5022f469a3bbd531fe500c4c6b770b8efc0587e 100644 (file)
@@ -1,6 +1,9 @@
-CHANGES.txt - 1.7.2 - 2014-04-10
+CHANGES.txt - 1.7.3 - 2014-04-10
 --------------------------------
 
+CHANGES IN CUPS V1.7.3
+
+
 CHANGES IN CUPS V1.7.2
 
        - Security: The scheduler now blocks URLs containing embedded HTML
@@ -22,7 +25,7 @@ CHANGES IN CUPS V1.7.2
        - cupsDoIORequest could miss the server status, causing failed lpadmin
          and other administrative commands (STR #4386)
        - cupsEnumDests didn't always call the callback function (STR #4380)
-       - "lp -i job-id -H hold" did not work (STR #nnn)
+       - "lp -i job-id -H hold" did not work (STR #4401)
        - CUPS didn't compile on older platforms (STR #4338)
        - Several libcups files did not have the Apple license exception
          notice (STR #4361)
index d570588697579803d38ba9d1964598a4d62262e4..da2b4fc3ffb806bc43816353bc403343301e7288 100644 (file)
@@ -20,7 +20,7 @@ dnl Set the name of the config header file...
 AC_CONFIG_HEADER(config.h)
 
 dnl Version number information...
-CUPS_VERSION="1.7.2"
+CUPS_VERSION="1.7.3"
 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'`"
index 51a97560939fc93266ddb0f94f25f221115744c6..3224c8383128b311b2799f470e25cb814d7dc559 100644 (file)
@@ -53,10 +53,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 1.0702
+#  define CUPS_VERSION                 1.0703
 #  define CUPS_VERSION_MAJOR           1
 #  define CUPS_VERSION_MINOR           7
-#  define CUPS_VERSION_PATCH           2
+#  define CUPS_VERSION_PATCH           3
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for