- Change from 0.12 to version 1.0

- Correct wrong float type in ratings.csv
- Small correction in manpages
- More complete debian changelog


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@275 014f5005-505e-4b48-8d0a-63407b615a7c
master
LtWorf 2011-03-04 12:38:00 +07:00
parent 4b7a9272f6
commit 87302f2e64
6 changed files with 9 additions and 7 deletions

@ -1,4 +1,4 @@
0.12
1.0
- Removed encoding from .desktop file (was deprecated)
- Added manpage for relational-cli
- Internally uses set instead of lists to describe relation's content

6
debian/changelog vendored

@ -1,8 +1,10 @@
relational (0.12-1) unstable; urgency=low
relational (1.0-1) unstable; urgency=low
* New upstream release
* Merged relational-cli upstream, dropped debian patch
* Using relational_gui.py for both relational and relational-cli packages
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Fri, 04 Mar 2011 13:15:06 +0100
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Fri, 04 Mar 2011 13:28:51 +0100
relational (0.11-2) unstable; urgency=low

@ -21,7 +21,7 @@ Show version information.
Shows help.
.IP "\fB-q\fP
Using the Qt4 GUI.
Uses the Qt4 GUI.
.IP "\fB-r\fP
Uses the readline UI (default).

@ -21,7 +21,7 @@ Show version information.
Shows help.
.IP "\fB-q\fP
Using the Qt4 GUI (default).
Uses the Qt4 GUI (default).
.IP "\fB-r\fP
Uses the readline UI.

@ -24,7 +24,7 @@ import os
import os.path
import getopt
from relational import relation, parser
version="0.12"
version="1.0"
def printver(exit=True):

@ -5,5 +5,5 @@ id,rating
3,3.3
4,9.1
5,4.4
6,5.1.1
6,5.1
7,4.9

1 id rating
5 3 3.3
6 4 9.1
7 5 4.4
8 6 5.1.1 5.1
9 7 4.9