]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror fix from trunk for STR #4452.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Jul 2014 13:00:17 +0000 (13:00 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Jul 2014 13:00:17 +0000 (13:00 +0000)
Bump version to 1.7.5.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@12025 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
backend/lpd.c
config-scripts/cups-common.m4
cups/cups.h

index 26076645f6c55fa1c7a5ef6e48e0013c0faa32f0..9fd62a0731614d1e3b2bf4fefe51145e4aa5406a 100644 (file)
@@ -1,6 +1,11 @@
-CHANGES.txt - 1.7.4 - 2014-07-08
+CHANGES.txt - 1.7.4 - 2014-07-15
 --------------------------------
 
+CHANGES IN CUPS V1.7.5
+
+       - The LPD backend did not work with some versions of glibc (STR #4452)
+
+
 CHANGES IN CUPS V1.7.4
 
        - Security: The web interface incorrectly served symlinked files and
@@ -25,7 +30,6 @@ CHANGES IN CUPS V1.7.4
        - Fixed a bug in the CUPS_SC_GET_DEVICE_ID handling by the network
          backends (STR #4447)
        - Added USB quirk rule for Lexmark E230 (STR #4448)
-       - The LPD backend did not work with some versions of glibc (STR #4452)
 
 
 CHANGES IN CUPS V1.7.3
index 92f243015794870432ac0a9ea103139d6df7b257..17e31fe5acb5dcb09f2d2004817697d3d4e4b3ef 100644 (file)
@@ -1276,7 +1276,7 @@ rresvport_af(int *port,                   /* IO - Port number to bind to */
     * Try binding the port to the socket; return if all is OK...
     */
 
-    if (!bind(fd, (struct sockaddr *)&addr, httpAddrSize(&addr)))
+    if (!bind(fd, (struct sockaddr *)&addr, httpAddrLength(&addr)))
       return (fd);
 
    /*
index 57e6a063640602a08db763f66c9cc07d1a13c825..884165aaff3fe55d67eadb219dc45a7286eaf0e8 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.4"
+CUPS_VERSION="1.7.5"
 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 8dc20fdebadb46896adac8d556cf4d51b0de64df..76a0614a47a79d355f995bf6aa01ca9109b405bd 100644 (file)
@@ -49,10 +49,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 1.0704
+#  define CUPS_VERSION                 1.0705
 #  define CUPS_VERSION_MAJOR           1
 #  define CUPS_VERSION_MINOR           7
-#  define CUPS_VERSION_PATCH           4
+#  define CUPS_VERSION_PATCH           5
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for