- Timestamp:
- Jan 10, 2008, 1:01:29 AM (17 years ago)
- Branches:
- master
- Children:
- fb6d46f
- Parents:
- 4b17097
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
r4b17097 r78aecb6 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month " 12"> <!-- Use two digits -->4 <!ENTITY month_name " December">5 <!ENTITY day " 25"> <!-- Use two digits -->6 <!ENTITY year "200 7"> <!-- Use four digits -->3 <!ENTITY month "01"> <!-- Use two digits --> 4 <!ENTITY month_name "Janurary"> 5 <!ENTITY day "09"> <!-- Use two digits --> 6 <!ENTITY year "2008"> <!-- Use four digits --> 7 7 8 8 <!ENTITY releasedate "&month_name; &day;, &year;"> -
BOOK/introduction/common/changelog.xml
r4b17097 r78aecb6 38 38 39 39 <listitem> 40 <para>Janurary 9, 2008</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Busybox to 1.8.2.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>November 5, 2006</para> 41 50 <itemizedlist> -
BOOK/packages.ent
r4b17097 r78aecb6 11 11 <!ENTITY binutils-home "http://sources.redhat.com/binutils/"> 12 12 13 <!ENTITY busybox-version "1. 4.1">14 <!ENTITY busybox-size "1, 483KB">13 <!ENTITY busybox-version "1.8.2"> 14 <!ENTITY busybox-size "1,732 KB"> 15 15 <!ENTITY busybox-url "http://busybox.net/downloads/busybox-&busybox-version;.tar.bz2"> 16 <!ENTITY busybox-md5 "57 28403bce309cdabcffa414e2e64052">16 <!ENTITY busybox-md5 "5794c6187c7cc8176c52b96af9bf2478"> 17 17 <!ENTITY busybox-home "http://www.busybox.net"> 18 18 -
BOOK/patches.ent
r4b17097 r78aecb6 14 14 15 15 <!ENTITY busybox-fixes-patch "busybox-&busybox-version;-fixes-1.patch"> 16 <!ENTITY busybox-fixes-patch-md5 " 6770300fc410a1f8996ba54c870dca8f">17 <!ENTITY busybox-fixes-patch-size " 4KB">16 <!ENTITY busybox-fixes-patch-md5 "8c63ff58287e5de40a40e81145a8a1ad"> 17 <!ENTITY busybox-fixes-patch-size "20 KB"> 18 18 19 19 <!ENTITY gcc-cross_search-patch "gcc-&gcc-version;-cross_search_paths-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.