]> git.pld-linux.org Git - projects/setup.git/commitdiff
2.8.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Dec 2011 09:37:55 +0000 (09:37 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Dec 2011 09:37:55 +0000 (09:37 +0000)
Changed files:
    ChangeLog -> 1.115
    Makefile -> 1.33

ChangeLog
Makefile

index a06b701c4fa4112f419b7185dc5f3fdb1a99e950..fb8ad8bb05612ffe7fbd60a7ea82dc74b42ea90e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-12-08  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * joinpasswd.c: Check much more return values, fsync file, close
+         descriptor.
+
+2011-12-08  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * joinpasswd.c: Check write/close return values.
+
 2011-11-28  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
        * Makefile: No mtab file.
index 3d1a0c369c56175d3e0773c3b83874eb54620ecd..1b5931a24401b8eafe28146ec6f7c7c436f69446 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.8.0
+VERSION                = 2.8.1
 
 CC             = gcc
 OPT_FLAGS      = -O2 -g
This page took 0.080131 seconds and 4 git commands to generate.