Changeset e47e528


Ignore:
Timestamp:
12/04/2017 06:38:14 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0b5169af
Parents:
a5026b6
Message:

bump date and a few typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19577 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra5026b6 re47e528  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 3rd, &year;">
     9<!ENTITY releasedate  "December 4th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/applications/eog.xml

    ra5026b6 re47e528  
    1010  <!ENTITY eog-size          "5.2 MB">
    1111  <!ENTITY eog-buildsize     "39 MB">
    12   <!ENTITY eog-time          "0.2 SBU (using parallism=4)">
     12  <!ENTITY eog-time          "0.2 SBU (using parallelism=4)">
    1313]>
    1414
  • multimedia/videoutils/vlc.xml

    ra5026b6 re47e528  
    1010  <!ENTITY vlc-size          "21 MB">
    1111  <!ENTITY vlc-buildsize     "546 MB (add 3 MB for tests)">
    12   <!ENTITY vlc-time          "1.6 SBU (using parallism=4; add 0.1 SBU for tests)">
     12  <!ENTITY vlc-time          "1.6 SBU (using parallelism=4; add 0.1 SBU for tests)">
    1313]>
    1414
  • server/databases/sqlite.xml

    ra5026b6 re47e528  
    134134            -DSQLITE_ENABLE_COLUMN_METADATA=1 \
    135135            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1   \
    136             -DSQLITE_ENABLE_DBSTAT_VTAB=1     \ 
     136            -DSQLITE_ENABLE_DBSTAT_VTAB=1     \
    137137            -DSQLITE_SECURE_DELETE=1          \
    138138            -DSQLITE_ENABLE_FTS3_TOKENIZER=1" &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.