# HG changeset patch # User mmarzolla # Date 1394294202 0 # Node ID 1d0d979e577081433e0888d62638e80afe968eb9 # Parent 9dd0468b50e78b954cf26e101d0180a769684e30 Preparing for new release diff -r 9dd0468b50e7 -r 1d0d979e5770 main/queueing/ChangeLog --- 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 +2014-03-08 Moreno Marzolla * 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 diff -r 9dd0468b50e7 -r 1d0d979e5770 main/queueing/DESCRIPTION --- 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 Maintainer: Moreno Marzolla Title: Octave package for Queueing Networks and Markov chains analysis diff -r 9dd0468b50e7 -r 1d0d979e5770 main/queueing/NEWS --- 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 ------------------------------------------------------------------------------ diff -r 9dd0468b50e7 -r 1d0d979e5770 main/queueing/doc/INSTALL --- 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