Changelog
=========
-+ Version 0.22 (??)
++ Version 0.22 (30.03.2014)
- pyelftools repository moved to https://github.com/eliben/pyelftools
- Support for version sections - contributed by Yann Rouillard.
on Windows.
+ Version 0.10 - Initial public release (06.01.2012)
-
* Update elftools/__init__.py
* Update setup.py
* Update CHANGES
-* Tag in hg
+* Tag in git (v0.xx)
construct
---------
Preparing a new release
-----------------------
-* Run readelf tests with up-to-date readelf (from the new binutils)
-* Run all tests with Python 2.7 before packaging, on Linux
+* Run tox
* Make sure new version was updated everywhere appropriate
-* Packaging done on Linux
* Run ``python setup.py build sdist`` (no 'upload' yet)
* Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
everything looks ok
* Now build with upload to send it to PyPi
* Test with pip install from some new virtualenv
* The older download can be kept alive for a couple of days
-
# Eli Bendersky (eliben@gmail.com)
# This code is in the public domain
#-------------------------------------------------------------------------------
-__version__ = '0.21'
-
+__version__ = '0.22'
description='Library for analyzing ELF files and DWARF debugging information',\r
long_description=description,\r
license='Public domain',\r
- version='0.21',\r
+ version='0.22',\r
author='Eli Bendersky',\r
maintainer='Eli Bendersky',\r
author_email='eliben@gmail.com',\r
[testenv:py26]
deps =
unittest2
-