Changeset de4bbfb
- Timestamp:
- 07/03/2017 03:57:36 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9a7a14a8
- Parents:
- 5a916f4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5a916f4 rde4bbfb 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 2nd &year;">9 <!ENTITY releasedate "July 3rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r5a916f4 rde4bbfb 44 44 45 45 <listitem> 46 <para>July 3rd, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Fix build issue in Opal with GCC-7.1.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 46 55 <para>July 2nd, 2017</para> 47 56 <itemizedlist> … … 62 71 <ulink url="&blfs-ticket-root;9430">#9430</ulink>.</para> 63 72 </listitem> 64 <listitem>65 <para>[dj] - Use install for Fuse-2.9.7 to ensure that owner and group66 get updated as well as suid bit for fusermount.</para>67 </listitem>73 <listitem> 74 <para>[dj] - Use install for Fuse-2.9.7 to ensure that owner and group 75 get updated as well as suid bit for fusermount.</para> 76 </listitem> 68 77 </itemizedlist> 69 78 </listitem> -
multimedia/libdriv/opal.xml
r5a916f4 rde4bbfb 110 110 <sect2 role="installation"> 111 111 <title>Installation of Opal</title> 112 113 <para>Fix a build issue with <application>GCC-7.1</application>:</para> 114 115 <screen><userinput>sed -i 's| abs(| std::fabs(|g' plugins/video/common/mpi.cxx</userinput></screen> 112 116 113 117 <para>Install <application>Opal</application> by running the following
Note:
See TracChangeset
for help on using the changeset viewer.