Package: bouml-4.21-1.fc14 Tag: None Status: complete Built by: sharkcz

S390 Koji Build System buildsys at fedoraproject.org
Sat Oct 30 19:50:52 UTC 2010


Package: bouml-4.21-1.fc14
Tag: None
Status: complete
Built by: sharkcz
ID: 38444
Started: Sat, 30 Oct 2010 12:29:48 EDT
Finished: Sat, 30 Oct 2010 12:49:47 EDT
Changelog:
* Sun May 23 2010 Debarshi Ray <rishi at fedoraproject.org> - 4.21-1
- Version bump to 4.21. (Red Hat Bugzilla #592893)
  * Previous releases can not read a project saved with this version, but
    projects made by previous releases can be read.
  * In diagrams the context of nested classes now contains the the container
    class when you ask for to indicate the namespace or Java package or Python
    package or module through the drawing setting show context or equivalent.
    This affects existing class diagrams.
  * Add reverse/roundtrip settings with a dedicated edition dialog to specify
    through a regular expression the files and/or directories whose must not
    be taken into account during a reverse and roundtrip, allowing for
    instance to not reverse test programs.
  * New generation settings to choose how the path of the required files are
    generated : without path, with absolute paths, with relative paths, with
    path relative to the root directory.
  * The definition of an external class for PHP has been extended, if a second
    line is present this one is considered to contain the expected
    require_once form to produce.
  * The drawing setting 'show context' has been extended.
  * When several elements of the same type are selected in a diagram the
    multiple selection menu allows you to use the drawing settings of the
    first selected element for the other selected elements.
  * When you edit an attribute or an operation of a parametrized class or
    nested in parametrized class(es) the name of the formal parameters are now
    inserted in the list of proposed types.
  * PHP Generator:
    + Automatically generate the require_once forms when the Php definition of
      an artifact contains ${require_once}. This is the case for new projects,
      you have to add it by yourself if you want this feature in your
      existing projects.
  * Plug-out:
    + Added operations requireOnceWithPath, set_RequireOnceWithPath,
      isRelativePath, set_IsRelativePath, isRootRelativePath and
      set_IsRootRelativePath on class PhpSettings to access the new generation
      settings related to the generation of require_once forms for PHP.
    + Added operations reverseRoundtripDirRegExp,
      isReverseRoundtripDirRegExpCaseSensitive, set_ReverseRoundtripDirRegExp,
      reverseRoundtripFileRegExp, isReverseRoundtripFileRegExpCaseSensitive
      and set_ReverseRoundtripFileRegExp on classes CppSettings, JavaSettings
      and PhpSettings.
  * Translation updates: fr.
  * http://bouml.free.fr/historic.html

* Fri Apr 23 2010 Debarshi Ray <rishi at fedoraproject.org> - 4.20-1
- Version bump to 4.20. (Red Hat Bugzilla #569134)
  * Previous releases can not read a project saved with this version, but
    projects made by previous releases can be read.
  * A crash could occur when some changes were done on a state present in an
    opened diagram but never visible because of the diagram dimensions and the
    position of the scrollbars. Fixed.
  * Add constraint on activity and activity action.
  * Add interface icon using a simple circle, extends drawing mode with it for
    classes in a class diagram, instances in a sequence diagram and actors in
    a use case diagram. To not change the already existing diagrams, when you
    open an old diagram showing classes stereotyped interface or instances of
    classes stereotyped interface, their drawing mode is forced to class when
    it values natural (even indirectly).
  * Add lost/found messages in sequence diagram.
  * Add the new keyword ${inverse_name} producing the name of the inverse role
    of a bi-directional relation between classes.
  * In a sequence diagram, when an instance doesn't send nor receive message
    the menu of the instance proposes to hide/show the life line. To allow to
    draw a multiple instance with only one visible life line.
  * New option -execnogui. Use it in place of -exec when you don't want to see
    the GUI when you apply a plug-out when Bouml is started. In this case the
    messages normally written in the trace window are produced on stdout. You
    have to kill the process Bouml by yourself if you use -execnogui without
    -exit. 
  * The message written to signal a message can't be added in a sequence
    diagram contained wrong characters. Fixed.
  * When Bouml was closed though a shortcut (control-w by default) while an
    additional window like an artifact source windows was still open, Bouml
    crashed (without any consequence because if needed the previously load
    project was already saved). Fixed.
  * C++ Roundtrip:
    + Do not empty the stereotypes when this is possible.
  * Java Generator:
    + Do not duplicate imports both defined in artifact definition and through
      dependencies.
    + When a nested class reference was produced the container classes' names
      were missing and only the nested class' name was generated. Fixed.
  * Java Roundtrip:
    + Do not empty the stereotypes when this is possible.
  * Python Generator:
    + Extends the auto generated import to the classes referenced by the
      attributes, associations and operations.
    + When a nested class reference was produced the container classes' names
      were missing and only the nested class' name was generated. Fixed.
  * State Machine Generator:
    + Add the operation doActivity() on the class representing the state
      machine. When this operation is applied the do activity of the current
      state is executed if it is not empty.
  * Translation updates: de, es and fr.
  * http://bouml.free.fr/historic.html

* Sun Feb 14 2010 Debarshi Ray <rishi at fedoraproject.org> - 4.18.2-1
- Version bump to 4.18.2. (Red Hat Bugzilla #538774)
  * Previous releases can not read a project saved with this version, but
    projects made by previous releases can be read.
  * A crash could occured when some changes were done on relations used by
    'modelled' class instances (non pure graphical class instances) or a
    project defining 'modelled' class instances was reloaded. Fixed.
  * A crash occured when loading an inconsistent model where two operations
    share the same internal buffer. Fixed.
  * Add related elements did nothing in a use case or deployment diagram.
    Fixed.
  * Forbidden to add a flow from an action to an object base whose
    'is control' is false. Fixed.
  * In a state diagram, when an element was added and it was automatically
    moved to be placed in its container, its self relations didn't follow it
    and their cut points were placed poorly. Fixed.
  * It is now possible to have a class diagram under a use case or a use case
    view, this allows to define Iconix robustness diagram throw class diagram.
  * The boxes representing the class instances were not produced in SVG when
    you didn't ask for to draw the shadows and they aren't transparent. Fixed.
  * The class instances weren't colored when you asked to not draw the shadow
    in a sequence or communication diagrams. Fixed.
  * When a shortcut was added the control/shift/alt indicators were removed
    when the key was specified in case the current line was the last. Fixed.
  * When you manually resized an element in a diagram its self relations may
    be hidden depending on the position of the self relation and the used
    corner. Fixed.
  * C++ Reverse:
    + For compatibility with the C++ roundtrip, the #file property is obtained
      from the project package rather than in the package where a reverse was
      started. To set the C++ source and header directory for the packages
      created during the reverse, try to use path relative to root directory
      if it is defined in the generation settings.
    + The instantiation of a template class inside the declaration or the
      definition of its operations were reversed as the class itself (without
      actuals). Fixed.
  * Java Catalog:
    + To set the Java directory for the packages created during the reverse
      even without associated Java package, try to use path relative to root
      directory if it is defined.
  * Java Reverse:
    + To set the Java directory for the packages created during the reverse
      even without associated Java package, try to use path relative to root
      directory if it is defined.
  * Java Roundtrip:
    + To set the Java directory for the packages created during the reverse
      even without associated Java package, try to use path relative to root
      directory if it is defined.
  * UML Projection:
    + Projection to C++ missed to set C++ header definition on already
      existing artifacts. Fixed.
  * XMI2 Generator:
    + Replaced newline by space in relation's name.
    + The post-condition of an activity action was not exported, and the
      pre-condition wasn't exported when the post-condition was empty. Fixed.
  * Translation updates: de, es and fr.
  * http://bouml.free.fr/historic.html



SRPMS:
  bouml-4.21-1.fc14.src.rpm

Closed tasks:
-------------

Task 226227 on fedora2.s390.bos.redhat.com
Task Type: build (None, bouml-4.21-1.fc14.src.rpm)

Task 226228 on fedora3.s390.bos.redhat.com
Task Type: buildArch (bouml-4.21-1.fc14.src.rpm, s390)
logs:
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=226228&name=build.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=226228&name=root.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=226228&name=state.log
rpms:
 http://s390pkgs.fedoraproject.org/packages/bouml/4.21/1.fc14/s390/bouml-4.21-1.fc14.s390.rpm
 http://s390pkgs.fedoraproject.org/packages/bouml/4.21/1.fc14/s390/bouml-debuginfo-4.21-1.fc14.s390.rpm

Task 226231 on fedora1.s390.bos.redhat.com
Task Type: buildArch (bouml-4.21-1.fc14.src.rpm, s390x)
logs:
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=226231&name=build.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=226231&name=root.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=226231&name=state.log
rpms:
 http://s390pkgs.fedoraproject.org/packages/bouml/4.21/1.fc14/s390x/bouml-4.21-1.fc14.s390x.rpm
 http://s390pkgs.fedoraproject.org/packages/bouml/4.21/1.fc14/s390x/bouml-debuginfo-4.21-1.fc14.s390x.rpm



Task Info: http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=226227
Build Info: http://s390.koji.fedoraproject.org/koji/buildinfo?buildID=38444


More information about the s390-builds mailing list