Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 in CWMP/cwmp-xml-tools from ~KLAUS.WICH/cwmp-x…
Browse files Browse the repository at this point in the history
…ml-tools:develop to develop

* commit 'de07b19956d9b50cc61b604a61ce51aca693c930':
  ReportGUI3.3 with report.exe#421, report.pl#421
  Report.exe 420+
  ReportGUI3.3 with report.exe#420+
  • Loading branch information
johnblackford committed Sep 14, 2017
2 parents 17d5fc7 + de07b19 commit 4943872
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions ReportGui/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ This utility provides a graphical frontend for the "report.exe" tool to generate
xml data files.

The windows installer includes the frontend and the report.exe tool. For installation please
execute the ReportGuiSetup and follow the instructions. The tool runs under Windows (XP, Vista, 7, 10)
and with some effort under MACOS with Wine
execute the ReportGuiSetup and follow the instructions. The tool runs under Windows (XP, Vista, 7, 8, 10)

For questions and comments please contact [email protected]


History
--------
09/07/2017 ReportGuiSetup 3.3, ReportGui 3.3, report.exe#421 (report.pl#421)
new version of report.exe (report.pl#421) included in installer
new ReportGui version 3.3
- Drag n Drop of XML Files into Selection file
- Generated files are now in central output directory (Setting - "Select output directory")

06/14/2017 ReportGuiSetup 3.2, ReportGui 3.2, report.exe#420 (report.pl#420)
new version of report.exe (report.pl#420) included in installer
new ReportGui version 3.2
Expand Down
Binary file modified ReportGui/ReportGuiSetup.exe
Binary file not shown.
Binary file modified Report_Tool/report.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions Report_Tool/report.exe.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(I) Author: wlupton
(I) Date: 2017/06/12
(I) Id: report.pl#420
(I) Date: 2017/09/07
(I) Id: report.pl#421
4 changes: 2 additions & 2 deletions Report_Tool/report.pl
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@
# last svn version was 299, so will start manual versions from 400
# (3xx versions are possible if anyone continues to use svn)
my $tool_author = q{$Author: wlupton $};
my $tool_vers_date = q{$Date: 2017-06-12 $};
my $tool_id = q{$Id: report.pl 420+ $};
my $tool_vers_date = q{$Date: 2017-09-07 $};
my $tool_id = q{$Id: report.pl 421 $};

my $tool_url = q{https://github.com/BroadbandForum/cwmp-xml-tools/tree/master/Report_Tool};

Expand Down

0 comments on commit 4943872

Please sign in to comment.