changeset 10439:6c19a05abd36 octave-forge

Add missing NEWS entrys for fixing Makefiles for more compatible passing of linker flags.
author i7tiol
date Tue, 12 Jun 2012 14:38:35 +0000
parents 779f718ca4b0
children 33cbf3d3a61e
files main/control/NEWS main/linear-algebra/DESCRIPTION main/linear-algebra/NEWS main/octgpr/DESCRIPTION main/octgpr/NEWS main/odepkg/DESCRIPTION main/odepkg/NEWS main/optiminterp/NEWS
diffstat 8 files changed, 26 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/NEWS	Tue Jun 12 14:28:58 2012 +0000
+++ b/main/control/NEWS	Tue Jun 12 14:38:35 2012 +0000
@@ -27,6 +27,9 @@
 ** test_control
    Add a few remarks to the help text regarding the severity of failing tests.
 
+** Makefile fixed to work with non-standard linker options e.g on
+   Apple.
+
 
 ===============================================================================
 control-2.3.50   Release Date: 2012-03-06   Release Manager: Lukas Reichlin
--- a/main/linear-algebra/DESCRIPTION	Tue Jun 12 14:28:58 2012 +0000
+++ b/main/linear-algebra/DESCRIPTION	Tue Jun 12 14:38:35 2012 +0000
@@ -1,6 +1,6 @@
 Name: Linear-algebra
 Version: 2.2.0
-Date: 2012-21-05
+Date: 2012-06-12
 Author: various authors
 Maintainer: Octave-Forge community <octave-dev@lists.sourceforge.net>
 Title: Linear algebra.
--- a/main/linear-algebra/NEWS	Tue Jun 12 14:28:58 2012 +0000
+++ b/main/linear-algebra/NEWS	Tue Jun 12 14:38:35 2012 +0000
@@ -5,6 +5,9 @@
       nmf_pg doesn't use text_waitbar by default. Miscellanoues package is
       not required.
 
+ ** Makefile fixed to work with non-standard linker options e.g on
+    Apple.
+
 Summary of important user-visible changes for linear-algebra 2.2.0:
 -------------------------------------------------------------------
 
--- a/main/octgpr/DESCRIPTION	Tue Jun 12 14:28:58 2012 +0000
+++ b/main/octgpr/DESCRIPTION	Tue Jun 12 14:38:35 2012 +0000
@@ -1,6 +1,6 @@
 Name: OctGPR
-Version: 1.2.0
-Date: 2009-08-06
+Version: 1.2.1
+Date: 2012-06-12
 Author: Jaroslav Hajek <highegg@gmail.com>
 Title: Package for full dense Gaussian Process Regression
 Maintainer: Jaroslav Hajek <highegg@gmail.com>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/octgpr/NEWS	Tue Jun 12 14:38:35 2012 +0000
@@ -0,0 +1,5 @@
+Summary of important user-visible changes for octgpr 1.2.1:
+-------------------------------------------------------------------
+
+ ** Makefile fixed to work with non-standard linker options e.g on
+    Apple.
--- a/main/odepkg/DESCRIPTION	Tue Jun 12 14:28:58 2012 +0000
+++ b/main/odepkg/DESCRIPTION	Tue Jun 12 14:38:35 2012 +0000
@@ -1,6 +1,6 @@
 Name: OdePkg
-Version: 0.8.2
-Date: 2012-04-15
+Version: 0.8.3
+Date: 2012-06-12
 Author: Thomas Treichl <treichl@users.sourceforge.net>
 Maintainer: Thomas Treichl <treichl@users.sourceforge.net>
 Title: OdePkg
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/odepkg/NEWS	Tue Jun 12 14:38:35 2012 +0000
@@ -0,0 +1,5 @@
+Summary of important user-visible changes for odepkg 0.8.3:
+-------------------------------------------------------------------
+
+ ** Makefile fixed to work with non-standard linker options e.g on
+    Apple.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/optiminterp/NEWS	Tue Jun 12 14:38:35 2012 +0000
@@ -0,0 +1,5 @@
+Summary of important user-visible changes for optiminterp 0.3.4:
+-------------------------------------------------------------------
+
+ ** Makefile fixed to work with non-standard linker options e.g on
+    Apple.