changeset 9414:d5dd4cda27e1 octave-forge

control: prepare release of control 2.2.5
author paramaniac
date Thu, 09 Feb 2012 13:56:10 +0000
parents 36c5d50f3ff7
children d44e0401b147
files main/control/DESCRIPTION main/control/NEWS main/control/devel/RELEASE_PACKAGE main/control/devel/pdfdoc/control.tex main/control/devel/pdfdoc/functions.texi main/control/doc/control.pdf
diffstat 6 files changed, 25 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/DESCRIPTION	Thu Feb 09 13:42:44 2012 +0000
+++ b/main/control/DESCRIPTION	Thu Feb 09 13:56:10 2012 +0000
@@ -1,6 +1,6 @@
 Name: Control
-Version: 2.2.4
-Date: 2012-01-07
+Version: 2.2.5
+Date: 2012-02-09
 Author: Lukas Reichlin <lukas.reichlin@gmail.com>
 Maintainer: Lukas Reichlin <lukas.reichlin@gmail.com>
 Title: Control Systems
--- a/main/control/NEWS	Thu Feb 09 13:42:44 2012 +0000
+++ b/main/control/NEWS	Thu Feb 09 13:56:10 2012 +0000
@@ -1,7 +1,7 @@
 Summary of important user-visible changes for releases of the control package
 
 ===============================================================================
-control-2.2.5   Release Date: 2012-xx-yy   Release Manager: Lukas Reichlin
+control-2.2.5   Release Date: 2012-02-09   Release Manager: Lukas Reichlin
 ===============================================================================
 
 ** Improved Matlab compatibility for frequency response commands.  It is now
--- a/main/control/devel/RELEASE_PACKAGE	Thu Feb 09 13:42:44 2012 +0000
+++ b/main/control/devel/RELEASE_PACKAGE	Thu Feb 09 13:56:10 2012 +0000
@@ -20,12 +20,12 @@
 rm -R ~/octave/__TEMP__/control/devel
 cd ~/octave/__TEMP__
 grep -i version control/DESCRIPTION
-tar czf control-2.2.4.tar.gz control/
-md5 control-2.2.4.tar.gz
-md5 control-2.2.4.tar.gz > md5_control_pkg.txt
-uuencode control-2.2.4.tar.gz < control-2.2.4.tar.gz > control-2.2.4.tar.gz.uue
+tar czf control-2.2.5.tar.gz control/
+md5 control-2.2.5.tar.gz
+md5 control-2.2.5.tar.gz > md5_control_pkg.txt
+uuencode control-2.2.5.tar.gz < control-2.2.5.tar.gz > control-2.2.5.tar.gz.uue
 octave -q --eval \
-"pkg install control-2.2.4.tar.gz"
+"pkg install control-2.2.5.tar.gz"
 octave -q --eval \
 "pkg load generate_html; generate_package_html ('control', 'control-html', 'octave-forge')"
 tar czf control-html.tar.gz control-html
@@ -40,7 +40,7 @@
 =====================================================================================
 
 rm -R ~/octave/__TEMP__
-rm -R ~/octave/control-2.2.4
+rm -R ~/octave/control-2.2.5
 
 
 =====================================================================================
--- a/main/control/devel/pdfdoc/control.tex	Thu Feb 09 13:42:44 2012 +0000
+++ b/main/control/devel/pdfdoc/control.tex	Thu Feb 09 13:56:10 2012 +0000
@@ -3,7 +3,7 @@
 @setfilename control.info
 @settitle Octave Control Systems Package
 @afourpaper
-@set VERSION 2.2.4
+@set VERSION 2.2.5
 @finalout
 @c @afourwide
 @c %**end of header
--- a/main/control/devel/pdfdoc/functions.texi	Thu Feb 09 13:42:44 2012 +0000
+++ b/main/control/devel/pdfdoc/functions.texi	Thu Feb 09 13:56:10 2012 +0000
@@ -1651,6 +1651,9 @@
  @item w
  Optional vector of frequency values.  If @var{w} is not specified,
  it is calculated by the zeros and poles of the system.
+ Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range,
+ where @var{wmin} and @var{wmax} denote minimum and maximum frequencies
+ in rad/s.
  @end table
 
  @strong{Outputs}
@@ -1679,6 +1682,9 @@
  @item w
  Optional vector of frequency values.  If @var{w} is not specified,
  it is calculated by the zeros and poles of the system.
+ Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range,
+ where @var{wmin} and @var{wmax} denote minimum and maximum frequencies
+ in rad/s.
  @end table
 
  @strong{Outputs}
@@ -1842,6 +1848,9 @@
  @item w
  Optional vector of frequency values.  If @var{w} is not specified,
  it is calculated by the zeros and poles of the system.
+ Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range,
+ where @var{wmin} and @var{wmax} denote minimum and maximum frequencies
+ in rad/s.
  @end table
 
  @strong{Outputs}
@@ -1870,6 +1879,9 @@
  @item w
  Optional vector of frequency values.  If @var{w} is not specified,
  it is calculated by the zeros and poles of the system.
+ Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range,
+ where @var{wmin} and @var{wmax} denote minimum and maximum frequencies
+ in rad/s.
  @end table
 
  @strong{Outputs}
@@ -1900,6 +1912,9 @@
  @item w
  Optional vector of frequency values.  If @var{w} is not specified,
  it is calculated by the zeros and poles of the system.
+ Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range,
+ where @var{wmin} and @var{wmax} denote minimum and maximum frequencies
+ in rad/s.
  @item ptype = 0
  Singular values of the frequency response @var{H} of system @var{sys}.  Default Value.
  @item ptype = 1
Binary file main/control/doc/control.pdf has changed