Skip to content

Commit

Permalink
b3046test1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrossley committed Jan 1, 2019
1 parent 04fd02e commit e95481f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CumulusMX/Cumulus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Cumulus
{
/////////////////////////////////
public string Version = "3.0.0";
public string Build = "3045";
public string Build = "3046test";
/////////////////////////////////

private static string appGuid = "57190d2e-7e45-4efb-8c09-06a176cef3f3";
Expand Down
8 changes: 4 additions & 4 deletions CumulusMX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CumulusMX")]
[assembly: AssemblyTitle("CumulusMX - test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CumulusMX")]
[assembly: AssemblyProduct("CumulusMX - test")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -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.0.0.3045")]
[assembly: AssemblyFileVersion("3.0.0.3045")]
[assembly: AssemblyVersion("3.0.0.3046")]
[assembly: AssemblyFileVersion("3.0.0.3046")]
17 changes: 13 additions & 4 deletions Updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

3045
====
-Internal Stuff
- Internal Stuff
- Update the targeted .Net version to 4.5.2 (4.5 and 4.5.1 are no longer supported by Microsoft)
- Upgrade System.Net.FtpClient to replacement FluentFTP package
- Update Microsoft.Net.Http package to latest stable version
Expand All @@ -59,17 +59,26 @@
HumMult2=0.0

- FTP Updates
- Now supports SFTP over TLS1.1 and 1.2
- Now supports FTPS over TLS1.1 and 1.2
- In Passive FTP, you can disable Enhanced Passive (EPSV) mode if it causes problems with your host. Some hosts are reporting they support it, but a firewall along the route cannot handle the connections.
Requires manually adding a new Cumulus.ini entry...
[FTP site]
DisableEPSV=1
- RealtimeGaugesTxt is no longer automatically enabled for FTP.

- Web Sockets are no longer on a separate port, it shares the same port as HTTP.
- The wsport command line switch is still recognised for backwards compatibilty, but it is no longer used.
- The wsport command line switch is still recognised for backwards compatibility, but it is no longer used.

- Fix Fine Offset with solar logger reading, now limited to the reduced number of logger entries available on solar stations.

- Fix for Slovenian locale (and any other with a two character date seperator)
- Fix for Slovenian locale (and any other with a two character date separator)

3046test
========
- Weather Diary
- Added Weather Diary page to manegement interface
- Added diary.db file to daily backup files
- Removed diary.db from distribution (it is created on first use to avoid overwriting the file on CMX distro updates)

- Web Tags
- Added <#snowdepth> tag

0 comments on commit e95481f

Please sign in to comment.