diff options
| author | Adam Plumb <adamplumb@gmail.com> | 2010-03-01 13:57:53 (GMT) |
|---|---|---|
| committer | Adam Plumb <adamplumb@gmail.com> | 2010-03-01 13:57:53 (GMT) |
| commit | 03c54f1c6971115d573ed7fb6727ed83107a41d0 (patch) | |
| tree | 62db4b3a9729502bacabdda22f33f25ffc31ad32 | |
| parent | 5d6eb7cb1cd31698a7d10c0f632ca967bc9bad2f (diff) | |
| download | nautilus-python-03c54f1c6971115d573ed7fb6727ed83107a41d0.zip nautilus-python-03c54f1c6971115d573ed7fb6727ed83107a41d0.tar.xz | |
=== Release 0.5.2 ===NAUTILUS_PYTHON_0_5_20.5
| -rw-r--r-- | NEWS | 10 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +0.5.2: + - Look for libpython2.6.so.1.0 instead of libpython2.6.so, the latter is + general available from -devel packages only. + - Remove eel dependency (Vincent Untz) + - Sanitize python search path (Mark Lee) + - Load python from lib64 in 64 bit multilib distributions (Ted Toth) + - Updated some example plugins + - Added explicit gnome-vfs build dependency + - Removed obsolete .spec file + 0.5.1: - Add support for location widgets (Tim Cole) diff --git a/configure.in b/configure.in index 918e626..d3fd0af 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT PACKAGE=nautilus-python -VERSION=0.5.1 +VERSION=0.5.2 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |