mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
update HISTORY file for 2.2.1, though a little too late :)
This commit is contained in:
parent
8f648927eb
commit
3610364f13
1 changed files with 83 additions and 0 deletions
83
cde/HISTORY
83
cde/HISTORY
|
@ -6,6 +6,89 @@ use 'git log', or peruse the commit history at:
|
|||
https://sourceforge.net/p/cdesktopenv/code/commit_browser
|
||||
|
||||
|
||||
# 2.2.1 03/01/2014
|
||||
|
||||
- Forgot to update this file for the release. Oops. At any rate,
|
||||
only the git shortlogs for each release will be listed here in the
|
||||
future.
|
||||
|
||||
Shortlog:
|
||||
|
||||
Eugene Doudine (5):
|
||||
Bugfix for #9 Cut off fonts in titles
|
||||
Fix for several segfaults in dtwm that happen with UTF-8 locale and were caused by unckeked XmeRenderTableGetDefaultFont return value
|
||||
Fixes segfault in dtprintinfo when used UTF-8 locale, bug was caused by unchecked return value of XmeRenderTableGetDefaultFont()
|
||||
addition of en_US.UTF-8 locale: fonts.alias and fonts.dir files
|
||||
Addition of the en_US.UTF-8 locale: installation support
|
||||
|
||||
Isaac Dunham (2):
|
||||
dtlogin: use proper path to getty and /usr/local/bin in path on Linux
|
||||
Add -quiet option to dtlogin.
|
||||
|
||||
Jon Trulson (9):
|
||||
dtinfogen_worker: don't free variables then use them later.
|
||||
Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
|
||||
Add dtwm.mgg Greek UTF translation from Antonis Tsolomitis
|
||||
dtexec: fix a case on linux where an infinite loop could occur.
|
||||
dtexec: use proper FD_CLOEXEC rather than a hardcoded 1
|
||||
Fix for xorg-xkb partially freezes dtwm when keyboard layout is changed.
|
||||
Re-add NO_DTINFO blocks removed in NetBSD port patch
|
||||
admin: add a BuildNotes dir for documenting release proceedures, etc
|
||||
Version change to 2.2.1
|
||||
|
||||
Pascal Stumpf (22):
|
||||
Kill lots of warnings in DtSvc.
|
||||
Kill most warnings in lib/DtTerm.
|
||||
Do not use -fpermissive in programs/nsgmls. It's not needed.
|
||||
sync warning flags betseen cc and c++ on OpenBSD
|
||||
kill a few more warnings in DtPrint
|
||||
Silence lots of warnings in lib/DtHelp.
|
||||
Do not hardcode /usr/dt in print.dt.
|
||||
Xreset.src: Do not hardcode /usr/dt.
|
||||
s,/usr/dt,CDE_INSTALLATION_TOP,g in dtlogin/config
|
||||
Simplify programs/Imakefile a bit. dtksh, dtlogin and dtcm build everywhere.
|
||||
Adapt dtlogin/config/_common.ksh.src for OpenBSD:
|
||||
error.ds.src: don't hardcode /usr/dt
|
||||
SECURITY fix for dtappintegrate: Use mktemp(1) to generate a template.
|
||||
Kill iostream.h deprecation warnings on *BSD.
|
||||
ttsnoop: deal with iostream.h and missing sentinels.
|
||||
OpenBSD.cf: don't include xorg.cf (leftover)
|
||||
Make dtksh build on OpenBSD/powerpc.
|
||||
include unistd.h for read(2) prototype. Fixes dtdocbook on PowerPC.
|
||||
dtlogin: correct path to getty.
|
||||
dtlp: Fix the path to DtFuncs.dtsh if CDE_INSTALLATION_TOP != /usr/dt.
|
||||
Do not install symlinks to libraries on OpenBSD.
|
||||
Fix dtcm build on OpenBSD-current.
|
||||
|
||||
Peter Howkins (2):
|
||||
dtstyle: Alphabetically sort the backdrops in the backdrop list.
|
||||
dtstyle: Resolve 70 compiler warnings
|
||||
|
||||
Ulrich Wilkens (16):
|
||||
lib/DtHelp: added missing include.
|
||||
avoid identical Vector instantiations.
|
||||
Remove installation of motif man pages.
|
||||
dtinfo subdirectory DtMmdb
|
||||
dtinfo subdirectory dtinfo
|
||||
dtinfo subdirectory dtinfogen
|
||||
dtinfo subdirectory mmdb
|
||||
documents for dtinfo
|
||||
dtinfo other files
|
||||
dtinfo activation
|
||||
No symlinks to libraries on OpenBSD (default install)
|
||||
correction of message files
|
||||
Introduction of BSDArchitecture
|
||||
NetBSD port
|
||||
Fix for dtinfo segfaults
|
||||
Fix UTF8 problem on non-linux systems
|
||||
|
||||
alx (4):
|
||||
dticon: fixed "rubber string" drawing on high/true color displays
|
||||
dtfile: fclose called twice on same handle
|
||||
dtscreen: cosmic flame fractals missing drawing code
|
||||
wwl: fixed dtinfo segfault due to missing copy constructor in WArgList
|
||||
|
||||
|
||||
# 2.2.0d (beta) 05/30/2013
|
||||
|
||||
- We are being bold this time, and promoting CDE to Beta.
|
||||
|
|
Loading…
Reference in a new issue