Changeset 70e3330
- Timestamp:
- 04/18/2014 04:26:53 PM (9 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 7.10, 7.10-rc1, 7.6, 7.6-rc1, 7.7, 7.7-rc1, 7.8, 7.8-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, hybrid, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- a139c25
- Parents:
- 276b8ff
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r276b8ff r70e3330 37 37 --> 38 38 <listitem> 39 <para>2014-04-18</para> 40 <itemizedlist> 41 <listitem> 42 <para>[bdubbs] - Added bc patch to address memory leaks. Fixes 43 <ulink url="&lfs-ticket-root;3540">#3536</ulink>.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 39 49 <para>2014-04-08</para> 40 50 <itemizedlist> 41 51 <listitem> 42 <para>[bdubbs] - Change lex rwapper script to a symbolic52 <para>[bdubbs] - Change lex wrapper script to a symbolic 43 53 link. Completes 44 54 <ulink url="&lfs-ticket-root;3523">#3523</ulink>.</para> -
chapter01/whatsnew.xml
r276b8ff r70e3330 234 234 </listitem> 235 235 <listitem> 236 <para>&bc-memory-leak-patch;</para> 237 </listitem> 238 <listitem> 236 239 <para>dbus-&dbus-version;</para> 237 240 </listitem> -
chapter03/patches.xml
r276b8ff r70e3330 27 27 </varlistentry> 28 28 --> 29 <varlistentry> 30 <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term> 31 <listitem> 32 <para>Download: <ulink url="&patches-root;&bc-memory-leak-patch;"/></para> 33 <para>MD5 sum: <literal>&bc-memory-leak-patch-md5;</literal></para> 34 </listitem> 35 </varlistentry> 36 29 37 <varlistentry> 30 38 <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term> -
chapter06/bc.xml
r276b8ff r70e3330 41 41 <sect2 role="installation"> 42 42 <title>Installation of Bc</title> 43 44 <para>First, fix some minor memory leaks in the code:</para> 45 46 <screen><userinput remap="pre">patch -Np1 -i ../&bc-memory-leak-patch;</userinput></screen> 43 47 44 48 <para>Prepare Bc for compilation:</para> -
general.ent
r276b8ff r70e3330 1 <!ENTITY version "SVN-201404 08">2 <!ENTITY releasedate "April 8, 2014">1 <!ENTITY version "SVN-20140418"> 2 <!ENTITY releasedate "April 18, 2014"> 3 3 <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> 4 4 <!ENTITY milestone "8.0"> -
patches.ent
r276b8ff r70e3330 2 2 3 3 <!-- Start of Common Patches --> 4 5 <!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch"> 6 <!ENTITY bc-memory-leak-patch-md5 "877e81fba316fe487ec23501059d54b8"> 7 <!ENTITY bc-memory-leak-patch-size "1.4 KB"> 4 8 5 9 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.