From 6c5037d5ff66c18f4c421826e3d4662672e4be61 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 9 Aug 2007 22:12:09 +0000 Subject: [PATCH] pull up r19630 from trunk r19630@cathode-dark-space: jaltman | 2007-06-22 15:01:51 -0400 ticket: 5584 NetIDMgr: Product version => 1.3.0.0 API version => 9 ticket: 5584 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19788 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/identity/apiversion.txt | 10 ++++++++++ src/windows/identity/config/Makefile.w2k | 6 +++--- 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 2f3ef6df6..5ca2ccba0 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 efd7fbdb4..7cdb3d5f5 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 5f274a49c..ffef7caa7 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 -- 2.26.2