Skip to content

Commit

Permalink
Prepare 0.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Sep 27, 2018
1 parent 8495913 commit b9d3700
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 29 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
* Version 0.3.1 (unreleased)
* Version 0.4.0 (released 2018-09-27)
** Add classes for implementing a server.
** Various small changes, some affecting backwards compatibility.

* Version 0.3.0 (released 2018-04-13)
** Add conversion between string/int keys for AttestationObject.
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-fido2 (0.3.1~dev) xenial; urgency=low
python-fido2 (0.4.0) xenial; urgency=low

* Build for ppa

Expand Down
47 changes: 21 additions & 26 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-fido2
Source: https://developers.yubico.com/python-fido2

Files: *
Copyright: Copyright (c) 2018 Yubico AB
License: BSD-2-clause

Files: debian/*
Copyright: Copyright (c) 2018 Yubico AB
Copyright (c) 2018 Nicolas Braud-Santoni
License: BSD-2-clause

Files: fido2/_pyu2f/*
Copyright: Copyright (c) 2016 Google Inc.
License: Apache-2.0
On Debian systems the full text of the Apache-2.0 license can be found in
/usr/share/common-licenses/Apache-2.0.

Files: fido2/public_suffix_list.dat
Copyright: Copyright (c) 2007-16 Mozilla Foundation
License: MPL-2.0
On Debian systems the full text of the MPL-2.0 license can be found in
/usr/share/common-licenses/MPL-2.0.


License: BSD-2-clause
All rights reserved.
.
Expand All @@ -30,28 +50,3 @@ License: BSD-2-clause
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: fido2/pyu2f/*
Copyright: Copyright (c) 2016 Google Inc.
License: Apache-2.0
All rights reserved.
.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Files: fido2/public_suffix_list.dat
Copyright: Copyright (c) 2007-16 Mozilla Foundation
License: MPL-2.0
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.

2 changes: 1 addition & 1 deletion fido2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ class ABC(object):
abc.ABC = ABC


__version__ = '0.3.1-dev0'
__version__ = '0.4.0'

0 comments on commit b9d3700

Please sign in to comment.