diff --git a/ChangeLog b/ChangeLog
index b561896..af212f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-08-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/haskell-data-endian: new spell, helpers for converting
+ endian-sensitive data
+ * haskell/haskell-http-types: new spell, generic HTTP types for
haskell
+ * haskell/haskell-wai: new spell, web application interface
+ * haskell/FUNCTIONS: build in parallel
+
+2015-07-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/haskell-streaming-commons: new spell, low-level
functionality
+ needed by streaming libraries
+ * haskell/haskell-conduit-extra: new spell, collects commonly used
+ utility functions provided by other libraries for conduit
+
2015-07-24 Vlad Glagolev <stealth AT sourcemage.org>
* http/palemoon: new spell, Open Source, Firefox-based web browser
focusing on efficiency
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index ec835b8..241bea8 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,6 @@
+2015-07-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * INSTALL: create /usr/bin/python symlink
+
2015-05-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 2.7.10
diff --git a/devel/python/INSTALL b/devel/python/INSTALL
index 8a1a8b5..71abc31 100755
--- a/devel/python/INSTALL
+++ b/devel/python/INSTALL
@@ -14,6 +14,7 @@ local PYVER=`echo ${VERSION}|cut -d . -f 1,2` &&
# symlinks, as they are not created with altinstall.
# See https://mail.python.org/pipermail/python-dev/2011-March/108971.html
# and the surrounding thread for fun.
+ln -sf python$PYVER "$INSTALL_ROOT/usr/bin/python"
ln -sf python$PYVER "$INSTALL_ROOT/usr/bin/python2" &&
ln -sf python$PYVER-config "$INSTALL_ROOT/usr/bin/python2-config" &&