HISTORY 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393
  1. This is the release history file for CDE. It will detail each
  2. release version and date, along with the highlights of the release.
  3. For more detailed information on changes between any given release,
  4. use 'git log', or peruse the commit history at:
  5. https://sourceforge.net/p/cdesktopenv/code/commit_browser
  6. #######################################################################
  7. ### 2.3.1 (stable) 11/15/2019
  8. This stable release comes from the 2.3.0a development release, and
  9. adds a few more minor fixes and cleanups.
  10. The main highlights of this release:
  11. - All languages are built by default on Linux again.
  12. - Hundreds (perhaps thousands) of compiler warnings fixed. Far too
  13. many remain.
  14. - Hundreds of Coverity fixes.
  15. - Removal of large chunks of code, docs and the like pertaining to
  16. unsupported systems and plain old ancient cruft that serves no
  17. useful purpose anymore.
  18. - All non-ansi C functions (K&R style) have finally been ansi'fied.
  19. - All C/C++ 'register' declarations have finally been removed.
  20. - Integration of Antonis Tsolomitis' desktop_approots contribution.
  21. This adds default actions for a variety of common file types.
  22. Support is provided via a new dtopen script that is used to launch an
  23. appropriate viewer for an appropriate file type.
  24. The types supported are: images (jpg, png, etc), videos (mpg, avi,
  25. mp4, etc), PDF files, and Postscript files.
  26. Additionally, icons and actions for various common utilties are also
  27. provided, like one for VLC.
  28. The various "view" helpers currently installed are:
  29. dtopen_vimage - view an image file. Defaults to xv, display, and
  30. gimp, in that order. Override with the environment variable
  31. DTOPEN_VIMAGE.
  32. dtopen_vpdf - view a PDF file. Defaults to okular, xpdf. Override
  33. with the environment variable DTOPEN_VPDF.
  34. dtopen_vps - view a postscript file. Defaults to mgv, gv. Override
  35. with the environment variable DTOPEN_VPS.
  36. dtopen_vvideo - view a video file. Defaults to vlc, ffplay.
  37. Override with the environment variable DTOPEN_VVIDEO.
  38. When a request is made to view one of these file types, the list of
  39. possible viewers will be tried, in order, until one is found. If
  40. none are found, an error message will be displayed.
  41. Add environment variable overrides to your ~/.dtprofile file if you
  42. don't like the default(s). ex:
  43. export DTOPEN_VVIDEO="mpv"
  44. - sgml is gone. We always use CDE's nsgmls program now. In time,
  45. this too will be removed and the system's nsgmls installation will
  46. be used and required as an external dependency.
  47. - The included tcl interpreter is gone, we always use the system TCL
  48. interpreter now (8.5+).
  49. - A potential exploit in dtprintinfo was also addressed. This
  50. affected Solaris CDE, but ours still had "issues" with amazingly
  51. stupid code. It is no longer installed SUID root.
  52. - aarch64 support.
  53. - scroll wheel support for dtterm and dtfile is working now.
  54. Here is the git "short" log:
  55. Adam Sampson (3):
  56. Avoid a NULL pointer dereference
  57. Don't dereference an uninitialised pointer
  58. Explicitly initialise two more static pointers
  59. Alex Ivanov (1):
  60. define M4Cmd
  61. Chase (4):
  62. Use iconv on linux
  63. Remove old jpeg files
  64. remove more internal jpeg headers
  65. il: remove various deprecated files
  66. David Cantrell (1):
  67. Patch out use of deprecated and now removed ustat(2) function on Linux.
  68. Jon Trulson (111):
  69. Merge branch 'master' into cde-next
  70. makedepend: remove register keyword
  71. util/mkshadow: delete ancient unused utility
  72. util/dbtoman/instant: remove register keyword
  73. examples/dtwsm: remove register keyword
  74. lib/DtHelp/il: remove register keyword
  75. lib/DtHelp/jpeg: remove register keyword
  76. lib/DtHelp: remove register keyword
  77. lib/DtPrint: remove register keyword
  78. DtSearch/raima: remove register keyword
  79. lib/DtSearch: remove register keyword
  80. DtSvc/DtCodelibs: remove register keyword
  81. DtSvc/DtEncap: remove register keyword
  82. DtSvc/DtUtil1: remove register keyword
  83. DtSvc/DtUtil2: remove register keyword
  84. DtTerm/util: remove register keyword
  85. DtWidget: remove register keyword
  86. lib/csa: remove register keyword
  87. lib/pam/examples/login: remove register keyword
  88. lib/pam: remove register keyword
  89. tt/lib: remove register keyword
  90. tt/bin: remove register keyword
  91. dtaction: remove register keyword
  92. dtappbuilder: remove register keyword
  93. dtcalc: remove register keyword
  94. dtcm: remove register keyword
  95. dtdocbook: remove register keyword
  96. dtfile: remove register keyword
  97. dtimsstart: remove register keyword
  98. dtinfo: remove TKTemplate.nd.c
  99. dtinfo: remove register keyword
  100. dtksh: remove register keyword
  101. dtlogin: remove register keyword
  102. dtmail: remove register keyword
  103. dtpad: remove register keyword
  104. dtprintinfo: remove register keyword
  105. dtscreen: remove register keyword
  106. dtsr: remove register keyword
  107. dtstyle: remove register keyword
  108. dtterm: remove register keyword
  109. dtwm: remove register keyword
  110. localized/util: remove register keyword
  111. nsgmls: remove register keyword
  112. util/dttypes: remove register keyword
  113. dtudcfonted, dtudcexch: delete from repository
  114. dtdocbook/regexp.c, remove register keyword
  115. lib/tt/mini_isam: remove register keyword
  116. FreeBSD.cf, OpenBSD.cf: remove -Wno-deprecated-register, no longer needed
  117. dtdocbook/tcl/tclUtil.c: fix merge error
  118. Merge branch 'master' into cde-next
  119. ttsnoop: drag into a modern C++ century
  120. ttsnoop: use tail arg -f rather than +0f
  121. tt/mini_isam: use proper include, get rid of ultrix strdup
  122. tt/mini_isam: remove all ancient sccsid blocks
  123. tt/mini_isam: add new isam_prototypes.h include file and fix up problems
  124. ttsnoop: resolve coverity 176047, 176046, 176044, 176043, 176042 and 176040
  125. Merge branch 'master' into update-with-master
  126. Merge branch 'master' into cde-next
  127. lib/DtSearch/raima/proto.h: fix OBSD build - don't redef system functions
  128. Add a new script, dtapp, used to locate and run various helper programs
  129. Add icons from Antonis Tsolomitis desktop_approots contribution
  130. databases/: remove ancient crufty scripts
  131. Add actions and types from Antonis Tsolomitis' desktop_approots contribution
  132. Finish integrating Antonis's desktop_approots work
  133. Rename "dtapp" to "dtopen"
  134. templates/types.tmpl: make sure to clean up new .dt's on a make clean
  135. Merge branch 'master' into cde-next
  136. dtfile: Fix up CopyCheckDeletePermission() and CheckDeletePermission
  137. sgmls: remove from repository - we always use nsgmls
  138. configShlibs.src: Fixup some bugs introduced by previous commits
  139. tcl: use the system version, initial work only on linux for now
  140. docbook.tcl: fix up some problems using a modern Tcl
  141. docbook/instant: fix a few more issues
  142. instant: encode 8bit chars to keep Tcl happy
  143. use system tcl: clean up Imake files for dtdocbook/instant
  144. Change version to 2.3.0a (devel)
  145. dtdocbook/tcl/tcl.h: Add compatibility defines for old Tcl
  146. Remove ancient included tcl code
  147. docbook.tcl, instant: finish remaining help generation issues with tcl
  148. Merge branch 'master' into cde-next
  149. dtdocbook/instant: add Tcl_GetErrorLine check for older versions of Tcl
  150. Merge branch 'master' into cde-next
  151. linux: DtHelp/StringFuncs, enable real iconv() support
  152. dtcalc/calctool.h: Use include stdlib rather than extern declarations
  153. dtdockbook/instant: Add the proper paths for TCL on NetBSD
  154. Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
  155. NLS: fix quote issue with various OS's in C/types/_common.dt.tmsg
  156. dtprintinfo: Fix a potential exploitable buffer overrun
  157. dtprintinfo: correct another possible buffer overflow
  158. dtprintinfo: remove SUID root on install
  159. ksh/libast: include sys/sysmacros.h in fmtdev.c for linux systems
  160. isfname.c: remove register keyword
  161. Merge /u/jrubio/cdesktopenv/ branch dtksh_include_sys_sysmacros into master
  162. Merge /u/jrubio/cdesktopenv/ branch linux_aarch64 into master
  163. Merge /u/jrubio/cdesktopenv/ branch pointer-compare into master
  164. Merge /u/jrubio/cdesktopenv/ branch implicit-int into master
  165. Merge /u/jrubio/cdesktopenv/ branch int-conversion into master
  166. Merge /u/jrubio/cdesktopenv/ branch incompatible-pointer-types into master
  167. Merge /u/jrubio/cdesktopenv/ branch delete-incomplete into master
  168. Merge /u/jrubio/cdesktopenv/ branch discarded-qualifiers into master
  169. linux: build all languages by default again
  170. dtterm: add scroll wheel support
  171. dtcalc: increase highlight thickness to match Solaris CDE
  172. dtfile: Add scroll wheel support
  173. dtpad: emit error on catopen() failure
  174. dtmail: fix NULL char embedded in format string
  175. dtmail: fix extra format args warnings
  176. ttserver: fixup forward (vexing) fucntion decl's in main, get rid of **environ
  177. DtSvc/DtUtil1: fix implicit function declarations
  178. DtSvc/DtUtil2: fix implicit function declarations
  179. Change CDE version info for 2.3.1 release
  180. Jose Rubio (15):
  181. Added linux/aarch64 as valid target.
  182. Cleanup of -Wpointer-compare warnings.
  183. Fixes for warnings related to -Wimplicit-int.
  184. FIX: Define Aarch64 as little endian so DtInfo compiles.
  185. Fix for deprecated warnings related to gnu libc sys macros.
  186. Update TCL libraries link and restrict tcl8.6 only to SuSE.
  187. Link TCL libraries and restrict tcl8.6 to SuSE only.
  188. Merge branch 'linux-suse-tcl-link' of https://git.code.sf.net/u/jrubio/cdesktopenv into linux-suse-tcl-link
  189. Fix openbsd compile build errors due to dependency on libiconv
  190. Fix to Wenum-compare
  191. Fix to different compile warnings.
  192. Fix to compile warnings.
  193. Fix to delete-incomplete warnings.
  194. Fixes for a few -Wincompatible-pointer-types
  195. get rid of the 'extern sys_errlist' and 'sys_nerr' in SysErrorMsg.
  196. Matthew R. Trower (4):
  197. Add default TCLLIB, and allow override in host.def
  198. Clean up UseInstalledX11 logic
  199. Restore original `tail` functionality in ttsnoop, with POSIX args
  200. Repair and simplify installCDE.src:CleanDaemons()
  201. Nina Didenko (4):
  202. dtinfogen: don't override PATH
  203. udbToAny.ksh: don't hardcode path to awk
  204. merge: don't hardcode path to gencat
  205. sym2num: don't hardcode path to cpp
  206. Peter Howkins (301):
  207. dtwm: Remove the define PANELIST, it is always on for dtwm
  208. dtwm: Remove id strings related to historic version control system used before CDE was opened.
  209. dtwm: remove define MINIMAL_DT which is always on for CDE
  210. dtwm: Remove WSM define, that is always on for CDE
  211. dtwm: Remove define MOTIF_ONE_DOT_ONE, backwards compatibility for motif 1.1, CDE as a whole requires 2.1
  212. dtwm: Remove define MWM_QATS_PROTOCOL that has to be always off for dtwm, obsolete, unavailable mwm test suite support
  213. dthelp: Remove define M_PROTO that was always turned on (for all platforms) that enabled ANSI not K&R function prototypes
  214. dthelp: Remove always on macro M_NOPAR which was just there to support ancient compilers that don't have 'void'
  215. dthelp: Remove spectaculaly obsolete MSDOS support
  216. dthelp: Convert all K&R function definitions to ANSI (C90) standard
  217. dtwm: In CDE we always build with MULTIBYTE support, disable unused singlebyte only
  218. dtfile: Remove define MULTIBYTE which is always on for CDE
  219. config/util: Change to ANSI function definitions
  220. dbtoman: Change to ANSI function definitions
  221. libDtHelp: Change to ANSI function definitions
  222. libcsa: Change to ANSI function definitions
  223. libDtMrm: Change to ANSI function definitions
  224. libDtSvc: Change to ANSI function definitions
  225. libDtTerm: Change to ANSI function definition
  226. libtt: Change to ANSI function definitions
  227. dsdm: Change to ANSI function definitions
  228. dtappbuilder: Change to ANSI function definitions
  229. dtcalc: Change to ANSI function definitions
  230. dtcm: Change to ANSI function definitions
  231. dtcreate: Change to ANSI function definitions
  232. dtdocbook: Change to ANSI function definitions
  233. dtfile: Change to ANSI function definitions
  234. dtfile/dtcopy: Change to ANSI function definitions
  235. dtinfo: Change to ANSI function definitions
  236. dticon: Change to ANSI function definitions
  237. dtlogin: Change to ANSI function definitions
  238. dtwm: Change to ANSI function definitions
  239. dtsession: Change to ANSI function definitions
  240. dtimsstart: Change to ANSI function definitions
  241. dtpdm: Change to ANSI function definitions
  242. dtpdmd: Change to ANSI function definitions
  243. dtstyle: Change to ANSI function definitions
  244. dtterm: Change to ANSI function definitions
  245. dtscreen: Change to ANSI function definitions
  246. dthelp: Change to ANSI function definitions
  247. dtpad: Change to ANSI function definitions
  248. dtsr: Change to ANSI function definitions
  249. dttypes: Change to ANSI function definitions
  250. localized/util: Change to ANSI function definitions
  251. libDtSearch: Remove optional support for ancient DOS far pointer
  252. libDtSearch: Enable compiling with const support, remove ability to build without const support.
  253. libDtSearch: remove optional code MULTI_TASK that is not used on CDE
  254. libDtSearch: Remove optional code for NO_DBN which is not used on CDE
  255. libDtSearch: Remove define ONE_DB which is always off for CDE
  256. libDtSearch: NO_TRANS is always on for CDE
  257. libDtSearch: SINGLE_USER is always defined for CDE
  258. libDtSearch: NO_TIMESTAMP is always on for CDE
  259. libDtSearch: remove NO_COUNTRY code which is always off for CDE
  260. libDtSearch: Untangle large numbers of TASK_ macros that were all unused code
  261. libDtSearch: Tidy up the LOCK and DBN macro madness
  262. libDtSearch: Convert to ANSI function definitions and use proper prototypes (which causes more warnings
  263. libDtSearch: Remove unused C files that have now disapeared with removal of #defines
  264. Merge branch 'cde-next' of ssh://git.code.sf.net/p/cdesktopenv/code into cde-next
  265. dtwm: Coverity 87858
  266. dtwm: Coverity 88311
  267. dtwm: Coverity 88247
  268. dtwm: Coverity 88714
  269. dtwm: Coverity 89619
  270. dtwm: Coverity 88325
  271. dtwm: Coverity 88540
  272. dtwm: Coverity 89124
  273. dtwm: Coverity 89400
  274. dtwm: 88998
  275. dtwm: Coverity 87256
  276. dtwm: Coverity 87236
  277. dtwm: Coverity 88535
  278. dtwm: Coverity 88285
  279. dtwm: Coverity 88375
  280. libDtSearch: Coverity 86698
  281. libDtSearch: Coverity 86762
  282. libDtSearch: Coverity 86768
  283. libDtSearch: Coverity 86780
  284. libDtSearch: Coverity 86804
  285. libDtSearch: Coverity 86856
  286. libDtSearch: Coverity 86944
  287. libDtSearch: Coverity 87032
  288. libDtSearch: Coverity 86579
  289. libDtSearch: Coverity 176038
  290. libDtSearch: Coverity 87018
  291. libDtSearch: Coverity 86816
  292. libDtSearch: Coverity 86426
  293. libDtSearch: Coverity 86602
  294. libDtSearch: Coverity 86119
  295. libDtSearch: Coverity 86459
  296. dtaction: Coverity 88210 and 87787
  297. dtterm: Coverity 89479
  298. dtpad: Coverity 174846
  299. nsgmls: Coverity 174600
  300. nsgmls: Coverity 174584
  301. dticon: Coverity 89192
  302. dticon: fix for \n being truncated by snprintf off end of error message
  303. dtstyle: Coverity 89351
  304. dtstyle: Coverity 87763
  305. dtstyle: Coverity 89456
  306. dtstyle: Coverity 89011
  307. dtstyle: Coverity 88726
  308. dtstyle: Coverity 88475
  309. dtstyle: Coverity 87337
  310. dtstyle: Coverity 87244
  311. dtstyle: Coverity 87251
  312. dtstyle: Coverity 88110
  313. dtcm: Coverity 89566
  314. dtcm: Coverity 88978
  315. dtcm: Coverity 89423
  316. dtcm: Coverity 89063
  317. dtcm: Coverity 88587
  318. dtcm: Coverity 89037
  319. dtcm: Coverity 88902
  320. dtcm: Coverity 88481
  321. dtcm: Coverity 89265
  322. libDtHelp: Coverity 88776
  323. libDtHelp: Coverity 89548
  324. libDtHelp: Coverity 88813
  325. libDtHelp: Coverity 88906
  326. libDtHelp: Coverity 88665
  327. libDtHelp: 88550
  328. libDtHelp: Coverity 88440
  329. dtprintinfo: Coverity 88414
  330. dtprintinfo: Coverity 89561
  331. dtprintinfo: Coverity 89488
  332. dtprintinfo: Coverity 88650
  333. dtprintinfo: Coverity 88683
  334. dtprintinfo: Coverity 88097
  335. dtprintinfo: Coverity 89669
  336. dtprintinfo: Coverity 88447
  337. dtdocbook: Coverity 86763
  338. dtdocbook: Coverity 86996
  339. doc/util/dbtoman: Coverity 88244
  340. doc/util/dbtoman: Coverity 89668
  341. doc/util/dbtoman: Coverity 88750
  342. dtdocbook: Coverity 86683
  343. dtcm: Coverity 89621
  344. dtcm: Coverity 89547
  345. dtcm: Coverity 88910
  346. dtcm: Coverity 88353
  347. dtcm: Coverity 88888
  348. dtcm: Coverity 88584
  349. dtcm: Coverity 88468
  350. dtcm: Coverity 89169
  351. dtcm: Coverity 88107
  352. dtcm: Coverity 174711
  353. dtcm: Coverity 88514
  354. dtcm: Coverity 88613
  355. dtcm: Coverity 89212, 88188 and 88636
  356. dtcm: Coverity 88675
  357. dtcm: Coverity 88687
  358. dtcm: Coverity 88741, 88121 and 88692
  359. dtcm: Coverity 88768, 89297 and 89115
  360. dtcm: Coverity 89452 and 89661
  361. dtcm: Coverity 88904
  362. dtcm: Coverity 89138
  363. dtcm: Coverity 89287
  364. dtcm: Coverity 89369
  365. dtcm: Coverity 88303, 89531 and 89433
  366. dtcm: Coverity 88113
  367. dtcm: Coverity 88137
  368. dtcm: Coverity 88165
  369. dtcm: Coverity 88331 and 88169
  370. dtcm: Coverity 89670, 88380 and 88201
  371. dtcm: Coverity 88214
  372. dtcm: Coverity 88383
  373. dtcm: Coverity 88858
  374. dtcm: Coverity 88871
  375. dtcm: Coverity 89021
  376. dtcm: Coverity 89105
  377. dtcm: Coverity 89113
  378. dtcm: Coverity 89273
  379. dtcm: Coverity 89439 and 89458
  380. dtcm: Coverity 89502
  381. dtcm: Coverity 89593
  382. dtcm: Coverity 89641
  383. dtcm: Coverity 89645
  384. dtcm: Coverity 174810
  385. dtcm: Extend string buffer to prevent warning
  386. dtcm: Coverity 89423
  387. dtcm: Coverity 89273
  388. dtcm: Coverity 88978
  389. dtcm: Coverity 88902
  390. dtcm: Coverity 88871
  391. dtcm: Coverity 88672
  392. dtcm: Coverity 88636
  393. dtcm: Coverity 88107
  394. dtcm: Coverity 88183, 88208, 89289
  395. dtcm: Coverity 88351
  396. dtcm: Increase buffer size to prevent warning
  397. dtcm: Coverity 88080
  398. dtcm: Fix typo
  399. dtcm: Coverity 88236
  400. dtcm: Coverity 88243
  401. dtcm: Coverity 88334
  402. dtcm: Coverity 88648
  403. dtcm: Coverity 88860
  404. dtcm: Coverity 88917
  405. dtcm: Coverity 89143
  406. dtcm: Coverity 88762
  407. dtcm: Coverity 88792
  408. dtcm: Coverity 88899
  409. dtcm: Coverity 89043
  410. dtcm: Coverity 89182
  411. dtcm: Coverity 89275
  412. dtcm: Coverity 89667
  413. dtcm: Coverity 89686
  414. dtcm: Coverity 87931
  415. dtcm: Coverity 174713
  416. dtcm: Coverity 174819
  417. dtcm: Coverity 88168
  418. dtcm: Coverity 88225
  419. dtcm: Coverity 88235
  420. dtcm: Coverity 88272
  421. dtcm: Coverity 88336
  422. dtcm: Coverity 88505
  423. dtcm: Coverity 88575
  424. dtcm: When freeing pointer, set the pointer to NULL, so that on future failures you don't return a pointer to freed data
  425. dtcm: Coverity 88631
  426. dtcm: Coverity 88647
  427. dtcm: Coverity 88669
  428. dtcm: Coverity 89081
  429. dtcm: Coverity 89413
  430. dtcm: Coverity 89499
  431. dtcm: Coverity 89535
  432. dtcm: Coverity 89542
  433. dtcm: Coverity 89544
  434. dtcm: When deleting data, set the pointer to NULL to avoid returning a pointer to freed data on future errors
  435. dtcm: Also make sure to reset non pointer fields, so that on future failures they don't return stale data (due to static)
  436. dtcm: Coverity 88206
  437. dtcm: Coverity 88326
  438. dtcm: Coverity 89207
  439. dtcm: Coverity 89234
  440. dtcm: Coverity 88778
  441. dtcm: Coverity 89398
  442. dtcm: Coverity 89371
  443. dtcm: Coverity 88253
  444. dtcm: Coverity 89595
  445. dtcm: Coverity 89160
  446. dtcm: Coverity 88079
  447. dtcm: Coverity 88494
  448. dtcm: Coverity 88200
  449. dtcm: Coverity 89517
  450. dtcm: Coverity 89341
  451. dtcm: Coverity 89232
  452. dtcm: Coverity 88745
  453. dtcm: Coverity 88250
  454. dtcm: Coverity 87364
  455. dtcm: Coverity 87745 and 88154
  456. dtcm: Coverity 88056
  457. dtcm: Coverity 88279
  458. dtcm: Coverity 88350
  459. dtcm: Coverity 88533
  460. dtcm: Coverity 89111
  461. dtcm: Coverity 89685
  462. dtcm: Coverity 176055
  463. dtcm: Coverity 89313
  464. dtcm: Coverity 88006
  465. dtcm: Coverity 87565
  466. dtcm: Coverity 87942
  467. dtcm: Coverity 88069
  468. dtcm: Coverity 88382
  469. dtcm: Coverity 88884
  470. dtcm: Coverity 88955
  471. dtcm: Coverity 89051
  472. dtcm: Coverity 89185
  473. libDtHelp: Cov 87607
  474. libDtHelp: Cov 89582
  475. libDtHelp: Cov 88839
  476. libDtHelp: Cov 88527
  477. libDtHelp: Cov 88084
  478. libDtUtil: Cov 88123
  479. libDtUtil: Cov 88127
  480. libDtHelp: Cov 89172
  481. libDtHelp: Cov 89366
  482. libDtHelp: Cov 88221
  483. libDtHelp: Cov 88465
  484. libDtHelp: Cov 88526
  485. libDtHelp: Cov 88724
  486. libDtHelp: Cov 88952
  487. libDtHelp: Cov 89012
  488. libDtHelp: Cov 89084
  489. libDtHelp: Cov 89401
  490. libDtHelp: Cov 89524
  491. libDtHelp: Cov 89532
  492. libDtHelp: Cov 174697
  493. libDtHelp: Cov 88109
  494. libDtHelp: Cov 88119
  495. libDtHelp: Cov 88162
  496. libDtHelp: Cov 88209
  497. libDtHelp: Cov 88240
  498. libDtHelp: Cov 88262 and 88459
  499. libDtHelp: Cov 88275
  500. libDtHelp: Cov 88890 and 88294
  501. libDtHelp: Cov 88302
  502. libDtHelp: Cov 89129 and 88355
  503. libDtHelp: Cov 88365
  504. libDtHelp: Cov 88381
  505. installCDE: fix outputting of missing files on install, caused by C&P error in shellshock fixes
  506. libDtHelp: Fix a regression with the Help Index pages caused by an overzealous Coverity fix
  507. libDtHelp: Fix another regression caused by Coverity fix, clicking 'Help Manager' works again.
  508. chase (26):
  509. linux.cf: Remove permissive flag
  510. Remove macII support
  511. Remove apollo support
  512. Add debian packaging files
  513. Add upstream config files
  514. Remove redundant motif widgets
  515. installCDE.src: Fix shellcheck warnings
  516. linksLast and uncomment: Fix shellcheck warnings
  517. Revert "dtudcfonted, dtudcexch: delete from repository"
  518. Revert "Disable building of dtudcfonted and dtudcexch"
  519. Refactor and reimplement dtudcfonted
  520. CDE-RUN: Readd binary entries for dtudcfonted
  521. post_install: fix shellcheck warnings
  522. Remove amoeba support
  523. Remove old windows support
  524. Dtdocbook: Remove old sgmls program
  525. DtsMM.c: Remove null in string
  526. dtappintegrate.src and dtopen.src: fix shellcheck warnings
  527. dtprintegrate: fix shellcheck warnings
  528. il: Remove deprecated files
  529. debian: misc cleanup
  530. gpftobdf.c: fix long int comiler warnings
  531. remove ultrix support
  532. Remove hpversion.h from repository
  533. Clean up OPENBUGS
  534. dbtoman: Improve readability
  535. tu83 (1):
  536. Fixed segfault for mode switching when compiled with clang
  537. wmoxam (7):
  538. Remove NOTDONE code
  539. Remove unused HP_EXTENSIONS code blocks
  540. Remove legacysun code blocks
  541. Remove 'oldcode'
  542. Remove ancient HP VUE compatibility support
  543. 'notdef' means it's not used, so we remove it
  544. Remove all optional compile flags from dtwm that are not referenced anywhere, and are unlikely to ever be used
  545. #######################################################################
  546. ### 2.3.0 (stable) 07/06/2018
  547. This is a very long overdue stable release. It incorporates all of
  548. the fixes in the 2.2.4a development release plus:
  549. - tooltalk/ttsession:
  550. - on newer Linux/TIRPC systems, make sure listen() is called on a
  551. server socket. This fixes an infinite loop problem seen with with
  552. newer glibc and TIRPC implementations (SUSE Tumbleweed, ArchLinux)
  553. - default to localhost when hostname IP resolution fails (all
  554. platforms). There is no longer any need to add your unresolvable
  555. hostname to the localhosts line in your /etc/hosts file.
  556. - improved build support on Solaris/OpenIndiana systems (gcc and SunStudio).
  557. - BSD improvments:
  558. - no need to create X11/Motif symlinks prior to compiling CDE.
  559. - Fix native clang builds
  560. - Fix some GCC builds
  561. - remove ancient XmeXpm* defines
  562. Here is the git shortlog since the 2.2.4a development release:
  563. Jon Trulson (14):
  564. libDtTerm: Fix for a coredump seen on OpenBSD
  565. dtinfo/freebsd: fix a (int)NULL cast in DtSR_SearchEngine.C
  566. FreeBSD 11: Don't use imported x11/motif, use installed versions for build
  567. building_release_archive: omit '-src' in archive filename
  568. OpenBSD 6+: use installed X11 and Motif
  569. XPM: Replace calls to XmeXpm*() with regular Xpm*()
  570. FreeBSD 11: Fix clang (v6) builds
  571. FreeBSD: turn off some warnings
  572. CDE-ICONS: create compatibility symlinks as relative rather than absolute
  573. OpenBSD: tone down compiler warnings a bit
  574. libtt: if local hostname lookup fails, default to localhost
  575. linux/site.def: use an if !defined() gaurd for DtLocalesToBuild
  576. slib/mp_rpc_server: TIRPC: force a listen() call on the server socket
  577. dwtm/WmResource.c: Stop printing garbage when XmeRenderTableGetDefaultFont() fails.
  578. Matthew R. Trower (7):
  579. nsgml: Resolve symbol collision when building with SunStudio 12.1
  580. imake: Refactor and fix get_sun_compiler_versions()
  581. Add SMF service on Sun
  582. Resolve inconsistent strcasestr availability on Sun
  583. Minor corrections and cleanup to sun.cf
  584. Enable building against an arbitrary Motif installation
  585. Fix DtMail compilation on Sun with GCC
  586. Ulrich Wilkens (3):
  587. create .depend files for Solaris+Illumos
  588. Reenable gcc support on FreeBSD and OpenBSD
  589. Use installed X11 includes and libs
  590. chase (3):
  591. Remove reallyoldsun defines
  592. installCDE.src: remove duplicate code
  593. docnook.tcl: Add shebang
  594. ## 2.2.4a (development) 06/08/2018
  595. This is a long overdue development release.
  596. This release corrects several known issues with newer BSD based
  597. operating systems, enables TIRPC by default for all Linux systems, and
  598. corrects several hundred bugs and warnings (compiler and coverity).
  599. Using TIRPC on Linux means that you should no longer need to configure
  600. rpcbind to run in insecure (-i) mode.
  601. For Linux, only the C/en_US locales are built by default now. The
  602. available extra locales are:
  603. fr_FR.ISO8859-1, de_DE.ISO8859-1, es_ES.ISO8859-1, and it_IT.ISO8859-1
  604. To build for these locales, you must ensure the locale support is
  605. present on your OS (see the wiki), and then you can:
  606. A) Edit config/cf/site.def and add the desired locales to
  607. DtLocalesToBuild in the LinuxArchitecture section, or
  608. B) call make World with the following option:
  609. make World IMAKE_DEFINES='-DDtLocalesToBuild="fr_FR.ISO8859-1"'
  610. to build the French Locale, for example.
  611. For the BSD's, All of the current ones (OpenBSD 6.x and FreeBSD 11.x)
  612. should compile now. Since we no longer use XPrint, the BSD's
  613. should not need to compile their own modified Motif libraries any
  614. more. Just install a Motif development package, and go.
  615. Here is the git shortlog:
  616. Cody Kotichas (1):
  617. Fix typographical error
  618. Edmond ORIGNAC (2):
  619. Manual page for vcal2xapia.awk
  620. DtMail translations and improvements of vcal2xampia.awk
  621. Jon Trulson (103):
  622. dtappbuilder: Add patches from Robert Pangrazio fixing coredumps
  623. Remove old cruft: osf/* and utils/prog*
  624. CDE-RUN: remove osf bindings
  625. dtinfo/TextParser.C: coverity CID 89054; mem corruption
  626. dtinfo/DtSR: coverity CID 88552; memory corruption
  627. dtspcd: coverity CID 174742; potential NULL derefs
  628. dtinfo/MixedGen.C: coverity CID 89495; use after free
  629. dtfile/SharedProcs.c: coverity CID 89068; use after free
  630. dtfile/sharedFuncs.c: coverity CID 88625; use after free
  631. dtfile/Main.c: coverity CID 89623; uninit var
  632. dtmail/DtMailRc.C: coverity CID 88975; use after free
  633. dthelp/htag/malloc: coverity CID 86955; use after free
  634. libtt/db_server_svc.C: coverity CID 87060; string overflow
  635. libtt/process.c: coverity CID 87051; use after free
  636. dtfile/Help.c: coverity CID 88484; use after free
  637. dthelp/helpgen.c: coverity CID 175085; use after free
  638. csa/match.c: coverity CID 87204; bad free; WTF
  639. dtinfo/OutlineListViewMotif.C: coverity CID 87754; memset truncated
  640. dtmail/MsgScrollingList.C: coverity CID 87360; memset no effect
  641. libtt/tt_file_system.C: coverity CID 86024; array vs singlton
  642. dtfile/SharedProcs.c: coverity CID 174852; int overflow
  643. dtfile: coverity CIDs 88363,88405,89140,89612; insecure readlink
  644. dtudcfonted/getfname.c: coverity CID 86392; insecure readlink
  645. dtexec,DtSvc/MsgLog.c: coverity CID 89585; resource leak
  646. dtcm/props.c: coverity CID 88573; unbounded src buf
  647. dthelp/Initialize.c: coverity CID 89569; unbounded src buf
  648. dtfile/File.c: coverity CID 88919; uninit array read
  649. libtt/isrepair.c: coverity CID 86705; uninit ptr read
  650. dtudcfonted/gpftobdf.c: coverity CIDs 87073,87008,87029,86919,86898,86715; uninit scalar
  651. dtudcfonted/_faludcInf.c: coverity CIDs 175096,175092; uninit ptr read
  652. dtcalc/ds_xlib.c: coverity CID 175093; wrong sizeof/bad free
  653. dtcalc: remove MAX_PATH, use standard PATH_MAX
  654. dtcreate/CreateActionAppShell.c: coverity CID 175092; uninit ptr read
  655. dtcreate/fileio.c: coverity CID 175094; dref bef NULL
  656. dtwm/WmResource.c: remove errant ')' added in previous commit
  657. libDtSearch/dtsrapi.c: Coverity CID 86857; dest buf too small
  658. dtsr/dtsrclean.c: Coverity CID 86876; dest buf too small
  659. dtcm/dssw.c: Coverity CID 88672; dest buf too small
  660. dtcalc/ds_xlib.c: Coverity CID 175167; uninit value
  661. dtudcfonted/gpftobdf.c: Coverity CID 175168; NULL deref
  662. dtcm/dssw.c: fix typo
  663. Disable building of dtudcfonted and dtudcexch
  664. fontaliases: use copy rather than symlink since bdftopcf can't handle those
  665. dtfile/SharedProcs.c: rework coverity 174852 fix to unbreak dtfile
  666. dtfile: define MAX_PATH to PATH_MAX rather than 1024, also CID 87557
  667. dtfile/sharedFuncs: CID 88085; resource leak
  668. Revert "dtfile: coverity CIDs 88363,88405,89140,89612; insecure readlink"
  669. Remove admin/BuildTools/fnrclone/; obsolete junk
  670. Remove admin/BuildTools; none of this is pertinent anymore
  671. Remove admin/bin; none of this is pertinent anymore
  672. Remove admin/man, *nameswitch; none of this is pertinent anymore
  673. installCDE/linux: don't try to edit/modify /etc/inetd.conf if it does not exist
  674. dthelp/FormatUtils: fix coredump in dthelpgen due to free() of a bad address
  675. Reimplement reverted commit 7fa35c to fix readlink() issues
  676. dtfile/Prefs: CID 88095,88407,89162,89164,89283,89445
  677. dtfile/Desktop: CID 88133,88159,88339,88798,89331,89466
  678. dtfile/FileDialog: CID 88141,88451,88658,89058
  679. dtfile/SharedProcs: CID 88158,88337,89104,89118
  680. dtfile/File: CID 88195,88595,88627,88794
  681. dtfile/dtcopy/sharedFuncs: CID 88204,88291,88852,88861,88876
  682. dtfile/IconWindow: CID 88242,88702,89030
  683. dtfile/Find: CID 88258,87250
  684. dtfile/FileMgr: CID 88441,89025,174801
  685. dtfile/Help: CID 88598
  686. dtfile/Trash: CID 88638,88815,89061,89614
  687. dtfile/FileOp: CID 88744,89337,89546
  688. linux.cf: Add -Wno-unused-result to C flags
  689. dtfile/Command: CID 88819
  690. dtfile/Directory: CID 88835,89096,89446,89469,89498
  691. dtfile/dtcopy/fsrtns: CID 88868,88128
  692. dtfile/Menu: CID 89222
  693. dtfile/dtcopy/dosync: CID 89374
  694. dtfile/Main: CID 89623
  695. dtfile/Encaps: CID 174844
  696. dtfile/Desktop: CID 175219,175222,175223,175226,175227
  697. dtfile/dtcopy/sharedFuncs: CID 175225
  698. dtfile/SharedProcs: CID 175229
  699. dtfile/FileDialog: CID 175220
  700. dtfile/FileOp: CID 175228
  701. dtbuilder/Imakefile: fix clean target to remove dtbuilder executable
  702. Enable TIRPC support for Linux
  703. dtfile/File.c: implement a hack to fix Ticket #19, tree icons are black
  704. CDE-MAN-DEV.udb: remove extra }, added when UXP support was removed
  705. CDE-DEMOS: remove references to Makefile.novell
  706. TermPrimSetUtmp: fix lost define broken by last patch
  707. tt_old_db: use TT_DB_OK instead of NULL
  708. tt_xdr_utils: fix up some warnings
  709. installCDE.src: Add a -destdir <dir> option
  710. Imake.tmpl: don't delete logfiles (make.log MakeOut)
  711. XlationSvc: remove a "'" added in previous spelling commit that causes warnings
  712. rpc.cmsd: use TIRPC on Linux
  713. dtcm/graphics: NULL is not 0
  714. libDtCmP: use TIRPC on linux, fix some warnings
  715. dtcm: NULL is not 0
  716. dtsession: fix screen saver/locking on linux
  717. configRun: leave dtmail alone, UDB handles it's perms correctly
  718. configRun: remove inetd support
  719. configMin: remove inetd support, 'pam' support
  720. configTT: remove inetd support
  721. installCDE: unset FIGNORE to workaround potential ksh bug
  722. linux.cf: disable stripping of installed binaries
  723. site.def: Only build C/en_US locales by default for Linux
  724. installCDE: Only install locales that were built
  725. Matthew R. Trower (2):
  726. dtwm: basic multihead(xinerama only) support
  727. Fix imake segfault on OpenIndiana
  728. Michael McConville (1):
  729. Remove needless zeroing after calloc
  730. Peter Howkins (78):
  731. Change pid wait types to int on Linux as well. Fixes compile issue in dtudc programs on ubuntu 16.10+
  732. Add in an example .desktop session file for other X session managers (not dtlogin) Suitable for kdm/gdm/lightdm etc
  733. Resolve some coverity warnings
  734. Fixed for wrong cased filename on depends creation
  735. Resolve some compiler warnings
  736. Change how read and write errors are detected on fstream based streams.
  737. Change dtmmdb class from tuple to mmdb_tuple
  738. dtksh: HACKY fix for compilation on later linux C library where FILE definition has moved
  739. dtksh: make sure you can still build on linux older c library too
  740. dtksh: Linux modern glibc compile HACK prevent system wide definition of __FILE that we define to Sfio_t
  741. dtcalc: change from obsoleted MAXFLOAT to FLT_MAX from std C
  742. dtdocbook: glibc 2.27 drops support for matherr() support in math.h
  743. dtcudcfonted: Resolve compiler and coverity warnings
  744. dtscpd: resolve compiler and coverity warnings
  745. dtcalc: resolve coverity issues
  746. libtt: Resolve some compiler warnings
  747. dthelp: compiler warning and coverity warning fixes
  748. dtcalc: resolve coverity issues
  749. dtudcfonted: Resolve further coverity issues
  750. dtcreate: Resolve coverity issues
  751. dtpdmd: Resolve some coverity warnings
  752. libDtWidget: Resolve some Coverity warnings
  753. dtwm: Resolve coverity warnings
  754. dtmail: resolve 'deference before null check' errors related to if(!NULL) checks around free() calls
  755. Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
  756. libdtsvc: Compiler warning prevention
  757. libdtsvc: Resolve coverity warnings related to 'dereference before null check' related to free()
  758. dtwm: cov 175166, check for pointer
  759. Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
  760. dsdm: cov 86572, free mem in error condition
  761. libdtterm: Resolve coverity issues
  762. config/util: resolve coverity issues
  763. dtspcd: Cov 89547, 175089
  764. dtinfo: Fix coverity issues for resource leaks
  765. dtinfo: fix coverity issues related to null checks after dereference
  766. dtinfo/dtinfogen: Fix segfault introduced by over zealously fixing coverity resource leak
  767. dthelp: more coverity fixes
  768. dtpad: resove coverity issues
  769. libtt: Resolve coverity warnings
  770. ttsnoop: resolve some compiler warnings
  771. libtt: resolve coverity issues related to double close()
  772. lidtsvc: coverity fixes
  773. dtterm: coverity fixes
  774. dtlogin: coverity fixes
  775. libtt: More coverity fixes
  776. dthelp: coverity fixes
  777. dtwm: Fix window menus caused by using destination as param to snprintf
  778. various: You cannot use the destination of snprintf as one of the srcs, undefined
  779. libtt: Coverity fixes related to uninitialised fields in classes.
  780. dtinfo: Resolve coverity warnings related to uninitialised members of classes
  781. nsgmls: resolve coverity warnings related to uninitialed members in C++ classes
  782. dtmail: resolve coverity warnings related to uninitialised members in C++ classes
  783. libtt: Further coverity fixes
  784. dtinfo: Fix coverity warning related to using delete not delete []
  785. Merge branch 'cde-fixups-1' of ssh://git.code.sf.net/p/cdesktopenv/code into cde-fixups-1
  786. dtpdm: Coverity 87632, 87664, 87923
  787. libtt: Fixes for Coverity fixes that I thought I'd already fixed.
  788. dtmail: Further Coverity fixes
  789. dtsr: Coverity fixes for string buffer issues
  790. dtinfo: Extra fixes for previous believed fixed things (coverity)
  791. dtlogin: Two additional coverity fixes
  792. dtappbuilder: Resolve all compiler warnings
  793. dtappbuilder: Coverity fixes for mising return value and copy into fixed size buffer
  794. dtappbuilder: Fix for very wrong sized buffer
  795. dtappbuilder: Further coverity, resource leaks, copy intofixed size buffer and dereference before null checl
  796. dticon: coverity fixes
  797. Merge branch 'cde-fixups-1' of ssh://git.code.sf.net/p/cdesktopenv/code into cde-fixups-1
  798. dtimsstart: Resolve all compiler warnings
  799. dtimsstart: Coverity fixes
  800. dtimsstart: Fix derp in previoua fix set
  801. dtfile: batch coverity fixes
  802. dtlogin: Resolve some coverity issues, including those thought previously fixed
  803. dtsession: A few extra snprintf's for buffer safety
  804. dtimsstart: Fix brackets on previous coverity fix
  805. dticon: Fix broken string length calculation
  806. dthelp: Further coverity fixes
  807. dtappbuilder: Coverity fixes mostly related to uninitialised variables
  808. dtwm: Resolve coverity warnings related to uninitialised variables and missing return statements
  809. Swift Griggs (1):
  810. Patches from pkgsrc-WIP
  811. Ulrich Wilkens (4):
  812. Fix BSD and Sun problems after coverity fixes
  813. Fix Linux rpc problems with new glibc
  814. Fixes for OpenBSD
  815. Fix warnings on FreeBSD
  816. alx (6):
  817. libDtSvc: added Xinerama support to _DtMessageDialog
  818. dtfile: added Xinerama support to dialog positioning routines
  819. dtlogin: center the mouse pointer on the login screen on multi-head setups
  820. ttsession: don't segfault if host name isn't properly set
  821. dtksh/sfio: resolved a naming collision on FreeBSD 11
  822. libtt: pass proper flags to getfsstat, log error message and exit if it fails
  823. chase (23):
  824. Fix various spelling errors
  825. More spelling fixes
  826. Rewrite csh scripts in sh, use sh instead of csh in scripts
  827. Small spelling fixes
  828. Fix typo in license headers
  829. Even more spelling fixed
  830. Last of the spelling fixed
  831. Add missing license headers on *.hh files and others
  832. Remove bsdi support
  833. Add generated binaries to gitignore from programs/localized/
  834. Remove examples/motif
  835. cde.desktop: remove deprecated encoding key
  836. sgml-mode.el: fix address, dt-toolbox: delete
  837. Remove UXPDS support
  838. Remove Unixware and openserver support
  839. Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail
  840. remove OSF1 support
  841. Use POSIX macros for linux
  842. dinstallCDE.src: add linux and *BSD support
  843. Spelling fixes
  844. cde.desktop:Add keywords to desktop entry
  845. fix files not registering as scripts
  846. cde.desktop: add xpm icon
  847. #######################################################################
  848. ### 2.2.4 (stable) 06/19/2016
  849. This release incorporates several fixes for newer operating systems
  850. (linux and the BSD's primarily). It also removes the requirement to
  851. build with Xp (X Print extension), which is no longer supported. As
  852. usual, many warnings and bugs were also fixed.
  853. Here's the shortlog:
  854. Douglas Carmichael (2):
  855. Patches to enable compilation on OpenBSD 5.7/FreeBSD 10.1.
  856. Changed memcpy() to memmove() to stop coredumping on OpenBSD 5.7.
  857. Giacomo Comes (2):
  858. Use /var/spool instead of /usr/spool on linux
  859. call fclose(infile) after print_progress()
  860. Isaac Dunham (1):
  861. programs/dtappintegrate: make PATH include /bin.
  862. Jon Trulson (6):
  863. ksh: fix up shipin for more modern systems WRT test and wc
  864. dtlogin: use XDM authentication instead of MIT/DES on linux
  865. ttcp: fix missing arg to fprintf
  866. dbtoman: fix missing arg to fprintf
  867. dtappbuilder: replace accidental %a with %% in write_func_as_strings()
  868. contrib: some enhancements to the scrotps provided by Edmond Orignac
  869. Pascal de Bruijn (2):
  870. dtlogin: don't use crypt(3) on openbsd
  871. dtlogin: openbsd build fix
  872. Peter Howkins (3):
  873. Disable all code related to libXp deprecated and mostly no longer included on current OSes
  874. dtstyle: backdrops, allow jpg/png if motif supports it add file extensions to all types but .pm/.bm. This lets XmGetPixmap() load them.
  875. dtstyle: remove some accidentally commited debug code
  876. Ulrich Wilkens (3):
  877. Fix FreeBSD 10.2 build
  878. Fix dtinfo document build on OpenBSD
  879. dtlogin: FreeBSD build fix
  880. alx (14):
  881. dtsession: fixed errorlog rotation
  882. dtfile: fixed double free in copy/move collision handler
  883. dticon: KeySym is not char
  884. dtfile: 0 is not NULL
  885. dtfile: fixed file view scrolling with Page Up/Down keys
  886. dtfile: fixed ambiguity in the translation table
  887. DtWidget: added appropriate KeyPress event handler to DtIcon widget
  888. DtWidget: resolved some compiler warnings
  889. dtfile: Enable FILE_MAP_OPTIMIZE on FreeBSD. This avoids unnecessary tt_file_netfile calls on local host.
  890. dtlogin: Enable XDM authentication on FreeBSD
  891. dtsession: Enable X11 screensaver extension on FreeBSD
  892. dtwm: 0 is not NULL
  893. dtwm: Resolved some compiler warnings
  894. dtfile: Enable FILE_MAP_OPTIMIZE on Linux. This avoids unnecessary tt_file_netfile calls on local host.
  895. #######################################################################
  896. ### 2.2.3 (stable) 05/09/2015
  897. This release incorporates several hundred fixes identified by various
  898. Coverity scans and patches supplied by users. In addition,
  899. OpenIndiana/OpenSolaris support was significantly enhanced thanks to
  900. Ulrich Wilkens, and a few hundred compiler warnings were squashed.
  901. There is also a new default CDE logo :)
  902. Here is the shortlog:
  903. Edmond ORIGNAC (1):
  904. Fix dtprintinfo parser
  905. Isaac Dunham (1):
  906. contrib/rc/linux/dtlogin: Make the init script work.
  907. Johannes von Rotz (1):
  908. Let "make World" run through on OpenBSD
  909. Jon Trulson (63):
  910. contrib/rc/freebsd: Add FreeBSD start script from Douglas Carmichael
  911. Add new Dtlogo from Jeff Pierquet. Original renamed to TOGDtlogo.pm
  912. dtmail: MotifCmds.C: NULL is not False
  913. ttsnoop: NULL is not 0
  914. Revert "ttsnoop: NULL is not 0"
  915. dtappbuilder/dtcodegen: Fix up some warnings, remove use of sys_errlist[].
  916. dthelp: fixup some warnings with special.h(s)
  917. dttypes: use regex on linux too.
  918. dtappbuilder: abmf.c: more warnings killed
  919. it_IT.ISO8859-1/types/_common.dt.tmsg: Apply manual one-line patch
  920. DtHelp: Coverity (memory corruption)
  921. DtSvc: Coverity (memory corruption)
  922. DtSvc: Coverity (memory corruption)
  923. DtTerm: Coverity (memory corruption)
  924. DtWidget: Coverity (memory corruption)
  925. ttauth: Coverity (memory corruption)
  926. dtappbuilder: Coverity (memory corruption)
  927. dtsession: Coverity (memory corruption)
  928. dtsession: Coverity (memory corruption)
  929. imake: Coverity (memory corruption, moderate)
  930. DtHelp: Coverity (memory corruption, moderate)
  931. DtHelp: Coverity (memory corruption, moderate)
  932. DtSearch: remove bogus debug block
  933. DtSvc: Coverity (memory corruption, moderate)
  934. DtSvc/DtEncap: Coverity (memory corruption, moderate)
  935. DtSvc/DtUtil1: Coverity (memory corruption, moderate)
  936. DtSvc/DtUtil2: Coverity (memory corruption, moderate)
  937. DtTerm: Coverity (memory corruption, moderate)
  938. DtTerm: Coverity (memory corruption, moderate)
  939. csa: Coverity (memory corruption, moderate)
  940. ttauth: Coverity (memory corruption, moderate)
  941. ttsession: Coverity (memory corruption, moderate)
  942. tt/mini_isam: Coverity (memory corruption, moderate)
  943. tt/mini_isam: Coverity (memory corruption, moderate)
  944. dtcalc: Coverity (memory corruption, moderate)
  945. dtcalc: Coverity (memory corruption, moderate)
  946. dtlogin: Coverity (memory corruption, moderate)
  947. dtlogin: Coverity (memory corruption, moderate)
  948. dtprintinfo: Coverity (memory corruption, moderate)
  949. dtscreen: Coverity (memory corruption, moderate)
  950. dtsession: Coverity (memory corruption, moderate)
  951. dtwm/PopUpMenu: Coverity (memory corruption, moderate)
  952. dtwm/WmFP: Coverity (memory corruption, moderate)
  953. dtlogin/xdmcp: fixup many warnings and a possible declaration bug
  954. DtXinerama: no need to check unsigned int < 0 (CID:86121)
  955. Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
  956. dtsession/SmGlobals: fixup 17 coverity issues.
  957. dtsession/SmCommun: fix bogus check (CID 89326)
  958. dtsession/SmDB: error handling issues (CID 87778, 87926)
  959. dtsession/SmLock: potential null deref (CID 87561, 87957, 88181)
  960. dtsession/SmGlobals: use of tainted string (CID 89450)
  961. dtsession/SmGlobals: unlink mkstemp generated files.
  962. dtsession/SmGlobals: re-add smGD.savePath to generated paths, was lost in mkstemp changes.
  963. dtsession/SmRestore: fixup 8 coverity issues.
  964. dtsession/SmRestore: redo defaultCwd detection in StartClient() to be safer
  965. dtsession/SmSave: get rid of use of tempnam (CID 89359)
  966. dtsession/SmSave: use absolute path to rm in system()
  967. dtsession/SmUI: fix tainted var (CID 88216)
  968. dtsession/SrvFile_io: fix CID's 88299 and 89441
  969. dtsession/SrvPalette: fix CID 89227
  970. Merge branch 'coverity_dtsession'
  971. dtscreen: don't use old version of round() on linux either
  972. cde: change revision to 2.2.3
  973. Matthew Howkins (3):
  974. libtt: Fix 'Missing return statement' errors detected by static analysis
  975. libtt: Fix some uninitialized variables detected by Coverity
  976. libtt: Change to standard function prototypes in ttauth. Fix some compiler warnings by adding #includes
  977. Peter Howkins (53):
  978. dtlogin: start to resolve static analysis warnings
  979. libDtWidget: Resolve some static analyser warnings
  980. dtlogin: Resolve 27 compiler warnings
  981. dtlogin: resolve 8 compiler warnings.
  982. dtlogin: resolve more static analysis warnings
  983. Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
  984. dtcalc: resolve 13 compiler warnings on 64 bit builds.
  985. dsdm: resolve coverity warnings CID 86139 86255 86331 86345 86418 86517 86526 86567 86590 86616
  986. dsdm: convert k&r function declarations to ansi, and correct the warnings this then uncovered.
  987. dtaction: resolve 2 compiler warnings.
  988. dtwm: resolve 92 compiler warnings (related to 64 bit pointer to int coversions)
  989. dtstyle: resolve 30 compiler warnings.
  990. dtsr: resolve all 12 compiler warnings.
  991. dtmail: Resolve 50 compiler warnings.
  992. dtdocbook: resolve 49 compiler warnings.
  993. dticon: resolve 3 compiler warnings
  994. dtfile: resolve 19 compiler warnings.
  995. dtmail: add a stdint.h include for openbsd, as reported by Daniel Diaz via the wiki.
  996. dtstyle: Fix CID 100252
  997. dtcm: Resolve 303 compiler warnings.
  998. dtpad: Resolve 7 compiler warnings.
  999. dthello: Resolve 8 compiler warnings that would be introduced with -Wall
  1000. libDtHelp: Resolve 11 compiler warnings.
  1001. libDtPrint: Resolve the 1 remaining compiler warning.
  1002. libDtSvc: Resolve 28 compiler warnings.
  1003. dtscreen: convert K&R prototypes to ansi C
  1004. dtcm: Resolve CID 87384
  1005. dtcm: Resolve CID 87408
  1006. dtcm: Resolve CID 87562
  1007. dtcm: Resolve CID 87713
  1008. dtcm: Resolve CID 87801
  1009. dtcm: Resolve CID 87822
  1010. dtcm: Resolve CID 87983
  1011. dtcm: Resolve CID 88003
  1012. dtfile: Resolve CID 87308
  1013. dtfile: Resolve CID 87776. OkCallback is of type XtCallbackProc, it doesn't return one
  1014. dtfile: Resolve CID 88133, 88261
  1015. dtfile: Resolve CID 88199
  1016. dtfile: Resolve CID 89319
  1017. dtfile: Resolve CID 89009
  1018. dtfile: Resolve CID 88830
  1019. dtfile: Resolve CID 89277
  1020. dtprintinfo: Resolve CID 87253
  1021. dtudcfonted: Resolve CID 86153
  1022. dtudcfonted: Resolve CID 86232
  1023. dtudcfonted: Resolve CID 86389
  1024. dtudcfonted: Resolve CID 86280
  1025. dtudcfonted: Resolve CID 86328
  1026. dtudcfonted: Resolve CID 86391
  1027. dtudecfonted: Resolve CID 86417
  1028. dtudcfonted: Resolve CID 86495
  1029. dtudcfonted: Resolve CID 86547
  1030. dtudcfonted: Resolve CID 86560
  1031. Stuart Brady (1):
  1032. DtTerm: fix formatted text in history buffer
  1033. Ulrich Wilkens (7):
  1034. Fix panel right click
  1035. Resolve many build warnings
  1036. OpenIndiana and Solaris port
  1037. Fix FreeBSD 10.1 build
  1038. Support for new Solaris/OpenIndiana versions
  1039. Fix broken build on OpenBSD
  1040. Remove warnings on Linux with glibc 2.20
  1041. alx (1):
  1042. dtcopy: Fix file removal
  1043. #######################################################################
  1044. ### 2.2.2 (stable) 07/27/2014
  1045. A lot of fixes and improvements in this release. CDE can be built on
  1046. more modern Linuxes and BSDs. An initial stab at illimios support is
  1047. also present.
  1048. Here is the shortlog:
  1049. Eugene Doudine (7):
  1050. Fixes the bug #17 dtsession can't validate passwords longer than 8 characters when the session is locked
  1051. Fixed bug #27 dtfile space handling bug
  1052. Fixed bug #32 dtfile table formatting bug with non-latin filenames
  1053. Fixes the off-by-one bug in RegisterInGrid(), which caused dtfile's desktop icons on the right edge of the screen (if desktop width is not a multiple of icon with) to be registered on the next workspace or (in the case of the last workspace) beyond the desktop_grid array (possibly causing segfaults).
  1054. Fixes several issues with grid registration of the dtwm panel on dtfile startup and on workspace addition:
  1055. Fixes a small bug in grid registration: when an object is placed over another object (can be done manually) and then removed from there, the registration of the covered object is removed as well (that is it's cell is considered empty).
  1056. Fixes the bug, which caused dtterm to show stripes of wrong color between text lines when using fontsets that include fonts of slightly different heights.
  1057. Jon Trulson (52):
  1058. update HISTORY file for 2.2.1, though a little too late :)
  1059. building_release_archive: add some steps and clean up
  1060. linux depend: stop using makedepend, use gcc instead
  1061. libDtTerm: add include <stdio.h> so FILE is properly defined.
  1062. linux: Use installed X11 header files rather than requiring /imports/x11/include
  1063. nsgmls: fix up some gcc 4.8 warnings.
  1064. linux.cf: fix typo and some formatting.
  1065. linux: move dependancy handling out of linux.cf and into new lnxDep.rules file.
  1066. mp_rpc_server.C: limit iteration of svc_fdset to FD_SETSIZE, as per spec.
  1067. dtdocbook/instant: *always* link with local libtcl.a
  1068. dtpad: stub out XmPrint stuff if there is no XmPrint support.
  1069. dtmail: stub out XmPrint stuff if there is no XmPrint support.
  1070. dtcm: stub out XmPrint stuff if there is no XmPrint support.
  1071. dtinfo: stub out XmPrint stuff if there is no XmPrint support.
  1072. linux: libDtSearch requires linking with -lm
  1073. libcsa: fix up some stupidness.
  1074. tt_xdr_utils.h: fix build error on linux/bsd introduced with illumos initial patch.
  1075. Updated Greek (el_GR.UTF-8) translations from Antonis Tsolomitis.
  1076. PrintTopics.c: fix up some warnings
  1077. pax.h: include stdio.h
  1078. getdate.y: include string.h
  1079. Icon.c: include stdlib.h
  1080. localized/util/merge.h: include string.h and fix up some warnings
  1081. Threads.C: NULL is not 0
  1082. MotifUI.C: NULL is not 0
  1083. dtcm/server/: just return NULL, not the address of a dummy local variable. Geez.
  1084. cleanup: eliminate "implicit declaration" warnings.
  1085. linux.cf: turn off writable strings warnings (write-strings)
  1086. linux: build with thread safety and REENTRANT enabled.
  1087. dtcm/reminders.c: NULL is not 0
  1088. dtcm/rfp.c: NULL is not 0
  1089. cleanup: eliminate missing sentinel warnings
  1090. xtclient.c, spcd_event.c: stop referencing fds_bits directly
  1091. linux.cf: with fds_bits fixes, stop using _POSIX_C_SOURCE=199309L and _XOPEN_SOURCE defines
  1092. xtclient.c: fix debug statement regarding fd number
  1093. dtsession: screensaver don't pass random attributes to XScreenSaverSetAttributes()
  1094. InterruptibleCmd.C, WorkingDialogManager.C: NULL is not 0
  1095. AttachArea.C: NULL is not 0, sprintf needs a format
  1096. RoamInterruptibleCmd.C: NULL is not 0
  1097. RoamMenuWindow.C: NULL is not 0
  1098. SendMsgDialog.C: NULL is not 0
  1099. WMSaveSession.C: NULL is not 0
  1100. ttsnoop.C.src: NULL is not 0
  1101. dtappbuilder: bil_store.c: don't return local variables
  1102. fr_FR.ISO8859-1/types/_common.dt.tmsg: Fix up a couple of backslash errors.
  1103. contrib/: add vcal2xapia from Edmond Orignac
  1104. Added additional info to vcal2xapia/README
  1105. contrib/: add desktop2dt from Isaac Dunham
  1106. el_GR _common.dt.tmsg: fix corrupted msg line at line 1763
  1107. site.def: create new DtDocLocalesToBuild define
  1108. Version change to 2.2.2
  1109. Fixup UDB databases to fix a problem introduced with FreeBSD 10 patch.
  1110. Peter Tribble (1):
  1111. initial illumos port
  1112. Ulrich Wilkens (4):
  1113. Fix dtfile and dtterm on NetBSD
  1114. Fix cpp output on Ubuntu 13
  1115. Fix dtinfo search engine
  1116. FreeBSD 10 clang port
  1117. alx (2):
  1118. dtstyle: enable palette editor on true/direct color screens
  1119. DtWidget: Don't free random pointer on Control widget destruction
  1120. #######################################################################
  1121. ### 2.2.1 (stable) 03/01/2014
  1122. - Forgot to update this file for the release. Oops. At any rate,
  1123. only the git shortlogs for each release will be listed here.
  1124. Shortlog:
  1125. Eugene Doudine (5):
  1126. Bugfix for #9 Cut off fonts in titles
  1127. Fix for several segfaults in dtwm that happen with UTF-8 locale and were caused by unckeked XmeRenderTableGetDefaultFont return value
  1128. Fixes segfault in dtprintinfo when used UTF-8 locale, bug was caused by unchecked return value of XmeRenderTableGetDefaultFont()
  1129. addition of en_US.UTF-8 locale: fonts.alias and fonts.dir files
  1130. Addition of the en_US.UTF-8 locale: installation support
  1131. Isaac Dunham (2):
  1132. dtlogin: use proper path to getty and /usr/local/bin in path on Linux
  1133. Add -quiet option to dtlogin.
  1134. Jon Trulson (9):
  1135. dtinfogen_worker: don't free variables then use them later.
  1136. Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
  1137. Add dtwm.mgg Greek UTF translation from Antonis Tsolomitis
  1138. dtexec: fix a case on linux where an infinite loop could occur.
  1139. dtexec: use proper FD_CLOEXEC rather than a hardcoded 1
  1140. Fix for xorg-xkb partially freezes dtwm when keyboard layout is changed.
  1141. Re-add NO_DTINFO blocks removed in NetBSD port patch
  1142. admin: add a BuildNotes dir for documenting release proceedures, etc
  1143. Version change to 2.2.1
  1144. Pascal Stumpf (22):
  1145. Kill lots of warnings in DtSvc.
  1146. Kill most warnings in lib/DtTerm.
  1147. Do not use -fpermissive in programs/nsgmls. It's not needed.
  1148. sync warning flags betseen cc and c++ on OpenBSD
  1149. kill a few more warnings in DtPrint
  1150. Silence lots of warnings in lib/DtHelp.
  1151. Do not hardcode /usr/dt in print.dt.
  1152. Xreset.src: Do not hardcode /usr/dt.
  1153. s,/usr/dt,CDE_INSTALLATION_TOP,g in dtlogin/config
  1154. Simplify programs/Imakefile a bit. dtksh, dtlogin and dtcm build everywhere.
  1155. Adapt dtlogin/config/_common.ksh.src for OpenBSD:
  1156. error.ds.src: don't hardcode /usr/dt
  1157. SECURITY fix for dtappintegrate: Use mktemp(1) to generate a template.
  1158. Kill iostream.h deprecation warnings on *BSD.
  1159. ttsnoop: deal with iostream.h and missing sentinels.
  1160. OpenBSD.cf: don't include xorg.cf (leftover)
  1161. Make dtksh build on OpenBSD/powerpc.
  1162. include unistd.h for read(2) prototype. Fixes dtdocbook on PowerPC.
  1163. dtlogin: correct path to getty.
  1164. dtlp: Fix the path to DtFuncs.dtsh if CDE_INSTALLATION_TOP != /usr/dt.
  1165. Do not install symlinks to libraries on OpenBSD.
  1166. Fix dtcm build on OpenBSD-current.
  1167. Peter Howkins (2):
  1168. dtstyle: Alphabetically sort the backdrops in the backdrop list.
  1169. dtstyle: Resolve 70 compiler warnings
  1170. Ulrich Wilkens (16):
  1171. lib/DtHelp: added missing include.
  1172. avoid identical Vector instantiations.
  1173. Remove installation of motif man pages.
  1174. dtinfo subdirectory DtMmdb
  1175. dtinfo subdirectory dtinfo
  1176. dtinfo subdirectory dtinfogen
  1177. dtinfo subdirectory mmdb
  1178. documents for dtinfo
  1179. dtinfo other files
  1180. dtinfo activation
  1181. No symlinks to libraries on OpenBSD (default install)
  1182. correction of message files
  1183. Introduction of BSDArchitecture
  1184. NetBSD port
  1185. Fix for dtinfo segfaults
  1186. Fix UTF8 problem on non-linux systems
  1187. alx (4):
  1188. dticon: fixed "rubber string" drawing on high/true color displays
  1189. dtfile: fclose called twice on same handle
  1190. dtscreen: cosmic flame fractals missing drawing code
  1191. wwl: fixed dtinfo segfault due to missing copy constructor in WArgList
  1192. ## 2.2.0d (development, beta) 05/30/2013
  1193. - We are being bold this time, and promoting CDE to Beta.
  1194. - More work on dtinfo. It now mostly compiles but is not quite ready
  1195. for prime time. It is not built be default.
  1196. - dtksh now builds on linux systems.
  1197. - We do not build Motif man pages anymore.
  1198. - X11 screensaver extension support now works in dtsession on Linux.
  1199. - Some screen locking issues on the BSD's have been fixed.
  1200. - /usr/sbin/sendmail is now the default mailer on OpenBSD
  1201. - Basic support for Xinerama has been added to dtlogin and dtsession
  1202. using a new DtXinerama library.
  1203. - Resolve many more more compiler warnings
  1204. ## 2.2.0c (development, alpha3) 10/4/2012
  1205. - Many 64b issues have been fixed, related to XtVaGetValues(), missing
  1206. prototypes, erroneous assumptions regarding the size of ints and
  1207. pointers, etc. Many still lurk in the shadows.
  1208. - help files should build now on 64b systems with compiler
  1209. optimization enabled.
  1210. - FreeBSD is pretty much fully functional now. OpenBSD and NetBSD are
  1211. close behind.
  1212. - FreeBSD uses a authorized FreeBSD Foundation specific logo on
  1213. dtlogin.
  1214. - a few hundred more compiler warnings fixed :)
  1215. - more missing prototypes added to XmPrivate.h
  1216. ## 2.2.0b (development, alpha2) 9/6/2012
  1217. - This release incoporates approximately 200 patches from various
  1218. people around the planet.
  1219. - initial BSD (OpenBSD, FreeBSD) support.
  1220. - wider support for various Linux distributions - Redhat, Arch,
  1221. Ubuntu/Kubuntu/Xubuntu. See a full list of currently operational
  1222. platforms and their statuses at:
  1223. https://sourceforge.net/p/cdesktopenv/wiki/SupportedPlatforms/
  1224. - many fixes to better support 64b systems. There is still much work
  1225. needed in this regard.
  1226. - most modules are operational. dtinfo is not operational on any
  1227. platform yet. dtksh is not yet operational on linux systems.
  1228. - several thousand compiler warnings have been addressed.
  1229. Unfortunately, there are still several thousand more waiting :(
  1230. Some of this code is *old*.
  1231. ## 2.2.0a (development, alpha1) 8/6/2012
  1232. - This is the initial release of CDE form The Open Group based on
  1233. 2.1.30.
  1234. Minimal changes to get it compiling on some common linux distros,
  1235. primarily 32bit.