diff --git a/python-websockify.changes b/python-websockify.changes index 5923100..e434d75 100644 --- a/python-websockify.changes +++ b/python-websockify.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 16 13:30:59 UTC 2014 - tbechtold@suse.com + +- update to version 0.6.0: + * **NOTE** : 0.6.0 will break existing code that sub-classes WebsocketProxy + * Refactor to use standard SocketServer RequestHandler design + * Fix zombie process bug on certain systems when using multiprocessing + * Add better unit tests + * Log information via python `logging` module + + ------------------------------------------------------------------- Thu Oct 24 11:17:04 UTC 2013 - speilicke@suse.com diff --git a/python-websockify.spec b/python-websockify.spec index 1868cfe..fef7baa 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -1,7 +1,7 @@ # # spec file for package python-websockify # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-websockify -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: Websockify License: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause diff --git a/websockify-0.5.1.tar.gz b/websockify-0.5.1.tar.gz deleted file mode 100644 index 215665a..0000000 --- a/websockify-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e48d5c790c9ce5ac938d76fd0a9019aad2a33401fb1702b6b84263959f64522b -size 833809 diff --git a/websockify-0.6.0.tar.gz b/websockify-0.6.0.tar.gz new file mode 100644 index 0000000..fa440de --- /dev/null +++ b/websockify-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4364f54fdcc5350059febe2e8fdf2b53d16cf04ee23c71315e561119f44529 +size 223120