release: update version to 2.2.4, update HISTORY 2.2.4
authorJon Trulson <jon@radscan.com>
Sun, 19 Jun 2016 18:46:29 +0000 (12:46 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 19 Jun 2016 18:46:29 +0000 (12:46 -0600)
cde/HISTORY
cde/Makefile
cde/copyright
cde/doc/common/help/HELPEnt.sgm
cde/lib/DtSvc/DtUtil1/Dt.h
cde/lib/tt/bin/ttauth/ttauth.man
cde/lib/tt/tooltalk.tmpl

index a1d8c955f348503299ddafbedb36b47435062067..b86b03758b8caba6f8e36a11b2469001503fe2e7 100644 (file)
@@ -5,6 +5,65 @@ use 'git log', or peruse the commit history at:
 
 https://sourceforge.net/p/cdesktopenv/code/commit_browser
 
+# 2.2.4 06/19/2016
+
+This release incorporates several fixes for newer operating systems
+(linux and the BSD's primarily).  It also removes the requirement to
+build with Xp (X Print extension), which is no longer supported.  As
+usual, many warnings and bugs were also fixed.
+
+Here's the shortlog:
+
+Douglas Carmichael (2):
+      Patches to enable compilation on OpenBSD 5.7/FreeBSD 10.1.
+      Changed memcpy() to memmove() to stop coredumping on OpenBSD 5.7.
+
+Giacomo Comes (2):
+      Use /var/spool instead of /usr/spool on linux
+      call fclose(infile) after print_progress()
+
+Isaac Dunham (1):
+      programs/dtappintegrate: make PATH include /bin.
+
+Jon Trulson (6):
+      ksh: fix up shipin for more modern systems WRT test and wc
+      dtlogin: use XDM authentication instead of MIT/DES on linux
+      ttcp: fix missing arg to fprintf
+      dbtoman: fix missing arg to fprintf
+      dtappbuilder: replace accidental %a with %% in write_func_as_strings()
+      contrib: some enhancements to the scrotps provided by Edmond Orignac
+
+Pascal de Bruijn (2):
+      dtlogin: don't use crypt(3) on openbsd
+      dtlogin: openbsd build fix
+
+Peter Howkins (3):
+      Disable all code related to libXp     deprecated and mostly no longer included on current OSes
+      dtstyle: backdrops, allow jpg/png if motif supports it     add file extensions to all types but .pm/.bm. This lets XmGetPixmap() load them.
+      dtstyle: remove some accidentally commited debug code
+
+Ulrich Wilkens (3):
+      Fix FreeBSD 10.2 build
+      Fix dtinfo document build on OpenBSD
+      dtlogin: FreeBSD build fix
+
+alx (14):
+      dtsession: fixed errorlog rotation
+      dtfile: fixed double free in copy/move collision handler
+      dticon: KeySym is not char
+      dtfile: 0 is not NULL
+      dtfile: fixed file view scrolling with Page Up/Down keys
+      dtfile: fixed ambiguity in the translation table
+      DtWidget: added appropriate KeyPress event handler to DtIcon widget
+      DtWidget: resolved some compiler warnings
+      dtfile: Enable FILE_MAP_OPTIMIZE on FreeBSD. This avoids unnecessary tt_file_netfile calls on local host.
+      dtlogin: Enable XDM authentication on FreeBSD
+      dtsession: Enable X11 screensaver extension on FreeBSD
+      dtwm: 0 is not NULL
+      dtwm: Resolved some compiler warnings
+      dtfile: Enable FILE_MAP_OPTIMIZE on Linux. This avoids unnecessary tt_file_netfile calls on local host.
+
+
 # 2.2.3 05/09/2015
 
 This release incorporates several hundred fixes identified by various
index dc2a1d7d7f44771ddcc653f9efd81ec48fc9dfa5..f694e2ff28c9af903fbe88fd293590d32f3ae8a3 100644 (file)
@@ -1,5 +1,5 @@
 # $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $
-     RELEASE = Release 2.2.3
+     RELEASE = Release 2.2.4
      PRODUCT = CDE
        SHELL = /bin/sh
           RM = rm -f
index 4effd887125da89cf5652e18812cc893fa921c0b..78241ca47b11f487a196b2a58c8b39754647d1a0 100644 (file)
@@ -1,10 +1,10 @@
 
 
 
-               Common Desktop Environment Version 2.2.3
+               Common Desktop Environment Version 2.2.4
 
 (c) Copyright 1993-2012 The Open Group
-(c) Copyright 2012-2014 CDE Project contributors, see CONTRIBUTORS for details
+(c) Copyright 2012-2016 CDE Project contributors, see CONTRIBUTORS for details
 
 Project Website: http://cdesktopenv.sourceforge.net/
 
index be1d0f954da32547606dd3d637bb73001b051bc1..78691fe29076a8da295703312f6afafdb9dce8ab 100644 (file)
@@ -1,8 +1,8 @@
 <!-- $TOG: HELPEnt.sgm /main/12 1999/10/12 09:35:15 mgreess $ -->
-<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.2.3</GlossTerm>,
+<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.2.4</GlossTerm>,
 
 &copy; Copyright 1993-2012 The Open Group
-&copy; Copyright 2012-2014 CDE Project contributors, see CONTRIBUTORS for details
+&copy; Copyright 2012-2016 CDE Project contributors, see CONTRIBUTORS for details
 
 Project Website: http://cdesktopenv.sourceforge.net/
 
index 581d243a67359a7585c5cc71178b5a499e6b4d36..da88e36ff7bbfc5d54169f4e1ab29bf7b9477a39 100644 (file)
@@ -52,13 +52,13 @@ extern "C" {
 
 #define DtVERSION              2
 #define DtREVISION             2
-#define DtUPDATE_LEVEL         3
+#define DtUPDATE_LEVEL         4
 
 #define DtVERSION_NUMBER       (DtVERSION * 10000 +  \
                                DtREVISION * 100 + \
                                DtUPDATE_LEVEL)
 
-#define DtVERSION_STRING "CDE Version 2.2.3"
+#define DtVERSION_STRING "CDE Version 2.2.4"
 
 
 /* 
index 8218c0db8bd5f082251886e37cc04f6b3beb8e90..ecafeb9339008ba7aaeefafb4816a51a09927116 100644 (file)
@@ -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.2.3" "CDE"
+.TH TTAUTH 1 "Release 2.2.4" "CDE"
 .SH NAME
 ttauth \- ToolTalk authority file utility
 .SH SYNOPSIS
index 1e6416c0b77df08a4ab79688e858f99c7c71ff87..9ef0a8aa597894d953802bd766dd2285486f4721 100644 (file)
@@ -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.2.3"
+TT_VERSION = "CDE Version 2.2.4"
 TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"