8000 Tags · alexleach/octave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alexleach/octave

Tags

rc-6-0-90

Toggle rc-6-0-90's commit message
bump version for first 6.1 release candidate

* configure.ac (AC_INIT): Set version to 6.0.90.
(OCTAVE_PATCH_VERSION): Now 90.
(OCTAVE_RELEASE_DATE): Set to 2020-08-26.

* CITATION: Update.
* NEWS: Update.

release-5-2-0

Toggle release-5-2-0's commit message
Avoid color changes in MS Windows GUI terminal (bug #57658).

* scripts/miscellaneous/mkoctfile.m: Add the gcc compiler flag
"-fdiagnostics-color=never" in case of MS Windows and the GUI is running.
For the MS Windows CLI version the output looks very nice.  Update year.

rc-5-1-90

Toggle rc-5-1-90's commit message
Lock amd and symbfact to avoid segmentation fault with SuiteSparse (b…

…ug #57435).

* dldfcn/amd.cc (Famd), dldfcn/symbfact.cc (Fsymbfact): Use DEFMETHOD_DLD. Call
"mlock" to avoid having invalid function pointers in global SuiteSparse_config
structure when the functions are unloaded (e.g. with "clear functions").

release-5-1-0

Toggle release-5-1-0's commit message
Version 5.1.0 released

* configure.ac (AC_INIT): Update version info for release.
(OCTAVE_MINOR_VERSION): Set to 1.
(OCTAVE_PATCH_VERSION): Set to 0.
(OCTAVE_RELEASE_DATE): Set to 2019-02-23.

* org.octave.Octave.appdata.xml: Add 5.1.0 to the list of version
numbers and release dates.

rc-5-0-91

Toggle rc-5-0-91's commit message
bump version for first 5.1 release candidate

* configure.ac (AC_INIT): Set version to 5.0.91.
(OCTAVE_PATCH_VERSION): Now 91.
(OCTAVE_RELEASE_DATE): Set to 2019-02-04.

rc-5-0-90

Toggle rc-5-0-90's commit message
bump version for first 5.1 release candidate

* configure.ac (AC_INIT): Set version to 5.0.90.
(OCTAVE_PATCH_VERSION): Now 90.
(OCTAVE_RELEASE_DATE): Set to 2019-01-24.

release-4-4-1

Toggle release-4-4-1's commit message
Version 4.4.1 released

* configure.ac (AC_INIT): Update version info for release.
(OCTAVE_PATCH_VERSION): Set to 1.
(OCTAVE_RELEASE_DATE): Set to 2018-08-09.

* CITATION, org.octave.Octave.appdata.xml: Update version info.

* libgui/module.mk (liboctgui_current): Now 4.
* libinterp/module.mk (liboctinterp_current): Now 6.
* liboctave/module.mk (liboctave_current): Now 6.

We normally try to preserve backward compatibility of the API for
minor releases, but it was not possible this time.

release-4-4-0

Toggle release-4-4-0's commit message
Version 4.4.0 released.

* configure.ac (AC_INIT): Set version to 4.4.0.
(OCTAVE_MINOR_VERSION): Now 4.
(OCTAVE_PATCH_VERSION): Now 0.
(OCTAVE_RELEASE_DATE): Set to 2018-04-30.
(NEWS): Set release date.

rc-4-3-92

Toggle rc-4-3-92's commit message
bump version for third 4.4 release candidate

* configure.ac (AC_INIT): Set version to 4.3.92.
(OCTAVE_PATCH_VERSION): Now 92.
(OCTAVE_RELEASE_DATE): Set to 2018-04-27.

rc-4-3-91

Toggle rc-4-3-91's commit message
bump version for second 4.4 release candidate

* configure.ac (AC_INIT): Set version to 4.3.91.
(OCTAVE_PATCH_VERSION): Now 91.
(OCTAVE_RELEASE_DATE): Set to 2018-04-19.
0