mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
Update documentation for various new features.
Update coding guidelines to document requirements for new features documentation. [Imported from Perforce change 9214 at 2006-12-01 21:16:47] Subversion-branch: /trunk/polyorb Subversion-revision: 36726
This commit is contained in:
15
NEWS
15
NEWS
@@ -50,6 +50,17 @@ idlac is now quiet by default. The '-v' command line switch can be used
|
||||
to make it verbose. The '-q' command line switch is now a no-op and will
|
||||
be removed in a future release. (9210)
|
||||
|
||||
The runtime configuration parameters that control the references
|
||||
to well-known services (naming and interface repository) now support
|
||||
corbaloc URIs as a possible notation (in addition to IORs). Consequently,
|
||||
they have been renamed as follows:
|
||||
* In section [corba]:
|
||||
naming_ior -> name_service
|
||||
ir_ior -> ir_service
|
||||
* In section [dsa]:
|
||||
naming_ior -> name_service
|
||||
(9160)
|
||||
|
||||
* PolyORB 1.2r (released 2004-12-17)
|
||||
====================================
|
||||
|
||||
@@ -69,6 +80,8 @@ PolyORB neutral core middleware now supports more concurrency
|
||||
policies. It implements the No Tasking, Basic, Leader/Followers and
|
||||
Half Sync/Half Async design patterns.
|
||||
|
||||
Release branched on 2004-12-17. (8922)
|
||||
|
||||
* PolyORB 1.1r (released 2004-06-07)
|
||||
====================================
|
||||
|
||||
@@ -104,6 +117,8 @@ constraints for the target.
|
||||
This release should be considered as a stable implementation of
|
||||
CORBA middleware over PolyORB.
|
||||
|
||||
Release branched on 2003-05-16. (6783)
|
||||
|
||||
* PolyORB 0.1 (released 2001-12-04)
|
||||
===================================
|
||||
|
||||
|
||||
@@ -77,6 +77,9 @@ Always update (or create if necessary) README file for each example.
|
||||
Recompute build dependencies every time the semantic dependencies
|
||||
of a unit are modified.
|
||||
|
||||
New features and incompatible changes shall be documented in the
|
||||
section of the NEWS file pertaining to the upcoming release.
|
||||
|
||||
To do so, run 'make depend' from PolyORB's root directory.
|
||||
Note that you must ensure that:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user