Difference between revisions of "ChangeLog"

From LFScript
m (Protected "ChangeLog": Counter-productive edit warring ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 2: Line 2:
  
 
== 2012, January 31st (revision 20) ==
 
== 2012, January 31st (revision 20) ==
 +
* Removed all documentation as it is being moved to this Wiki.
 
* Interactive configuration ([[LFClass]])
 
* Interactive configuration ([[LFClass]])
 
** Now properly configures the system after selecting an .xinitrc implementation.
 
** Now properly configures the system after selecting an .xinitrc implementation.
Line 10: Line 11:
 
** No longer skipping base system packages if they are set through [[LFScript Switches|-s]]. If you want to disable the build of a base system package (like [[Vim]]), you should do that by editing [[buildbase.lfs]].
 
** No longer skipping base system packages if they are set through [[LFScript Switches|-s]]. If you want to disable the build of a base system package (like [[Vim]]), you should do that by editing [[buildbase.lfs]].
 
* Scripts
 
* Scripts
 +
** Upgraded to BLFS SVN 9255
 
** <code>dhcpcd</code>: Removed configuration of the <code>eth0</code> network device. [[NetworkManager]] should automatically configure devices from now on.
 
** <code>dhcpcd</code>: Removed configuration of the <code>eth0</code> network device. [[NetworkManager]] should automatically configure devices from now on.
 
** <code>libcanberra</code>: Modified to link against [[Mate]].
 
** <code>libcanberra</code>: Modified to link against [[Mate]].
Line 19: Line 21:
 
** <code>compiz</code>: Now also builds <code>gtk-window-decorator</code>.
 
** <code>compiz</code>: Now also builds <code>gtk-window-decorator</code>.
 
** <code>mate</code>: Fixed "Unable to open computer://" (or "trash://") issues by adding <code>gvfs</code> as a dependency.
 
** <code>mate</code>: Fixed "Unable to open computer://" (or "trash://") issues by adding <code>gvfs</code> as a dependency.
** Added scripts for [[NetworkManager]] and <code>wpa-supplicant</code>.
+
** <code>x7app</code>: Changed xinitrc-functions <code>listSessions()</code> so that a <code>Slim</code> properly lists all available sessions.
 +
** Added scripts for [[NetworkManager]], <code>wpa-supplicant</code> and <code>btrfs-progs</code>.
 
* <code>extend.conf</code>: Added a function which converts a package that uses <code>Gnome</code> to [[Mate]].
 
* <code>extend.conf</code>: Added a function which converts a package that uses <code>Gnome</code> to [[Mate]].
  
 
== Earlier changes ==
 
== Earlier changes ==
 
As of LFScript4 revision 20, the change log is kept on this Wiki. Earlier changes can be found in the change log provided with the [https://content.wuala.com/contents/marcelvdboer/Storage/Projecten/Software/LFScript/Current/lfscript4-revision19.tar.bz2?dl=1 revision 19 tar ball].
 
As of LFScript4 revision 20, the change log is kept on this Wiki. Earlier changes can be found in the change log provided with the [https://content.wuala.com/contents/marcelvdboer/Storage/Projecten/Software/LFScript/Current/lfscript4-revision19.tar.bz2?dl=1 revision 19 tar ball].

Revision as of 20:53, 31 January 2012

This is the change log for LFScript 4.

2012, January 31st (revision 20)

  • Removed all documentation as it is being moved to this Wiki.
  • Interactive configuration (LFClass)
    • Now properly configures the system after selecting an .xinitrc implementation.
    • No longer configures a display manager. It is assumed you install only one at most.
  • LFScript
    • Now prints the phrase "*** BUILD_PROBLEM_DETECTED ***" to the log, if a script fails somehow. This allows you to quickly find where errors occur, by searching for that phrase in any text editor.
    • Disabled the mkdir() wrapper (at least temporarily). I suspect this will speed up creation of directories.
    • No longer skipping base system packages if they are set through -s. If you want to disable the build of a base system package (like Vim), you should do that by editing buildbase.lfs.
  • Scripts
    • Upgraded to BLFS SVN 9255
    • dhcpcd: Removed configuration of the eth0 network device. NetworkManager should automatically configure devices from now on.
    • libcanberra: Modified to link against Mate.
    • firefox: Added to the stable scripts.
    • postlfs: Removed the compressdoc command from post-installation. If you want to compress man pages, you can still run this command yourself.
    • udev-rebuild: Upgraded to use the same version as in LFS.
    • fsos-nox: Removed kernel configuration check for VESA VGA graphics.
    • livekernel: Removed this script (at least temporarily), because UnionFS does not provide a patch for a current kernel.
    • compiz: Now also builds gtk-window-decorator.
    • mate: Fixed "Unable to open computer://" (or "trash://") issues by adding gvfs as a dependency.
    • x7app: Changed xinitrc-functions listSessions() so that a Slim properly lists all available sessions.
    • Added scripts for NetworkManager, wpa-supplicant and btrfs-progs.
  • extend.conf: Added a function which converts a package that uses Gnome to Mate.

Earlier changes

As of LFScript4 revision 20, the change log is kept on this Wiki. Earlier changes can be found in the change log provided with the revision 19 tar ball.