14
0

- update to 1.2.1:

* add crusty CMake support
  * minor change to CBT struct
  * get build working on OSX again
  * changes based on upstream PR
  * add CHANGELOG with entries for 1.2.1.beta1
  * add winrm-style IOV encryption support
  * bump repo version to 1.2.1dev
  * Removing 3.2 from travis b/c it is no longer fully supported
  * Added method to build the CBT structure and modified authGSSClientStep
    to pass along this CBT structure if it is set
  * obviously, verify shouldn't be const
  * 1.2.1 final release
  * Adding life support note to README
- Use %license macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykerberos?expand=0&rev=10
This commit is contained in:
Thomas Bechtold
2019-02-05 05:22:40 +00:00
committed by Git OBS Bridge
parent b7f2165421
commit 2cf34a2fe9
4 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Feb 5 05:19:12 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- update to 1.2.1:
* add crusty CMake support
* minor change to CBT struct
* get build working on OSX again
* changes based on upstream PR
* add CHANGELOG with entries for 1.2.1.beta1
* add winrm-style IOV encryption support
* bump repo version to 1.2.1dev
* Removing 3.2 from travis b/c it is no longer fully supported
* Added method to build the CBT structure and modified authGSSClientStep
to pass along this CBT structure if it is set
* obviously, verify shouldn't be const
* 1.2.1 final release
* Adding life support note to README
- Use %license macro
-------------------------------------------------------------------
Wed Dec 20 09:56:22 UTC 2017 - dmueller@suse.com