diff --git a/CASA.changes b/CASA.changes index 35cb68c4..f553c80e 100644 --- a/CASA.changes +++ b/CASA.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Fri Jan 6 17:44:03 IST 2006 - smanojna@novell.com + +- Added ADD/MODIFY/DELETE functionalites for Keyring and KWallet + stores and was integrated with the GUI. + +- About dialog in the GUI was updated with the version info (1.6). + +- KNOWN ISSUES: + 1. Currently ADD-KEYS and DELETE-KEYS of existing secrets for Keyring + is not functional. + 2. Creation of new secret in Keyring (ADD-SECRET) expects a key + with the name "GKPassword" whose value will be the password for + the respective secret. This key should not be deleted. +------------------------------------------------------------------- Tue Jan 3 16:01:10 MST 2006 - cmashayekhi@novell.com - Fixed link.lux files to use $ARC parameter to eliminate the diff --git a/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs b/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs index a169c2f0..c1d5860f 100644 --- a/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs +++ b/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.*")] +[assembly: AssemblyVersion("1.6.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/c_micasad/AssemblyInfo.cs b/c_micasad/AssemblyInfo.cs index 13eddc4e..c7645438 100644 --- a/c_micasad/AssemblyInfo.cs +++ b/c_micasad/AssemblyInfo.cs @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.*")] +[assembly: AssemblyVersion("1.6.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/c_micasad/lib/AssemblyInfo.cs b/c_micasad/lib/AssemblyInfo.cs index 3937bd05..8940a14e 100644 --- a/c_micasad/lib/AssemblyInfo.cs +++ b/c_micasad/lib/AssemblyInfo.cs @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.*")] +[assembly: AssemblyVersion("1.6.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/c_policy/AssemblyInfo.cs b/c_policy/AssemblyInfo.cs index 50e5132c..02d93f0a 100644 --- a/c_policy/AssemblyInfo.cs +++ b/c_policy/AssemblyInfo.cs @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.*")] +[assembly: AssemblyVersion("1.6.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/c_sharp/NSSCSWrapper/AssemblyInfo.cs b/c_sharp/NSSCSWrapper/AssemblyInfo.cs index c92a376c..fd8de279 100644 --- a/c_sharp/NSSCSWrapper/AssemblyInfo.cs +++ b/c_sharp/NSSCSWrapper/AssemblyInfo.cs @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.*")] +[assembly: AssemblyVersion("1.6.*")] // // In order to sign your assembly you must specify a key to use. Refer to the