Skip to content

Tags: harvyso/octave

Tags

release-6-3-0

Toggle release-6-3-0's commit message
Version 6.3.0 released.

* configure.ac (AC_INIT): Set version to 6.3.0.
(OCTAVE_MINOR_VERSION): Now 3.
(OCTAVE_PATCH_VERSION): Now 0.
(OCTAVE_RELEASE_DATE): Set to "2021-07-11".
* etc/icons/org.octave.Octave.appdata.xml: Add release info for
version 6.3.0.
* NEWS: Update release date.

rc-6-2-90

Toggle rc-6-2-90's commit message
bump stable branch version after release candidate

* configure.ac (AC_INIT): Set version to 6.2.91.
(OCTAVE_PATCH_VERSION): Now 91.

release-6-2-0

Toggle release-6-2-0's commit message
Version 6.2.0 released.

* configure.ac (AC_INIT): Set version to 6.2.0.
(OCTAVE_MINOR_VERSION): Now 2.
(OCTAVE_PATCH_VERSION): Now 0.
(OCTAVE_RELEASE_DATE): Set to "2021-02-19".
* etc/icons/org.octave.Octave.appdata.xml: Add release info for
version 6.2.0.

rc-6-1-90

Toggle rc-6-1-90's commit message
bump versions for 6.1.90 release candidate

* configure.ac (AC_INIT): Set version to 6.1.90.
(OCTAVE_PATCH_VERSION): Set to 90.
(OCTAVE_COPYRIGHT): Update to 2021.
(OCTAVE_RELEASE_DATE): Update to 2021-02-10.

* liboctave/module.mk, libgui/module.mk, libinterp/module.mk:
Bump version number for library revision.

release-6-1-0

Toggle release-6-1-0's commit message
Version 6.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 2020-11-26.

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

* NEWS: Update release date.

rc-6-0-92

Toggle rc-6-0-92's commit message
bump stable branch version after release candidate

* configure.ac (AC_INIT): Set version to 6.0.93.
(OCTAVE_PATCH_VERSION): Now 93.

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.