summarylogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Bidulock2014-06-13 21:17:28 -0600
committerBrian Bidulock2015-06-10 11:07:22 -0600
commitef6350875920ce071cc8a7caa471779752be2d27 (patch)
tree0d5a6623de838d43de9c35c5838d7b06865d41d4 /ChangeLog
parent395588940bdf29684bc5fbdd7736c3aec9f3c8f2 (diff)
downloadaur-ef6350875920ce071cc8a7caa471779752be2d27.tar.gz
version 0.13-1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ec8a01af3ac..4c7945c377fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
Revision history for Perl extension Linux::Smaps.
+0.13 Sun 1 Dec 20:34:43 CET 2013
+ - some kernels allow the user to open /proc/*/smaps for reading even
+ if the process is not allowed to read the content. In the latter case
+ /proc/*/smaps then appears to be empty. Linux::Smaps turns that into
+ an EACCES.
+ - drop 05.t because it's obsolete
+
0.12 Mon May 20 20:44:08 CEST 2013
- on some platforms /proc/1/smaps is readable for the ordinary user
t/04.t used to fail in this case.