source: general.ent@ 68c0a30

Last change on this file since 68c0a30 was 68c0a30, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Added DJ Lucas to the list of authors.
Updated dependencies for Gawk. Merged from trunk r11036
Updated to linux-4.4.4. Merged from trunk r11034
Updated to mpfr-3.1.4. Merged from trunk r11034.
Updated to pkg-config-0.29.1. Merged from trunk r11034.
Updated to tcl-core-8.6.5. Merged from trunk r11034.
Removed pcprofiledump and libpcprofile.so from the installed files list on the Glibc page. Merged from trunk r11034.
Added the creation of /var/log/faillog. Merged from trunk r11034.
Removed the --disable-profile and --enable-obsolete-rpc options from glibc. Merged from trunk r11034.
Cleaned up patches file.
Cleaned up whatsnew file.
Cleaned up changelog of former changes.
Merged various spelling changes from r11030 and r11031.
Disable static libraries in texinfo and document installation of XSParagraph.so. Merged from trunk r11032.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<!ENTITY version "20160330-systemd">
2<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
3<!ENTITY releasedate "March 30th, 2016">
4<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
5<!ENTITY milestone "7.10">
6<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
7
8<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
9<!ENTITY blfs-root "&lfs-root;blfs/">
10<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
11<!ENTITY faq-root "&lfs-root;faq/">
12<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
13<!ENTITY hints-index "&lfs-root;hints/list.html">
14<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
15<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
16<!ENTITY livecd-root "&lfs-root;livecd/">
17<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
18<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
19<!ENTITY min-kernel "2.6.32">
20
21<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
22
23<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/LFS">
24
25<!ENTITY buildtime "Approximate build time">
26<!ENTITY diskspace "Required disk space">
27<!ENTITY dependencies "Installation depends on">
28<!ENTITY testsuites "Test suite depends on">
29<!ENTITY before "Must be installed before">
30<!ENTITY external "Optional dependencies">
31
32<!ENTITY gnu "http://ftp.gnu.org/gnu/">
33<!ENTITY gnu-software "http://www.gnu.org/software/">
34<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
35<!ENTITY kernel "https://www.kernel.org/pub/">
36<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
37<!ENTITY savannah "http://download.savannah.gnu.org">
38
39<!ENTITY % packages-entities SYSTEM "packages.ent">
40%packages-entities;
41
42<!ENTITY % patches-entities SYSTEM "patches.ent">
43%patches-entities;
Note: See TracBrowser for help on using the repository browser.