Skip to content

Commit

Permalink
Worked on Python bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 11, 2016
1 parent 0d7b55a commit 7e47b79
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ stamp-h[1-9]
/include/libvmdk/types.h
/libvmdk/libvmdk.rc
/libvmdk/libvmdk_definitions.h
/pyvmdk[23]/*.[ch]
/pyvmdk-python[23]/*.[ch]
/vmdktools/vmdkinfo
/vmdktools/vmdkmount
/tests/input
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Tests:
- compressed (done)
- (compressed) with parent (done)

20160111
* Changes to Python bindings

20160109
* fixes for rpmbuild

Expand Down
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ SUBDIRS = \
libcsystem \
vmdktools \
pyvmdk \
pyvmdk2 \
pyvmdk3 \
pyvmdk-python2 \
pyvmdk-python3 \
po \
manuals \
tests \
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ( 2.59 )

AC_INIT(
[libvmdk],
[20160109],
[20160111],
[joachim.metz@gmail.com])

AC_CONFIG_SRCDIR(
Expand Down Expand Up @@ -218,8 +218,8 @@ AC_CONFIG_FILES([libvmdk/Makefile])
AC_CONFIG_FILES([libcsystem/Makefile])
AC_CONFIG_FILES([vmdktools/Makefile])
AC_CONFIG_FILES([pyvmdk/Makefile])
AC_CONFIG_FILES([pyvmdk2/Makefile])
AC_CONFIG_FILES([pyvmdk3/Makefile])
AC_CONFIG_FILES([pyvmdk-python2/Makefile])
AC_CONFIG_FILES([pyvmdk-python3/Makefile])
AC_CONFIG_FILES([po/Makefile.in])
AC_CONFIG_FILES([po/Makevars])
AC_CONFIG_FILES([manuals/Makefile])
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7e47b79

Please sign in to comment.