From f582d47e6c27df4e309bc42540f92ca0cbab05a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sat, 12 Mar 2016 23:58:19 +0100 Subject: [PATCH] Updated header informations. --- CHANGELOG.rst | 8 ++++++-- bin/slsb | 2 +- bin/slsb-set | 2 +- bin/steganalysis-parity | 2 +- setup.py | 3 ++- stegano/basic.py | 2 +- stegano/exifHeader.py | 2 +- stegano/generators.py | 2 +- stegano/steganalysisParity.py | 2 +- stegano/steganalysisStatistics.py | 2 +- stegano/tools.py | 2 +- 11 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2f72aa3..d60dab1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,14 @@ Release History =============== -0.4.5 (2015-12-23) +0.4.6 (2016-03-12) ------------------ +* bugfix when the length of the message to hide is not divisible by 3, + for the slsb and slsbset module. + +0.4.5 (2015-12-23) +------------------ * bugfix. 0.4.4 (2015-12-23) @@ -12,7 +17,6 @@ Release History * new project home page; * minor updated to the documentation. - 0.4.3 (2015-10-06) ------------------ diff --git a/bin/slsb b/bin/slsb index 79dd065..77eea2f 100755 --- a/bin/slsb +++ b/bin/slsb @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/bin/slsb-set b/bin/slsb-set index fe8b3b9..e82b881 100755 --- a/bin/slsb-set +++ b/bin/slsb-set @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/bin/steganalysis-parity b/bin/steganalysis-parity index d96bf9a..1ffab5c 100644 --- a/bin/steganalysis-parity +++ b/bin/steganalysis-parity @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/setup.py b/setup.py index b084743..9c499f4 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ with open('CHANGELOG.rst', 'r') as f: setup( name='Stegano', - version='0.4.5', + version='0.4.6', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages, @@ -44,6 +44,7 @@ setup( "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ] ) diff --git a/stegano/basic.py b/stegano/basic.py index 5205468..92080f3 100755 --- a/stegano/basic.py +++ b/stegano/basic.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/exifHeader.py b/stegano/exifHeader.py index 6d61d49..af04e18 100644 --- a/stegano/exifHeader.py +++ b/stegano/exifHeader.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/generators.py b/stegano/generators.py index eef9907..2adbc43 100644 --- a/stegano/generators.py +++ b/stegano/generators.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/steganalysisParity.py b/stegano/steganalysisParity.py index 4864778..71153ce 100644 --- a/stegano/steganalysisParity.py +++ b/stegano/steganalysisParity.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/steganalysisStatistics.py b/stegano/steganalysisStatistics.py index cd3ce19..3bbdc84 100644 --- a/stegano/steganalysisStatistics.py +++ b/stegano/steganalysisStatistics.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/tools.py b/stegano/tools.py index 60ba4fd..a83faab 100755 --- a/stegano/tools.py +++ b/stegano/tools.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano #