Skip to content

Commit

Permalink
Update version 3.2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MutonUfoAI committed Dec 16, 2014
1 parent 6192e65 commit 565aebd
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 17 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
3.2.4.1 BETA (2014/12/16)
---------------------------
Global:
- Pgina service bugfixes
- Pgina service extend max shutdowntime to 1h
LDAP plugin:
- a view bugfixes
- option to use authentication bind when searching in authorization and gateway stages.
pgSMB plugin:
- add 1 minute timeout if an SMB connection fails
Radius plugin:
- Lots of updates to the RADIUS plugin from Oooska
MySQL plugin:
- add option to prevent (or not) logon in gateway if server error occurs

3.2.0.0 BETA (2013/12/02)
---------------------------
Global:
Expand Down
2 changes: 1 addition & 1 deletion Installer/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "pGina"
#define MyAppVersion "3.2.0.0"
#define MyAppVersion "3.2.4.1"
#define MyAppPublisher "pGina Team"
#define MyAppURL "http://www.pgina.org/"
#define MyAppExeName "pGina.Configuration.exe"
Expand Down
4 changes: 2 additions & 2 deletions Plugins/LdapPlugin/Ldap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyVersion("3.2.4.1")]
[assembly: AssemblyFileVersion("3.2.4.1")]
4 changes: 2 additions & 2 deletions Plugins/MySQLAuth/MySQLAuth/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyVersion("3.2.4.1")]
[assembly: AssemblyFileVersion("3.2.4.1")]
4 changes: 2 additions & 2 deletions Plugins/RADIUS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyVersion("3.2.4.1")]
[assembly: AssemblyFileVersion("3.2.4.1")]
4 changes: 2 additions & 2 deletions pGina/src/Core/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyVersion("3.2.4.1")]
[assembly: AssemblyFileVersion("3.2.4.1")]
8 changes: 4 additions & 4 deletions pGina/src/CredentialProvider/CredentialProvider.rc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ IDB_PGINA_ERROR BITMAP "error.bmp"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,2,0,0
PRODUCTVERSION 3,2,0,0
FILEVERSION 3,2,4,1
PRODUCTVERSION 3,2,4,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -76,10 +76,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "pGina Team"
VALUE "FileDescription", "pGina Credential Provider"
VALUE "FileVersion", "3.2.0.0"
VALUE "FileVersion", "3.2.4.1"
VALUE "LegalCopyright", "Copyright (C) pGina Team 2014"
VALUE "ProductName", "pGina"
VALUE "ProductVersion", "3.2.0.0"
VALUE "ProductVersion", "3.2.4.1"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions pGina/src/Gina/Gina/Gina.rc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ IDB_PGINA_LOGO BITMAP "pginalogo.bmp"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,2,0,0
PRODUCTVERSION 3,2,0,0
FILEVERSION 3,2,4,1
PRODUCTVERSION 3,2,4,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -75,10 +75,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "pGina Team"
VALUE "FileDescription", "pGina GINA"
VALUE "FileVersion", "3.2.0.0"
VALUE "FileVersion", "3.2.4.1"
VALUE "LegalCopyright", "Copyright (C) pGina Team 2014"
VALUE "ProductName", "pGina"
VALUE "ProductVersion", "3.2.0.0"
VALUE "ProductVersion", "3.2.4.1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 565aebd

Please sign in to comment.