* The "Chevrotin" release.

* New upstream release:
     - Fixed typo in the French vipw usage. Closes: #528486
     - Fixed failure to delete an user (wrongly detected as still logged in).
       On Linux, userdel checks if the user has some running processes.
       Otherwise, it still check with utmp if the user is logged in and check
       if the process indicated by utmp is still running to avoid
       mis-detection of logged-in users. Closes: #528060
This commit is contained in:
nekral-guest
2009-05-21 15:15:22 +00:00
parent 130e26d582
commit 9ef58601e0
+13
View File
@@ -1,3 +1,16 @@
shadow (1:4.1.4.1-1) unstable; urgency=low
* The "Chevrotin" release.
* New upstream release:
- Fixed typo in the French vipw usage. Closes: #528486
- Fixed failure to delete an user (wrongly detected as still logged in).
On Linux, userdel checks if the user has some running processes.
Otherwise, it still check with utmp if the user is logged in and check
if the process indicated by utmp is still running to avoid
mis-detection of logged-in users. Closes: #528060
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Mon, 18 May 2009 18:00:33 +0200
shadow (1:4.1.4-3) unstable; urgency=low
* The "Banonet" release.