mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
release: update version to 2.2.4, update HISTORY
This commit is contained in:
parent
e121a25ef2
commit
a173dd3b3b
7 changed files with 68 additions and 9 deletions
59
cde/HISTORY
59
cde/HISTORY
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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>,
|
||||
|
||||
© Copyright 1993-2012 The Open Group
|
||||
© Copyright 2012-2014 CDE Project contributors, see CONTRIBUTORS for details
|
||||
© Copyright 2012-2016 CDE Project contributors, see CONTRIBUTORS for details
|
||||
|
||||
Project Website: http://cdesktopenv.sourceforge.net/
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)\"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue