changeset 12391:1d0d979e5770 octave-forge

Preparing for new release
author mmarzolla
date Sat, 08 Mar 2014 15:56:42 +0000
parents 9dd0468b50e7
children e06b577835f7
files main/queueing/ChangeLog main/queueing/DESCRIPTION main/queueing/NEWS main/queueing/doc/INSTALL
diffstat 4 files changed, 19 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/main/queueing/ChangeLog	Sat Mar 08 15:55:05 2014 +0000
+++ b/main/queueing/ChangeLog	Sat Mar 08 15:56:42 2014 +0000
@@ -1,8 +1,8 @@
-2014-XX-YY Moreno Marzolla <moreno.marzolla@unibo.it>
+2014-03-08 Moreno Marzolla <moreno.marzolla@unibo.it>
 
 	* Version 1.2.3 released
 	* qsmm1 now accepts lambda=0
-	* qnom accepts classes with zero arrival rate
+	* qnom accepts job classes with zero arrival rate
 	* erlangb added
 	* erlangc added
 	* engset added
--- a/main/queueing/DESCRIPTION	Sat Mar 08 15:55:05 2014 +0000
+++ b/main/queueing/DESCRIPTION	Sat Mar 08 15:56:42 2014 +0000
@@ -1,6 +1,6 @@
 Name: queueing
-Version: 1.2.2
-Date: 2013-06-28
+Version: 1.2.3
+Date: 2014-03-08
 Author: Moreno Marzolla <moreno.marzolla@unibo.it>
 Maintainer: Moreno Marzolla <moreno.marzolla@unibo.it>
 Title: Octave package for Queueing Networks and Markov chains analysis
--- a/main/queueing/NEWS	Sat Mar 08 15:55:05 2014 +0000
+++ b/main/queueing/NEWS	Sat Mar 08 15:56:42 2014 +0000
@@ -1,3 +1,12 @@
+Summary of important user-visible changes for queueing-1.2.3
+------------------------------------------------------------------------------
+
+** queueing-1.2.3 contains new features
+
+** Added new functions erlangb (Erlang-B formula), erlangc (Erlang-C formula)
+   and engset
+
+
 Summary of important user-visible changes for queueing-1.2.2
 ------------------------------------------------------------------------------
 
--- a/main/queueing/doc/INSTALL	Sat Mar 08 15:55:05 2014 +0000
+++ b/main/queueing/doc/INSTALL	Sat Mar 08 15:56:42 2014 +0000
@@ -16,7 +16,7 @@
 1.1 Installation through Octave package management system
 =========================================================
 
-The most recent version of `queueing' is 1.2.2 and can be downloaded
+The most recent version of `queueing' is 1.2.3 and can be downloaded
 from Octave-Forge
 
    `http://octave.sourceforge.net/queueing/'
@@ -48,7 +48,7 @@
      Octave-Forge; then, to install the package in the system-wide
      location issue this command at the Octave prompt:
 
-          octave:1> pkg install _queueing-1.2.2.tar.gz_
+          octave:1> pkg install _queueing-1.2.3.tar.gz_
 
      (you may need to start Octave as root in order to allow the
      installation to copy the files to the target locations). After
@@ -57,7 +57,7 @@
 
      If you do not have root access, you can do a local install using:
 
-          octave:1> pkg install -local queueing-1.2.2.tar.gz
+          octave:1> pkg install -local queueing-1.2.3.tar.gz
 
           Note: Octave version 3.2.3 as shipped with Ubuntu 10.04 LTS
           seems to ignore `-local' and always tries to install the
@@ -70,7 +70,7 @@
           octave:1>pkg list queueing
           Package Name  | Version | Installation directory
           --------------+---------+-----------------------
-              queueing  |   1.2.2 | /home/moreno/octave/queueing-1.2.2
+              queueing  |   1.2.3 | /home/moreno/octave/queueing-1.2.3
 
   4. Starting from version 1.1.1, `queueing' is no longer automatically
      loaded on Octave startup. To make the functions available for use,
@@ -94,8 +94,8 @@
 If you want to manually install `queueing' in a custom location, you
 can download the tarball and unpack it somewhere:
 
-     tar xvfz queueing-1.2.2.tar.gz
-     cd queueing-1.2.2/queueing/
+     tar xvfz queueing-1.2.3.tar.gz
+     cd queueing-1.2.3/queueing/
 
    Copy all `.m' files from the `inst/' directory to some target
 location. Then, start Octave with the `-p' option to add the target