diff options
author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-06-22 19:01:51 +0000 |
---|---|---|
committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-06-22 19:01:51 +0000 |
commit | 3fe17ce31b810e261ec90daf759d69b75b27f158 (patch) | |
tree | 0c15a753e33d3fa80b2566580cbb1477ebb412b1 /src | |
parent | afdce24008d332ef0624c341e5ab8006e8eb8134 (diff) | |
download | krb5-3fe17ce31b810e261ec90daf759d69b75b27f158.tar.gz krb5-3fe17ce31b810e261ec90daf759d69b75b27f158.tar.xz krb5-3fe17ce31b810e261ec90daf759d69b75b27f158.zip |
NetIDMgr:
Product version => 1.3.0.0
API version => 9
ticket: 5584
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19630 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/identity/apiversion.txt | 10 | ||||
-rw-r--r-- | src/windows/identity/config/Makefile.w2k | 6 | ||||
-rw-r--r-- | src/windows/identity/config/Makefile.w32 | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/src/windows/identity/apiversion.txt b/src/windows/identity/apiversion.txt index 2f3ef6df63..5ca2ccba00 100644 --- a/src/windows/identity/apiversion.txt +++ b/src/windows/identity/apiversion.txt @@ -351,3 +351,13 @@ Date=(TBD) # Behavior change with respect to shadowed handles. If a value
# doesn't exist in the top level handle, then each shadowed handle
# will be tried in turn until the value is found.
+
+#----------------------------------------------------------------
+Version=9
+AppVersion=1.3.0.0
+Date=(TBD)
+# Released with (TBD)
+
++ KHERR_CTX_NEWCHILD
++ KHERR_CTX_FOLDCHILD
+# Added to kherr.h to support additional notifications
diff --git a/src/windows/identity/config/Makefile.w2k b/src/windows/identity/config/Makefile.w2k index efd7fbdb40..7cdb3d5f53 100644 --- a/src/windows/identity/config/Makefile.w2k +++ b/src/windows/identity/config/Makefile.w2k @@ -46,9 +46,9 @@ KHIMAIRA_WIN32_CONFIG=1 # Version info
NETIDMGR_VERSION_MAJOR=1
-NETIDMGR_VERSION_MINOR=2
+NETIDMGR_VERSION_MINOR=3
NETIDMGR_VERSION_PATCH=0
-NETIDMGR_VERSION_AUX=2
+NETIDMGR_VERSION_AUX=0
NETIDMGR_RELEASEDESC=
# The API version. This number must be incremented each time the API
@@ -58,7 +58,7 @@ NETIDMGR_RELEASEDESC= #
# Changes to the API version numbers should be documented in
# apiversion.txt at the root of the source tree.
-NETIDMGR_VERSION_API=8
+NETIDMGR_VERSION_API=9
# Minimum backwards compatible version. API versions from
# NETIDMGR_VERSION_API_MINCOMPAT through NETIDMGR_VERSION_API
diff --git a/src/windows/identity/config/Makefile.w32 b/src/windows/identity/config/Makefile.w32 index 5f274a49ce..ffef7caa77 100644 --- a/src/windows/identity/config/Makefile.w32 +++ b/src/windows/identity/config/Makefile.w32 @@ -46,9 +46,9 @@ KHIMAIRA_WIN32_CONFIG=1 # Version info
NETIDMGR_VERSION_MAJOR=1
-NETIDMGR_VERSION_MINOR=2
+NETIDMGR_VERSION_MINOR=3
NETIDMGR_VERSION_PATCH=0
-NETIDMGR_VERSION_AUX=2
+NETIDMGR_VERSION_AUX=0
NETIDMGR_RELEASEDESC=
# The API version. This number must be incremented each time the API
@@ -58,7 +58,7 @@ NETIDMGR_RELEASEDESC= #
# Changes to the API version numbers should be documented in
# apiversion.txt at the root of the source tree.
-NETIDMGR_VERSION_API=8
+NETIDMGR_VERSION_API=9
# Minimum backwards compatible version. API versions from
# NETIDMGR_VERSION_API_MINCOMPAT through NETIDMGR_VERSION_API
|