Skip to content

Commit

Permalink
Release version 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jornane committed Jul 6, 2022
1 parent 5dd039c commit 22cd90f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
No unreleased changes.


## [geteduroam 3.2.9](https://github.com/geteduroam/windows-app/releases/tag/geteduroam-3.2.9)

## Fixed
* Fix Back button not working after opening an .eap-config file manually
* Drop realm from OuterIdentity for PEAP-MSCHAPv2, as Windows adds the realm itself

### Changed
* Handle discovery "seq" as string, not integer; this prevents a crash when seq cannot be parsed as integer
* Prevent disabling CA checking; this was not possible but now the code path is also removed
* Handle more network errors when loading the discovery file
* Remove nonsensical TTLS-EAP-PEAP-MSCHAPv2 method; there doesn't seem to be a server that supports this
* Send `Connection: Close` header when retrieving the discovery


## [geteduroam 3.2.8](https://github.com/geteduroam/windows-app/releases/tag/geteduroam-3.2.8)

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions EduroamConfigure/Properties/AssemblyInfo.cs
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EduroamConfigure")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyCopyright("Copyright © 2018-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,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.8")]
[assembly: AssemblyFileVersion("3.2.8")]
[assembly: AssemblyVersion("3.2.9")]
[assembly: AssemblyFileVersion("3.2.9")]
4 changes: 2 additions & 2 deletions ManagedNativeWifi/Properties/AssemblyInfo.cs
Expand Up @@ -33,8 +33,8 @@
// 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.8")]
[assembly: AssemblyFileVersion("3.2.8")]
[assembly: AssemblyVersion("3.2.9")]
[assembly: AssemblyFileVersion("3.2.9")]
[assembly: NeutralResourcesLanguage("en-US")]

// For unit test
Expand Down
6 changes: 3 additions & 3 deletions WpfApp/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Uninett AS")]
[assembly: AssemblyProduct("geteduroam")]
[assembly: AssemblyCopyright("Copyright © 2018-2021")]
[assembly: AssemblyCopyright("Copyright © 2018-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -49,5 +49,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.8")]
[assembly: AssemblyFileVersion("3.2.8")]
[assembly: AssemblyVersion("3.2.9")]
[assembly: AssemblyFileVersion("3.2.9")]

0 comments on commit 22cd90f

Please sign in to comment.