Changeset 59a3f49


Ignore:
Timestamp:
04/10/2016 10:51:32 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.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, nosym, 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:
3e15277
Parents:
5faaa9b5
Message:

Gegl now depends on Json-Glib

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5faaa9b5 r59a3f49  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 9th &year;">
     9<!ENTITY releasedate  "April 10th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/gegl.xml

    r5faaa9b5 r59a3f49  
    7777    <para role="required">
    7878      <xref linkend="babl"/> and
    79       <xref linkend="glib2"/>
     79      <xref linkend="json-glib"/>
    8080    </para>
    8181
  • introduction/welcome/changelog.xml

    r5faaa9b5 r59a3f49  
    4646
    4747    <listitem>
     48      <para>April 10th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Gegl now depends on Json-Glib.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>April 9th, 2016</para>
    4958      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.