]> git.pld-linux.org Git - projects/setup.git/commitdiff
- up to 2.7.3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Jan 2011 12:03:38 +0000 (12:03 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Jan 2011 12:03:38 +0000 (12:03 +0000)
Changed files:
    ChangeLog -> 1.111
    Makefile -> 1.30

ChangeLog
Makefile

index 754a3db51df72b92d11fead83716e29c133d3954..e8d17b0761ad6e6e853029b1027ed9f5b42ce71a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,50 @@
+2011-01-22  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * etc/profile: - vim needs filetype not syntax
+
+2011-01-22  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * etc/profile: - add xdg like ~/.local/bin to PATH if exists
+
+2011-01-22  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * etc/profile: - add to PATH only existing dirs
+
+2010-11-02  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * etc/fstab: Prefer all cgroup subsystems instead of cpuset only.
+         Use common place for mounting thse.
+
 2010-03-25  Paweł Zuzelski <pawelz/at/pld-linux.org>
 
        * Makefile: - 2.7.2
 
 2010-03-25  Paweł Zuzelski <pawelz/at/pld-linux.org>
 
-       * passwd: - changed $HOME of stats an nobody users to /usr/share/empty
-         as discussed on pld-devel-en mailing list. It is because of davfs2,
-         which does not allow non-root user to mount filesystem into $HOME of
-         another user, so it won't work if any user has "/" as its home. Note
-         that it does not introduce dependency from package containing
-         /usr/share/empty directory. These users don't use their $HOME so it
-         don't have to be real directory.
+       * etc/passwd: changed $HOME of stats an nobody users to
+         /usr/share/empty. It is because of davfs2, which does not allow
+         non-root user to mount filesystem into $HOME of another user, so
+         it won't work if any user has "/" as its home. Note that it does
+         not introduce dependency from package containing /usr/share/empty
+         directory.  These users don't use their $HOME so it don't have to
+         be real directory.
+
+2009-06-09  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * etc/fstab: - sdX is more common, add /boot
+
+2009-06-09  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * etc/fstab: - cleanup obsolete /devfs, enable shm
+
+2009-05-27  Tomasz Pala <gotar/at/pld-linux.org>
+
+       * etc/profile: - skip /etc/env.d/*.zwc (zsh compiled) files, -
+         quote env.d and shrc.d file names
+
+2009-03-02  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * Makefile: - typo
 
 2009-03-02  Jan Rękorajski <baggins/at/pld-linux.org>
 
index 8b44037b921031f37916070041fc941bd2e11702..01b370496d18ee327f9a898224925b62efced7bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Very basic and very simple Makefile. Maybe it would be nice to make it
 # in ac/am.... but I'm too lazy ;)
 #
-VERSION                = 2.7.2
+VERSION                = 2.7.3
 
 CC             = gcc
 OPT_FLAGS      = -O2 -g
This page took 0.122261 seconds and 4 git commands to generate.