diff --git a/cde/HISTORY b/cde/HISTORY index fe21bf7f5..a662d79ef 100644 --- a/cde/HISTORY +++ b/cde/HISTORY @@ -5,6 +5,15 @@ use 'git log', or peruse the commit history at: https://sourceforge.net/p/cdesktopenv/code/commit_browser +####################################################################### +### 2.3.2 (stable) 01/14/2020 + +The only change in this version from 2.3.1 is a fix for CERT +CVE-2020-2692, a potential privilege escalation exploit in dtsession. +There is POC for Solaris. Exploiting this on our CDE would be +significantly more difficult, but we fixed them just the same. + + ####################################################################### ### 2.3.1 (stable) 11/15/2019 diff --git a/cde/Makefile b/cde/Makefile index 875be9cc7..95157d479 100644 --- a/cde/Makefile +++ b/cde/Makefile @@ -1,5 +1,5 @@ # $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $ - RELEASE = Release 2.3.1 + RELEASE = Release 2.3.2 PRODUCT = CDE SHELL = /bin/sh RM = rm -f diff --git a/cde/copyright b/cde/copyright index d43fe5ca8..167c32be2 100644 --- a/cde/copyright +++ b/cde/copyright @@ -1,10 +1,10 @@ - Common Desktop Environment Version 2.3.1 + Common Desktop Environment Version 2.3.2 (c) Copyright 1993-2012 The Open Group -(c) Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details +(c) Copyright 2012-2020 CDE Project contributors Project Website: http://cdesktopenv.sourceforge.net/ diff --git a/cde/doc/common/help/HELPEnt.sgm b/cde/doc/common/help/HELPEnt.sgm index ecf10dc1c..6fd3db125 100644 --- a/cde/doc/common/help/HELPEnt.sgm +++ b/cde/doc/common/help/HELPEnt.sgm @@ -1,8 +1,8 @@ -Common Desktop Environment 2.3.1, +Common Desktop Environment 2.3.2, © Copyright 1993-2012 The Open Group -© Copyright 2012-2020 CDE Project contributors, see CONTRIBUTORS for details +© Copyright 2012-2020 CDE Project contributors Project Website: http://cdesktopenv.sourceforge.net/ diff --git a/cde/lib/DtSvc/DtUtil1/Dt.h b/cde/lib/DtSvc/DtUtil1/Dt.h index a164404a4..7cf3d93f5 100644 --- a/cde/lib/DtSvc/DtUtil1/Dt.h +++ b/cde/lib/DtSvc/DtUtil1/Dt.h @@ -52,13 +52,13 @@ extern "C" { #define DtVERSION 2 #define DtREVISION 3 -#define DtUPDATE_LEVEL 1 +#define DtUPDATE_LEVEL 2 #define DtVERSION_NUMBER (DtVERSION * 10000 + \ DtREVISION * 100 + \ DtUPDATE_LEVEL) -#define DtVERSION_STRING "CDE Version 2.3.1" +#define DtVERSION_STRING "CDE Version 2.3.2" /* diff --git a/cde/lib/tt/bin/ttauth/ttauth.man b/cde/lib/tt/bin/ttauth/ttauth.man index bbda31c01..56f6df672 100644 --- a/cde/lib/tt/bin/ttauth/ttauth.man +++ b/cde/lib/tt/bin/ttauth/ttauth.man @@ -18,7 +18,7 @@ .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from The Open Group. -.TH TTAUTH 1 "Release 2.3.1" "CDE" +.TH TTAUTH 1 "Release 2.3.2" "CDE" .SH NAME ttauth \- ToolTalk authority file utility .SH SYNOPSIS diff --git a/cde/lib/tt/tooltalk.tmpl b/cde/lib/tt/tooltalk.tmpl index f4dd5e7fa..fb2015cae 100644 --- a/cde/lib/tt/tooltalk.tmpl +++ b/cde/lib/tt/tooltalk.tmpl @@ -6,7 +6,7 @@ /* TT_VERSION defines the version string which is imbedded in all the */ /* binaries and shipped libraries. */ -TT_VERSION = "CDE Version 2.3.1" +TT_VERSION = "CDE Version 2.3.2" TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"