[27565] in Source-Commits
pyhesiodfs commit: Release version 1.1
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Dec 31 12:27:32 2013
Date: Tue, 31 Dec 2013 12:27:26 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201312311727.rBVHRQP0027190@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/pyhesiodfs/commit/6ca02da1a03135e9e62d38452e05042eb6a1cfa0
commit 6ca02da1a03135e9e62d38452e05042eb6a1cfa0
Author: Jonathan Reed <jdreed@mit.edu>
Date: Thu Nov 14 14:27:50 2013 -0500
Release version 1.1
Release version 1.1 in debian/changelog and setup.py
debian/changelog | 14 ++++++++++++++
setup.py | 2 +-
2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 28a1a96..a25d6ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+debathena-pyhesiodfs (1.1-0debathena1) unstable; urgency=low
+
+ * New upstream release (Trac: #766)
+ * pyhesiodfs now supports a config file
+ * The ability to display a "README.txt" file in the top level (used on
+ Mac OS X) has been restored, but is disabled by default in the config
+ file
+ * pyhesiodfs no longer logs every symlink creation (Trac: #355)
+ * pyhesiodfs presents an "attachtab" for use with new user-space utilities
+ * Logic for changing the script name on different platforms has been
+ moved to setup.py
+
+ -- Jonathan Reed <jdreed@mit.edu> Thu, 14 Nov 2013 16:55:54 -0500
+
debathena-pyhesiodfs (1.0.1-0debathena1) unstable; urgency=low
* Re-factor all our existing patches into the mainline code, as we are
diff --git a/setup.py b/setup.py
index 4d4f956..9e615f7 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ class CleanCommand(clean):
os.unlink(copy_file[1])
setup(name='pyHesiodFS',
- version='1.0.1',
+ version='1.1',
author='Quentin Smith',
author_email='pyhesiodfs@mit.edu',
maintainer='Debathena Project',