diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-08-30 23:03:46 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-08-30 23:03:46 +0200 |
commit | 18de50686b3dd530ca29e7f7f223942000dbdc66 (patch) | |
tree | 7237787b9b13d37b407597ec46a394093d77daf6 | |
parent | 4a5f6053f62989fc29bbe0aaf2f68a0ee92f3087 (diff) | |
download | pyexiv2-18de50686b3dd530ca29e7f7f223942000dbdc66.tar.gz |
First release (version 0.1)! Added a ChangeLog file to track the future version changes.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..35087f6 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +Initial version 0.1 +------------------- + +pyexiv2 is compiled against libexiv2 0.12 with Python 2.5. @@ -104,4 +104,3 @@ To checkout the latest version of the code, you need to have bazaar installed $ bzr branch http://tilloy.net/branches/pyexiv2 Feedback, bug reports and patches are welcome! - |