mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #135] Version number conflicts #105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @semack on GitHub (Jan 17, 2016).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/135
I found this document and compared dkim install script with it.
For example, notes from install script:
Exchange 2013 SP1 CU4 (15.0.847.32)
Exchange 2013 SP1 CU5 (15.0.913.22)
Information from Microsoft web site:
Exchange Server 2013 CU4 May 27, 2014 15.00.0913.022
Exchange Server 2013 CU5 August 26, 2014 15.00.0995.029
As you see, there is different information about versions.
@Pro commented on GitHub (Jan 17, 2016):
Yes you are right. It looks like we are using a different naming, i.e.,
(left the official, right side our version)
Exchange Server 2013 SP1 -> Exchange 2013 SP1 CU4
Exchange 2013 CU4 -> Exchange 2013 SP1 CU5
Exchange 2013 CU5 -> Exchange 2013 SP1 CU6
Somehow, the official document skips CU6?
@semack commented on GitHub (Jan 17, 2016):
I found this one
http://social.technet.microsoft.com/wiki/contents/articles/15776.exchange-server-2013-and-2016-build-numbers-with-cumulative-updates.aspx
@Pro commented on GitHub (Jan 17, 2016):
This looks more like our scheme. So it should be fine?
@semack commented on GitHub (Jan 17, 2016):
I don't know :)
@Pro commented on GitHub (Jan 17, 2016):
Jep, looks good to me