Selaa lähdekoodia

Add changelog for today's changes and bump date.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 11 vuotta sitten
vanhempi
commit
ccf378297d
2 muutettua tiedostoa jossa 32 lisäystä ja 4 poistoa
  1. 30 2
      chapter01/changelog.xml
  2. 2 2
      general.ent

+ 30 - 2
chapter01/changelog.xml

@@ -35,6 +35,34 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2014-06-29</para>
+      <itemizedlist>
+        <listitem>
+          <para>[krejzi] - Merged LFS SVN-20140628.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Removed LTO hacks from systemd
+          page since they are not necessary anymore.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Updated to D-Bus 1.8.4.</para>
+        </listitem>  
+        <listitem>
+          <para>[krejzi] - Rewrote Network Configuration to
+          use systemd-networkd.</para>
+        </listitem>  
+        <listitem>
+          <para>[krejzi] - Removed lfs-network-scripts.</para>
+        </listitem>  
+        <listitem>
+          <para>[krejzi] - Added "Systemd Usage and Configuration" page
+          to chapter 7. Thanks to Bruce Dubbs for writing the original
+          version.</para>
+        </listitem>  
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2014-06-28</para>
       <itemizedlist>
@@ -431,7 +459,7 @@
       <para>2014-04-12</para>
       <itemizedlist>
         <listitem>
-          <para>[krejzi] - Merge LFS SVN-20140408 book.</para>
+          <para>[krejzi] - Merged LFS SVN-20140408.</para>
         </listitem>
       </itemizedlist>
     </listitem>
@@ -514,7 +542,7 @@
       <para>2014-03-14</para>
       <itemizedlist>
         <listitem>
-          <para>[krejzi] - Merge LFS SVN-20140312 book.</para>
+          <para>[krejzi] - Merged LFS SVN-20140312.</para>
         </listitem>
         <listitem>
           <para>[krejzi] - Update to systemd-211.</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
-<!ENTITY version         "20140623-systemd">
+<!ENTITY version         "20140629-systemd">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "June 23, 2014">
+<!ENTITY releasedate     "June 29, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.6">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->