- Updated AssemblyInfo.cs files with the version info (1.5.* to 1.6.*)
- Updated CASA.changes file. ........................................................................
This commit is contained in:
parent
0636451c41
commit
abd45aadc8
14
CASA.changes
14
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user