From cff849c8e446c28d53b876a27c49aff1cccdc4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20=E2=84=B1an?= Date: Wed, 14 Nov 2018 23:58:05 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9a541..9e6a23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### py-kms_2018-11-15 + - Implemented some good modifications inspired by [this](https://github.com/ThunderEX/py-kms) other fork. + - Clean up code ( deleted no longer useful files randomHWID.py, randomEPID.py, timezones.py; + erased useless functions and import modules ) + - Reading parameters directly from a slightly modified KmsDataBase.xml ( created with LicenseManager 5.0 by Hotbird64 HGM ) with kmsDB2Dict.py +- Added support for Windows Server 2019 and Office 2019. +- Improved random EPID generation. +- Corrected [this](https://github.com/SystemRage/py-kms/issues/8) in kmsBase.py + ### py-kms_2018-03-01 - *py-kms NOW is for Python3 too ( py3-kms ), the previous one ( written with Python2 ) is renamed py2-kms* - *Repaired logging messages*