#---
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 86c0612..5fc0de8 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libcore: pass -E to sudo, newer versions need it to preserve the env
+ * quill: bump the config version
+ * version: 0.2.8
+
2007-09-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libhistory: simplified HISTORY addition and added a fallback for
those
broken perlcpan spells
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index 598ad71..e831414 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -104,7 +104,7 @@ function quill_rc() {
if query "Do you want to use sudo where possible?" $saved; then
# we need the bash since we call multiple commands at a time
# and sudo doesn't like just sudo -c "ls; ls; ls"
- QUILL_SUDO="sudo bash"
+ QUILL_SUDO="sudo -E bash"
else
QUILL_SUDO="su"
fi
diff --git a/var/lib/quill/version b/var/lib/quill/version
index 3278ff9..a45be46 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.2.8-rc9
+0.2.8
[SM-Commit] GIT changes to master quill by Jaka Kranjc (2b2ebded3d0f60cae52a2597485e589862f11ec7),
Jaka Kranjc, 09/13/2007