Fedora 11 Update: bouml-4.16.2-1.fc11

updates at fedoraproject.org updates at fedoraproject.org
Tue Dec 1 04:34:41 UTC 2009


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-11747
2009-11-20 04:23:34
--------------------------------------------------------------------------------

Name        : bouml
Product     : Fedora 11
Version     : 4.16.2
Release     : 1.fc11
URL         : http://bouml.free.fr/
Summary     : UML2 tool box for C++, Java, IDL, PHP and Python
Description :
BOUML is a Unified Modeling Language editor for Qt. You can use it to create
nearly all of UML diagrams. BOUML can generate code from those diagrams in
C++, Java, IDL, PHP and Python, and can also reverse existing code.

The program supports class diagrams, sequence diagrams, collaboration
diagrams, object diagrams, use case diagrams, component diagrams, state
diagrams, activity diagrams, component diagrams and deployment diagrams.

The documentation for this package is in bouml-doc.

--------------------------------------------------------------------------------
Update Information:

* Sat Nov 14 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.16.2-1  - Version
bump to 4.16.2. (Red Hat Bugzilla #525932)    * Previous releases can not read a
project saved with this version, but      projects made by previous releases can
be read.    * Allows to import a project as a library. A project imported as a
library      can't be modified in the importing project, but it can be updated
to      follow changes done in the imported project.    * It is now possible to
show/hide the visibility of the relations between      classes depending on the
value of the drawing settings show relation      visibility. By default the
visibility of the relations of not shown.    * Messages in a sequence diagram
can now be stereotyped (by textual      stereotype out of profile). Default
message stereotypes can be set through      the default stereotype dialog.    *
It is now possible to ask for to draw a decomposition indicator icon in a
state in a state diagram. By default the icon is not shown.    * The parent of a
state, pseudo state and region can be changed through      drag & drop in the
browser while staying inside the container state      machine.    * In activity
diagrams the stereotype of an action is now written, except      for opaque
actions when you ask for to show their definition through the      drawing
settings.    * Except for a few exceptions, when resizing elements like classes
the edge      didn't follow the cursor. Fixed.    * It was difficult to select a
line drawn between an element to an other      element placed inside the first
one (for instance between a state machine      and a sub state drawn inside its
state machine). Fixed.    * Plug-out:      + Manage stereotype on messages in a
sequence diagram.    * Project Control:      + Manage projects imported as a
library.    * XMI2 Generator:      + Export stereotype of messages through an
extension.    * Translation updates: fr and de.    *
http://bouml.free.fr/historic.html
--------------------------------------------------------------------------------
ChangeLog:

* Sat Nov 14 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.16.2-1
- Version bump to 4.16.2. (Red Hat Bugzilla #525932)
  * Previous releases can not read a project saved with this version, but
    projects made by previous releases can be read.
  * Allows to import a project as a library. A project imported as a library
    can't be modified in the importing project, but it can be updated to
    follow changes done in the imported project.
  * It is now possible to show/hide the visibility of the relations between
    classes depending on the value of the drawing settings show relation
    visibility. By default the visibility of the relations of not shown.
  * Messages in a sequence diagram can now be stereotyped (by textual
    stereotype out of profile). Default message stereotypes can be set through
    the default stereotype dialog.
  * It is now possible to ask for to draw a decomposition indicator icon in a
    state in a state diagram. By default the icon is not shown.
  * The parent of a state, pseudo state and region can be changed through
    drag & drop in the browser while staying inside the container state
    machine.
  * In activity diagrams the stereotype of an action is now written, except
    for opaque actions when you ask for to show their definition through the
    drawing settings.
  * Except for a few exceptions, when resizing elements like classes the edge
    didn't follow the cursor. Fixed.
  * It was difficult to select a line drawn between an element to an other
    element placed inside the first one (for instance between a state machine
    and a sub state drawn inside its state machine). Fixed.
  * Plug-out:
    + Manage stereotype on messages in a sequence diagram.
  * Project Control:
    + Manage projects imported as a library.
  * XMI2 Generator:
    + Export stereotype of messages through an extension.
  * Translation updates: fr and de.
  * http://bouml.free.fr/historic.html
* Sat Sep 19 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.14-1
- Version bump to 4.14. (Red Hat Bugzilla #512401)
  * Previous releases can not read a project saved with this version, but
    projects made by previous releases can be read.
  * When a package was deleted from a plug-out the container package was not
    marked modified and was not saved without an other reason marking it
    modified, and an error occured on reloading the project. Fixed.
  * It is not possible to resize the classes drawn with the standard
    representation (not using an icon) in a class diagram.
  * New drawing setting "hide get/set operations" to apply on 'official' get
    and set operations in class diagrams. The get/set operations are shown by
    default.
  * New C++ generation setting "inline force include in header" to include
    headers defining types referenced in inline operations. This switched on
    by default for older projects, but turned off for new ones.
  * http://bouml.free.fr/historic.html
* Fri Jul 24 2009 Release Engineering <rel-eng at fedoraproject.org> - 4.13-2
- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul  4 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.
  * http://bouml.free.fr/historic.html
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #525932 - bouml-4.16.2 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=525932
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update bouml' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------




More information about the Fedora-package-announce mailing list