Adding 5.41 change log.
[maxima/cygwin.git] / ChangeLog-5.41.md
blobdaf3185550fc6ef848b081f98aefda0187aa57f7
1 Maxima 5.41 change log
2 ======================
4   Cross-compiling changes and improvements.
5   Documentation changes and improvements.
6   Build/installation improvements.
7   Updates to examples.
8   Changes and improvements to test system.
9   Changes and updates to nightly builds and tests.
10   Added the rules to build a snappy package.
11   Windows installer improvements and fixes.
12   Improvements to Windows maxima.bat.
13   Debian build improvements.
14   Compatibility improvements with diverse LISP compilers.
15   Plotting improvements; improved GNUPLOT error handling.
16   Code optimizations.
17   Removed some old/unused code; cosmetic changes.
18   New test cases.
20 Bug fixes:
21 ----------
23 #3329: Follow-on work to bug fix: avoid long argument lists in ssort and sreverse.
24 #3329: Avoid large number of arguments in simplode.
25 #3315: Fixed Maxima/Windows, when a username contains a space
26 #2356: diff(...,%pi) doesn't give an error
27 #3152, #2901, #2550, #2549, #2480, #2063: only simplify abs(x)^2 and (x^a)^b if x not complex
29 Unnumbered bugs:
30 ----------------
32 271a4b9 Revise GET-DIRS as suggested by Camm Maguire 2017-09-18
33 cae7add gensym could return an integer instead of a symbol
34 6555d51 Fixes a bug in plotdf
35 fce837e Fixed trigsimp bug reported to mailing list on 2017-06-03.
36 4ecf453 Fixed compile/sort bug reported to mailing list on 2017-09-05.
37 e646bd5 Fixed run_testsuite() bug reported to mailing list on 2017-07-12.
38 2ef63bb Handle special case MU = 0 in RNDPOISSON-AHRENS. Fixes bug: random_poisson(0) => error
39 aa9eef0 In DECLARE1, handle alphabetic declaration separately from other cases. 
40 aa9eef0 Fixed alphabetic declaration bug reported to mailing list circa 2017-07-23.