diff --git a/general.ent b/general.ent
index 7a1109dcbd..11b45f39d7 100644
--- a/general.ent
+++ b/general.ent
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 2750f2ed3b..f25ef31b0e 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -42,6 +42,17 @@
-->
+
+ July 30th, 2017
+
+
+ [pierre] - Fix Cups-2.2.4 failure to find printers when
+ no default printer is defined. Fixes
+ #9471.
+
+
+
+
July 29th, 2017
diff --git a/pst/printing/cups.xml b/pst/printing/cups.xml
index 712f0f36a9..d43ccf33bc 100644
--- a/pst/printing/cups.xml
+++ b/pst/printing/cups.xml
@@ -203,6 +203,12 @@
choice.
+
+
+ Fix a regression in CUPS-2.2.4:
+
+
+sed -i '2062,2069d' cups/dest.c
+ in /usr/share/doc/cups-&cups-version;-->
Build Cups by running the following commands:
@@ -292,14 +294,20 @@ ln -svnf ../cups/doc-&cups-version; /usr/share/doc/cups-&cups-version;
Command Explanations
+
sed -i '/kerberized/,$ d' conf/cupsd.conf.in: when this
version of cups is compiled without kerberos
support, it nevertheless adds a policy entry at the end of
/etc/cups/cupsd.conf. But the daemon will error out
because it does not understand that entry, so remove it.
+-->
+
+
+ sed ... cups/dest.c: Fix a regression in cups-2.2.4,
+ which prevents finding printers when no default printer is defined.
+
sed ... Makedefs.in: Fix files and directories