]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES.md
Update more IPP strings.
[thirdparty/cups.git] / CHANGES.md
index d129605d359fa3ed4acf2e0d19b42140262e8513..6af792b82911b61c266273d7115ebdabe7658f3e 100644 (file)
@@ -1,11 +1,19 @@
-CHANGES - 2.3.1 - 2019-12-02
+CHANGES - 2.3.2 - 2019-12-18
 ============================
 
 
+Changes in CUPS v2.3.2
+----------------------
+
+- Localization updates.
+
+
 Changes in CUPS v2.3.1
 ----------------------
 
 - Documentation updates (Issue #5661, #5674, #5682)
+- CVE-2019-2228: The `ippSetValuetag` function did not validate the default
+  language value.
 - Fixed a crash bug in the web interface (Issue #5621)
 - The PPD cache code now looks up page sizes using their dimensions
   (Issue #5633)
@@ -27,8 +35,11 @@ Changes in CUPS v2.3.1
 - Log file access controls were not preserved by `cupsctl` (Issue #5677)
 - Default printers set with `lpoptions` did not work in all cases (Issue #5681,
   Issue #5683, Issue #5684)
-- The IPP backend did not detect all cases where a job should be retried using
+- Fixed an error in the jobs web interface template (Issue #5694)
+- Fixed an off-by-one error in `ippEnumString` (Issue #5695)
+- Fixed some new compiler warnings (Issue #5700)
 - Fixed a few issues with the Apple Raster support (rdar://55301114)
+- The IPP backend did not detect all cases where a job should be retried using
   a raster format (rdar://56021091)
 - Fixed spelling of "fold-accordion".
 - Fixed the default common name for TLS certificates used by `ippeveprinter`.