summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-release-info/doc/main_changes.xml
blob: 213497408751c5bcc39a1c51e2fb09bfb823e17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<chapter id="relinfo-changes">
  <title>Main Changes</title>

  <para>This chapter describes the major changes and additions in the Enea
  Linux release compared to the previous release.</para>

  <section id="relinfo-changes-other">
    <title>New Functionality / Enhancements</title>

    <itemizedlist spacing="compact">
      <listitem>
        <para>enea-image-minimal has been replaced by enea-image-base, with a
        basic set of packets for a Linux distribution. Users can create a
        customized image with more packets, added by the package
        manager.<remark>FIXME ALL THIS TEXT WHICH NOW IS FROM AN OLD
        relinfo</remark></para>
      </listitem>

      <listitem>
        <para>SMART package manager is now included in the image.</para>
      </listitem>

      <listitem>
        <para>IPK packages have been replaced by RPM packages.</para>
      </listitem>

      <listitem>
        <para>Almost all packages for architectures supported by Yocto are now
        available on the download server.</para>
      </listitem>
    </itemizedlist>
  </section>

  <section id="relinfo-changes-version">
    <title>Version Updates</title>

    <para>The versions are as follows:</para>

    <itemizedlist spacing="compact">
      <listitem>
        <para>This Enea Linux release is based on Yocto <xi:include
        href="../../s_docsrc_common/pardoc-distro.xml"
        xmlns:xi="http://www.w3.org/2001/XInclude"
        xpointer="element(Yocto_VER/1)" /></para>
      </listitem>

      <listitem>
        <para>The poky source version is <xi:include
        href="../../s_docsrc_common/pardoc-distro.xml"
        xmlns:xi="http://www.w3.org/2001/XInclude"
        xpointer="element(Poky_VER/1)" /></para>
      </listitem>
    </itemizedlist>
  </section>

  <section id="relinfo-fixed">
    <title>Problems Fixed in this Release</title>

    <para>TBD <remark>FIXME or set condition hidden</remark></para>
  </section>

  <section id="relinfo-added-drivers">
    <title>Added Drivers</title>

    <para>TBD <remark>FIXME or set condition hidden</remark></para>
  </section>

  <section id="relinfo-changed-packages">
    <title>Added or Removed Packages</title>

    <para>TBD <remark>FIXME or set condition hidden. Either create a list in
    text files using a script and refer to those, or create XML files with a
    script and xi include those here "as text"!</remark></para>

    <section>
      <title>Added Packages</title>

      <informaltable>
        <tgroup cols="2">
          <thead>
            <row>
              <entry>Package Name</entry>

              <entry>Version</entry>
            </row>
          </thead>

          <tbody>
            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>
            </row>
          </tbody>
        </tgroup>
      </informaltable>
    </section>

    <section>
      <title>Changed Packages</title>

      <informaltable>
        <tgroup cols="3">
          <thead>
            <row>
              <entry>Package Name</entry>

              <entry>Previous Version</entry>

              <entry>New Version</entry>
            </row>
          </thead>

          <tbody>
            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>

              <entry>FIXME newversion</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>

              <entry>FIXME newversion</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>

              <entry>FIXME newversion</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>

              <entry>FIXME version</entry>

              <entry>FIXME newversion</entry>
            </row>
          </tbody>
        </tgroup>
      </informaltable>
    </section>

    <section>
      <title>Removed Packages</title>

      <informaltable>
        <tgroup cols="1">
          <thead>
            <row>
              <entry>Package Name</entry>
            </row>
          </thead>

          <tbody>
            <row>
              <entry>FIXME package-name</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>
            </row>

            <row>
              <entry>FIXME package-name</entry>
            </row>
          </tbody>
        </tgroup>
      </informaltable>
    </section>
  </section>
</chapter>