Changeset e74610e7
- Timestamp:
- 06/02/2015 12:34:15 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b2208110
- Parents:
- 8a877fb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r8a877fb re74610e7 48 48 <para>June 1st, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to zsh-5.0.8. Fixes 52 <ulink url="&blfs-ticket-root;6555">#6555</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - Update to audacious-3.6.2, audacious-plugins-3.6.2. -
packages.ent
r8a877fb re74610e7 62 62 <!ENTITY dash-version "0.5.8"> 63 63 <!ENTITY tcsh-version "6.18.01"> 64 <!ENTITY zsh-version "5.0. 7">64 <!ENTITY zsh-version "5.0.8"> 65 65 66 66 <!-- Chapter 8 Virtualization --> -
postlfs/shells/zsh.xml
r8a877fb re74610e7 7 7 <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2"> 8 8 <!ENTITY zsh-download-ftp " "> 9 <!ENTITY zsh-md5sum " 1cd396ce17952de50b8a89980d617f0a">10 <!ENTITY zsh-size "3. 1MB">11 <!ENTITY zsh-buildsize "6 3 MB (includes installing documentation - additional 1 MB for PDF documentation)">12 <!ENTITY zsh-time " 0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for thetests)">13 14 <!ENTITY zsh-doc-md5sum " ec04d46211a20281778ddbbde9aa680f">15 <!ENTITY zsh-doc-size " 2.9MB">9 <!ENTITY zsh-md5sum "e6759e8dd7b714d624feffd0a73ba0fe"> 10 <!ENTITY zsh-size "3.2 MB"> 11 <!ENTITY zsh-buildsize "66 MB (includes documentation and tests)"> 12 <!ENTITY zsh-time "1.1 SBU (includes documentation and tests)"> 13 14 <!ENTITY zsh-doc-md5sum "c49d1f0d2e7593c966461e0c1fa70532"> 15 <!ENTITY zsh-doc-size "3.1 MB"> 16 16 ]> 17 17 … … 39 39 <application>ksh</application> but includes many enhancements.</para> 40 40 41 &lfs77_checked; 41 &lfs77_checked; &gcc5_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 274 274 275 275 <screen role="root"><userinput>cat >> /etc/shells << "EOF" 276 <literal>/bin/zsh 277 /bin/zsh-&zsh-version;</literal> 276 <literal>/bin/zsh</literal> 278 277 EOF</userinput></screen> 279 278 … … 291 290 292 291 <seglistitem> 293 <seg>zsh (hardlink to zsh-&zsh-version;) and zsh-&zsh-version;</seg>292 <seg>zsh and zsh-&zsh-version; (hardlinked to each other)</seg> 294 293 <seg>Numerous plugin helper modules under 295 294 /usr/lib/zsh/&zsh-version;/</seg> 296 <seg>/ etc/zsh, /usr/lib/zsh, /usr/share/doc/zsh-&zsh-version; and295 <seg>/usr/lib/zsh, /usr/share/doc/zsh-&zsh-version; and 297 296 /usr/share/zsh</seg> 298 297 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.