|
From: <de...@us...> - 2003-06-21 01:32:12
|
Update of /cvsroot/pymerase/pymerase/debian In directory sc8-pr-cvs1:/tmp/cvs-serv3719 Modified Files: changelog python2.2-pymerase.install Log Message: Install table.dtd file into known location Describe bug fixes. Index: changelog =================================================================== RCS file: /cvsroot/pymerase/pymerase/debian/changelog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** changelog 12 May 2003 22:29:26 -0000 1.3 --- changelog 21 Jun 2003 01:32:09 -0000 1.4 *************** *** 1,2 **** --- 1,10 ---- + pymerase (0.1.99.1-1) woldlab; urgency=low + + * Fixed #749853 parseXMI created duplicate classes + * Fixed #713636 AssociationEnd UUIDs none + * Fixed #723919 remap table.dtd XML url to point to installed table.dtd file + + -- Diane Trout <di...@ca...> Thu, 19 Jun 2003 16:46:19 -0700 + pymerase (0.1.99.0-5) woldlab; urgency=low Index: python2.2-pymerase.install =================================================================== RCS file: /cvsroot/pymerase/pymerase/debian/python2.2-pymerase.install,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** python2.2-pymerase.install 27 Feb 2003 01:57:03 -0000 1.1 --- python2.2-pymerase.install 21 Jun 2003 01:32:09 -0000 1.2 *************** *** 1,2 **** usr/bin ! usr/lib \ No newline at end of file --- 1,3 ---- usr/bin ! usr/lib ! usr/share/sgml \ No newline at end of file |