changeset 11207:2bcda689a109 octave-forge

preparing for new package release
author mmarzolla
date Sun, 04 Nov 2012 17:27:46 +0000
parents 11a883c1b04d
children 0c64c9856133
files main/queueing/ChangeLog main/queueing/DESCRIPTION main/queueing/Makefile
diffstat 3 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/main/queueing/ChangeLog	Sun Nov 04 17:23:10 2012 +0000
+++ b/main/queueing/ChangeLog	Sun Nov 04 17:27:46 2012 +0000
@@ -1,12 +1,16 @@
-2012-11-XX Moreno Marzolla <marzolla@cs.unibo.it>
+2012-11-05 Moreno Marzolla <marzolla@cs.unibo.it>
 
 	* Version 1.2.0 released
 	* Restructured the documentation
 	* Reduced space requirement for qncsmva()
-	* New function naming scheme; old function names are still available for compatibility with existing scripts, but will be removed in the future.
-	* New functions qncmaba, qncmbsb, qncmcb, qnomaba for computing performance bounds on multiclass networks
+	* New function naming scheme; old function names are still
+  	  available for compatibility with existing scripts, but will be
+	  removed in the future.
+	* New functions qncmaba, qncmbsb, qncmcb, qnomaba for computing
+	  performance bounds on multiclass networks
 	* New function qnom for analyzing open multiclass networks
-	* Fixed bugs in qncsconv, qncsconvld, qncmmva, qnopensingle, qnmix and qncscmva
+	* Fixed bugs in qncsconv, qncsconvld, qncmmva, qnopensingle, qnmix
+	  and qncscmva
 
 2012-09-08 Moreno Marzolla <marzolla@cs.unibo.it>
 
--- a/main/queueing/DESCRIPTION	Sun Nov 04 17:23:10 2012 +0000
+++ b/main/queueing/DESCRIPTION	Sun Nov 04 17:27:46 2012 +0000
@@ -1,6 +1,6 @@
 Name: queueing
 Version: 1.2.0
-Date: 2012-11-XX
+Date: 2012-11-05
 Author: Moreno Marzolla <marzolla@cs.unibo.it>
 Maintainer: Moreno Marzolla <marzolla@cs.unibo.it>
 Title: Octave package for Queueing Networks and Markov chains analysis
--- a/main/queueing/Makefile	Sun Nov 04 17:23:10 2012 +0000
+++ b/main/queueing/Makefile	Sun Nov 04 17:27:46 2012 +0000
@@ -1,5 +1,5 @@
 VERSIONNUM=1.2.0
-VERSIONDATE="2012-11-XX"
+VERSIONDATE="2012-11-05"
 PROGNAME=queueing
 
 DISTNAME=$(PROGNAME)-$(VERSIONNUM)