~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/cosTime/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2000</year>
 
8
      <year>2008</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>cosTime Release Notes</title>
 
27
    <prepared>Niclas Eklund</prepared>
 
28
    <responsible>Niclas Eklund</responsible>
 
29
    <docno></docno>
 
30
    <approved></approved>
 
31
    <checked></checked>
 
32
    <date>2000-01-31</date>
 
33
    <rev>A</rev>
 
34
  </header>
 
35
 
 
36
  <section>
 
37
    <title>cosTime 1.1.4</title>
 
38
 
 
39
    <section>
 
40
      <title>Improvements and New Features</title>
 
41
      <list type="bulleted">
 
42
        <item>
 
43
          <p>Documentation source included in open source releases.</p>
 
44
          <p>Own id: OTP-7595</p>
 
45
        </item>
 
46
      </list>
 
47
    </section>
 
48
  </section>
 
49
 
 
50
  <section>
 
51
    <title>cosTime 1.1.3</title>
 
52
 
 
53
    <section>
 
54
      <title>Improvements and New Features</title>
 
55
      <list type="bulleted">
 
56
        <item>
 
57
          <p>Updated file headers.</p>
 
58
          <p>Own id: OTP-7011</p>
 
59
        </item>
 
60
      </list>
 
61
    </section>
 
62
  </section>
 
63
 
 
64
  <section>
 
65
    <title>cosTime 1.1.2</title>
 
66
 
 
67
    <section>
 
68
      <title>Improvements and New Features</title>
 
69
      <list type="bulleted">
 
70
        <item>
 
71
          <p>The documentation source has been converted from SGML to XML.</p>
 
72
          <p>Own id: OTP-6754</p>
 
73
        </item>
 
74
      </list>
 
75
    </section>
 
76
  </section>
 
77
 
 
78
  <section>
 
79
    <title>cosTime 1.1.1</title>
 
80
 
 
81
    <section>
 
82
      <title>Improvements and New Features</title>
 
83
      <list type="bulleted">
 
84
        <item>
 
85
          <p>Minor Makefile changes.</p>
 
86
          <p>Own id: OTP-6701</p>
 
87
        </item>
 
88
      </list>
 
89
    </section>
 
90
  </section>
 
91
 
 
92
  <section>
 
93
    <title>cosTime 1.1</title>
 
94
 
 
95
    <section>
 
96
      <title>Improvements and New Features</title>
 
97
      <list type="bulleted">
 
98
        <item>
 
99
          <p>The stub/skeleton-files generated by IC have been improved,
 
100
            i.e., depending on the IDL-files, reduced the size of the
 
101
            erl- and beam-files and decreased dependencies off Orber's
 
102
            Interface Repository. It is necessary to re-compile all IDL-files
 
103
            and use COS-applications, including Orber, compiled with
 
104
            IC-4.2.</p>
 
105
          <p>Own id: OTP-4576</p>
 
106
        </item>
 
107
      </list>
 
108
    </section>
 
109
  </section>
 
110
 
 
111
  <section>
 
112
    <title>cosTime 1.0.1.1</title>
 
113
 
 
114
    <section>
 
115
      <title>Incompatibilities</title>
 
116
      <list type="bulleted">
 
117
        <item>
 
118
          <p>An includepath in <c>CosTimerEvent.idl</c> have been
 
119
            changed. Hence, if you include this file you should check
 
120
            your include paths for your IDL-file(s), i.e., add 
 
121
            the path to CosEventComm.idl.</p>
 
122
          <p>Own Id: OTP-4093</p>
 
123
        </item>
 
124
      </list>
 
125
    </section>
 
126
  </section>
 
127
 
 
128
  <section>
 
129
    <title>cosTime 1.0.1</title>
 
130
 
 
131
    <section>
 
132
      <title>Improvements and New Features</title>
 
133
      <list type="bulleted">
 
134
        <item>
 
135
          <p>First release of the cosTime application.</p>
 
136
          <p>Own Id: -</p>
 
137
        </item>
 
138
      </list>
 
139
    </section>
 
140
  </section>
 
141
</chapter>
 
142