Changeset 8864c307
- Timestamp:
- 10/31/2014 03:12:32 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7f380f4
- Parents:
- aeefbaa
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
raeefbaa r8864c307 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "3 0"> <!-- Always 2 digits -->3 <!ENTITY day "31"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 3 0th, &year;">9 <!ENTITY releasedate "October 31th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gdb.xml
raeefbaa r8864c307 7 7 <!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> 8 8 <!ENTITY gdb-download-ftp "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> 9 <!ENTITY gdb-md5sum " bd958fe9019d7c7896f29f6724a764ed">9 <!ENTITY gdb-md5sum "8072be87a94be0936bc3b4b6941b0862"> 10 10 <!ENTITY gdb-size "17 MB"> 11 <!ENTITY gdb-buildsize "32 6 MB (405MB with checks)">12 <!ENTITY gdb-time "2.2 SBU ( 56 SBU withchecks)">11 <!ENTITY gdb-buildsize "325 MB (446 MB with checks)"> 12 <!ENTITY gdb-time "2.2 SBU (additional 5.8 SBU for checks)"> 13 13 ]> 14 14 … … 107 107 changing it, apparently the total number of tests is not conserved), 108 108 there are failures associated with system readline 6.x, between others. 109 Unexpected failures are of the order of 2.5%.109 Unexpected failures are of the order of 0.5%. 110 110 </para> 111 111 -
introduction/welcome/changelog.xml
raeefbaa r8864c307 46 46 47 47 <listitem> 48 <para>October 31th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to gdb-7.8.1. Fixes 52 <ulink url="&blfs-ticket-root;5751">#5751</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 48 58 <para>October 30th, 2014</para> 49 59 <itemizedlist> -
packages.ent
raeefbaa r8864c307 257 257 <!ENTITY gcc-version "4.9.1"> 258 258 <!ENTITY gc-version "7.4.2"> 259 <!ENTITY gdb-version "7.8 ">259 <!ENTITY gdb-version "7.8.1"> 260 260 <!ENTITY git-version "2.1.3"> 261 261 <!ENTITY guile-version "2.0.11">
Note:
See TracChangeset
for help on using the changeset viewer.