diff options
author | 2014-10-26 20:58:35 +0100 | |
---|---|---|
committer | 2014-10-26 20:58:35 +0100 | |
commit | 6064f3728c820c101011e1f74acb62c2e747ba33 (patch) | |
tree | 796feb172495390478d4067bed24efcacc3f9194 | |
parent | Merge branch 'check-locale' (diff) | |
download | elogv-6064f3728c820c101011e1f74acb62c2e747ba33.tar.gz elogv-6064f3728c820c101011e1f74acb62c2e747ba33.tar.bz2 elogv-6064f3728c820c101011e1f74acb62c2e747ba33.zip |
Release 0.7.6.50.7.6.5
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ # ChangeLog for elogv +0.7.6.5 + * Prevent crash with LC_TIME=en_DK (issue #3) + 0.7.6.4 * Fix crash when log files with bad names are found, only * Fix crash for PORT_LOGDIR containing ".log" (issue #4) @@ -244,7 +244,7 @@ class install_manpages(Command): man_pages=glob("man/*") setup(name="elogv", - version="0.7.6.4", + version="0.7.6.5", author="Luca Marturana", author_email="lucamarturana@gmail.com", license="GPL-2", |