rpms/bouml/devel .cvsignore, 1.19, 1.20 bouml.spec, 1.27, 1.28 sources, 1.21, 1.22

Debarshi Ray rishi at fedoraproject.org
Sat Jul 4 10:21:46 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/bouml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32464

Modified Files:
	.cvsignore bouml.spec sources 
Log Message:
* Sat Jul 04 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.13-1
- Version bump to 4.13.
  * Added active on activity, class and state.
  * Browser search can now search for elements depending on their stereotype.
  * Duplicating a state caused a crash. Fixed.
  * Made it easier to select small elements connectd to a line in a diagram.
  * When an attribute or operation of a class was deleted from a plug-out,
    the drawing of the class was not updated in already opened diagrams.
    Fixed.
  * C++ Generator:
    + A dependency stereotyped as friend produced wrong code in case the
      target class was a template. Fixed.
  * Java Roundtrip:
    + New plug-out.
  * Plug-out:
    + A crash occured when upgrading an old plug-out without Python
      management. Fixed.
    + Added operations isActive and set_isActive to UmlBaseActivity,
      UmlBaseClass and UmlBaseState.
    + Added operations isPython_3_operation and set_IsPython_3_operation to
      PythonSettings.
    + Internal plug-out API extended for Java Roundtrip, and type
      specification of function's parameters and return values. All plug-outs
      updated to use the new API.
    + The operation importProject has been added to UmlBasePackage, which
      returns the UmlPackage corresponding to the imported project or null in
      case of an error.
  * Python Generator:
    + All the lines of a docstring are indented according to PEP-0257.
    + Manage type specification of function's parameters return values
      according to PEP-3107.
  * XMI Generator:
    + When a parameter of an operation doesn't have type the token
      UML:Parameter was not closed. Fixed. 
  * XMI2 Generator:
    + The base type of a class stereotyped typedef is now produced in an
      extension form supposing you ask for them.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	11 Apr 2009 20:19:45 -0000	1.19
+++ .cvsignore	4 Jul 2009 10:21:15 -0000	1.20
@@ -1 +1 @@
-bouml_4.12.1.tar.gz
+bouml_4.13.tar.gz


Index: bouml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/bouml.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- bouml.spec	11 Apr 2009 20:19:46 -0000	1.27
+++ bouml.spec	4 Jul 2009 10:21:15 -0000	1.28
@@ -5,7 +5,7 @@
 
 Summary:	UML2 tool box for C++, Java, IDL, PHP and Python
 Name:		bouml
-Version:	4.12.1
+Version:	4.13
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
@@ -110,6 +110,44 @@ fi
 %{_libdir}/%{name}/*
 
 %changelog
+* Sat Jul 04 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.13-1
+- Version bump to 4.13.
+  * Added active on activity, class and state.
+  * Browser search can now search for elements depending on their stereotype.
+  * Duplicating a state caused a crash. Fixed.
+  * Made it easier to select small elements connectd to a line in a diagram.
+  * When an attribute or operation of a class was deleted from a plug-out,
+    the drawing of the class was not updated in already opened diagrams.
+    Fixed.
+  * C++ Generator:
+    + A dependency stereotyped as friend produced wrong code in case the
+      target class was a template. Fixed.
+  * Java Roundtrip:
+    + New plug-out.
+  * Plug-out:
+    + A crash occured when upgrading an old plug-out without Python
+      management. Fixed.
+    + Added operations isActive and set_isActive to UmlBaseActivity,
+      UmlBaseClass and UmlBaseState.
+    + Added operations isPython_3_operation and set_IsPython_3_operation to
+      PythonSettings.
+    + Internal plug-out API extended for Java Roundtrip, and type
+      specification of function's parameters and return values. All plug-outs
+      updated to use the new API.
+    + The operation importProject has been added to UmlBasePackage, which
+      returns the UmlPackage corresponding to the imported project or null in
+      case of an error.
+  * Python Generator:
+    + All the lines of a docstring are indented according to PEP-0257.
+    + Manage type specification of function's parameters return values
+      according to PEP-3107.
+  * XMI Generator:
+    + When a parameter of an operation doesn't have type the token
+      UML:Parameter was not closed. Fixed. 
+  * XMI2 Generator:
+    + The base type of a class stereotyped typedef is now produced in an
+      extension form supposing you ask for them.
+
 * Wed Apr 08 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.12.1-1
 - Version bump to 4.12.1.
   * Previous releases can not read a project saved with this version, but


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	11 Apr 2009 20:19:46 -0000	1.21
+++ sources	4 Jul 2009 10:21:15 -0000	1.22
@@ -1 +1 @@
-b7f5a90de1c7cfeeab8986e44e8037de  bouml_4.12.1.tar.gz
+b45efd68dd6f45fbddad48ebbf90a786  bouml_4.13.tar.gz




More information about the fedora-extras-commits mailing list