diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-28 12:57:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-28 12:57:34 (GMT) |
commit | ed70a0bacfdca738ba29d50e9f1b02290f28b9b8 (patch) | |
tree | d97b9bc9d7a5baa3c73436921ddee12b4f8e2610 /ChangeLog | |
parent | bfaf16a1957cdbc58f92ee8859551661c3c0dcce (diff) |
Removed the old Python plugin reading android permissions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +16-05-28 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Remove the Makefile from the 'plugins/python/androperms' directory. + + * plugins/python/Makefile.am: + Remove androperms from SUBDIRS. Remove the old Python plugin reading + android permissions. + + * plugins/python/androperms/Makefile.am: + * plugins/python/androperms/__init__.py: + * plugins/python/androperms/android.png: + * plugins/python/androperms/androperms.py: + * plugins/python/androperms/db.py: + * plugins/python/androperms/defs.py: + * plugins/python/androperms/manifest.py: + * plugins/python/androperms/panel.py: + * plugins/python/androperms/parser.py: + * plugins/python/androperms/reader.py: + * plugins/python/androperms/routine.png: + * plugins/python/androperms/stack.py: + * plugins/python/androperms/string.py: + Deleted entries. + 16-05-27 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/pseudo.c: |