comparison _posts/2016-07-02-octave-4.0.3-released.markdown @ 48:aa0c5c467963 kai

RSS updates. Include list of changes directly. Print only excerpts on main page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 11:29:32 +0200
parents 644dbdc82430
children 8e3e299baf5e
comparison
equal deleted inserted replaced
47:6b221a8157ab 48:aa0c5c467963
4 date: 2016-07-02 4 date: 2016-07-02
5 categories: releases 5 categories: releases
6 --- 6 ---
7 7
8 Octave Version 4.0.3 has been released and is now available for [download][]. 8 Octave Version 4.0.3 has been released and is now available for [download][].
9 This version is another [bug fixing release][].
10
11 An official [Windows binary installer][] is also available. 9 An official [Windows binary installer][] is also available.
12 10
11 This version is another bug fixing release:
12
13 - doc: clarify differences between atan and atan2 ([bug #48178](https://savannah.gnu.org/bugs/?48178))
14 - doc: delete mention of unsupported syntax for looping over structs ([bug #48064](https://savannah.gnu.org/bugs/?48064))
15 - ver.m: return empty struct for unknown package ([bug #48235](https://savannah.gnu.org/bugs/?48235)).
16 - Update gnulib subrepo for texinfo formatting fixes ([bug #48001](https://savannah.gnu.org/bugs/?48001))
17 - Fix typos in Java conversion of 32 and 64 bit integers ([bug #48107](https://savannah.gnu.org/bugs/?48107))
18 - Create valid gnuplot commands even for single-entry colormaps ([bug #48083](https://savannah.gnu.org/bugs/?48083)).
19 - orderfields.m: Remove trailing bracket in docstring ([bug #48063](https://savannah.gnu.org/bugs/?48063)).
20 - Don't overly restrict options passed to Java jvm ([bug #39063](https://savannah.gnu.org/bugs/?39063)).
21 - Write integers with correct byte order on big-endian systems ([bug #47434](https://savannah.gnu.org/bugs/?47434))
22 - doc: Document syntax for specifying color when using Tex interpreter ([bug #47907](https://savannah.gnu.org/bugs/?47907)).
23 - Round quantized pixel values before writing uintN images ([bug #47746](https://savannah.gnu.org/bugs/?47746))
24 - Fix popen2 error on Windows when child writes to stderr ([bug #43036](https://savannah.gnu.org/bugs/?43036))
25 - it_IT.ts: Correct Italian translation of "col:" ([bug #47857](https://savannah.gnu.org/bugs/?47857)).
26 - avoid crash in audiowrite argument processing ([bug #47875](https://savannah.gnu.org/bugs/?47875))
27 - make `__magick_read__` a built-in function ([bug #41699](https://savannah.gnu.org/bugs/?41699))
28 - sortrows.m: Improve docstring ([bug #47844](https://savannah.gnu.org/bugs/?47844)).
29 - doc: Fix typo in exec docstring.
30 - Use correct URL for Online Documentation ([bug #47835](https://savannah.gnu.org/bugs/?47835)).
31 - Fix autoscale affecting legend axes objects ([bug #47765](https://savannah.gnu.org/bugs/?47765)).
32 - configure.ac: Remove AC_CHECK_FUNC for pipe now that gnulib::pipe used.
33 - doc: fix on manual the syntax to empty elements from cell array.
34 - octave.texi: Set document encoding to UTF-8.
35 - Enable the pipe function on Windows ([bug #47614](https://savannah.gnu.org/bugs/?47614))
36 - avoid mulitple definitions of static function-scope vars ([bug #47372](https://savannah.gnu.org/bugs/?47372))
37 - Array-sym.cc: Delete obsolete file.
38 - Initialize variable to stop unstable results for lgamma ([bug #47524](https://savannah.gnu.org/bugs/?47524)).
39 - call openmp function at initialization ([bug #47372](https://savannah.gnu.org/bugs/?47372))
40 - macros.texi: Colorized links for PDF files with Texinfo 6.x.
41
42 The above list was generated using the following command and very little
43 manual post-processing:
44
45 {% highlight bash %}
46 hg log -r "release-4-0-1:release-4-0-3" -b stable \
47 | grep "summary:" | nl | sort -rn | cut -f 2- \
48 | sed 's/summary:\s*/- /' \
49 | sed 's/\(bug #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/bugs\/?\2)/' \
50 | sed 's/\(patch #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/patch\/?\2)/'
51 {% endhighlight %}
52
13 [download]: http://www.octave.org/download.html 53 [download]: http://www.octave.org/download.html
14 [bug fixing release]: http://www.octave.org/fixes-4-0-3.html
15 [Windows binary installer]: ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.3-installer.exe 54 [Windows binary installer]: ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.3-installer.exe