Changeset 3ee9d74
- Timestamp:
- 09/08/2021 04:00:37 PM (21 months ago)
- Branches:
- 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2c1dc23
- Parents:
- 1c517d5 (diff), d761e0a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/mercurial.xml
r1c517d5 r3ee9d74 7 7 <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz"> 8 8 <!ENTITY mercurial-download-ftp " "> 9 <!ENTITY mercurial-md5sum " 47da24d4076609dcc43b9ef76999369c">9 <!ENTITY mercurial-md5sum "8d94e879cb714147b0490feaedb53afc"> 10 10 <!ENTITY mercurial-size "7.7 MB"> 11 <!ENTITY mercurial-buildsize " 77MB (with docs, add 1.6 GB for tests)">12 <!ENTITY mercurial-time "0. 3 SBU (with docs, add 17SBU for tests using -j4)">11 <!ENTITY mercurial-buildsize "106 MB (with docs, add 1.6 GB for tests)"> 12 <!ENTITY mercurial-time "0.4 SBU (with docs, add 20 SBU for tests using -j4)"> 13 13 ]> 14 14 … … 252 252 <para> 253 253 If you have installed <xref linkend="make-ca"/> and want 254 <application>Mercurial</application> to use the m, as the <systemitem255 class="username">root</systemitem> user, issue:254 <application>Mercurial</application> to use the certificates, 255 as the <systemitem class="username">root</systemitem> user, issue: 256 256 </para> 257 257 -
introduction/welcome/changelog.xml
r1c517d5 r3ee9d74 43 43 --> 44 44 <listitem> 45 <para>September 6th, 2021</para> 45 <para>September 8th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to Mercurial-5.9.1. Fixes 49 <ulink url="&blfs-ticket-root;15481">#15481</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>September 7th, 2021</para> 46 56 <itemizedlist> 47 57 <listitem> -
packages.ent
r1c517d5 r3ee9d74 352 352 <!ENTITY lua-version "5.4.3"> 353 353 <!ENTITY lua52-version "5.2.4"> 354 <!ENTITY mercurial-version "5.9 ">354 <!ENTITY mercurial-version "5.9.1"> 355 355 <!ENTITY nasm-version "2.15.05"> 356 356 <!ENTITY ninja-version "1.9.0"> -
xsoft/graphweb/firefox-legacy.xml
r1c517d5 r3ee9d74 503 503 mkdir -pv /usr/share/pixmaps && 504 504 505 MIMETYPE="text/xml;text/mml;text/html ;"&&505 MIMETYPE="text/xml;text/mml;text/html" && 506 506 MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" && 507 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https ;&&507 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https" && 508 508 509 509 cat > /usr/share/applications/firefox.desktop << EOF && -
xsoft/graphweb/firefox.xml
r1c517d5 r3ee9d74 501 501 mkdir -pv /usr/share/pixmaps && 502 502 503 MIMETYPE="text/xml;text/mml;text/html ;"&&503 MIMETYPE="text/xml;text/mml;text/html" && 504 504 MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" && 505 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https ;&&505 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https" && 506 506 507 507 cat > /usr/share/applications/firefox.desktop << EOF &&
Note:
See TracChangeset
for help on using the changeset viewer.