Author: mseidel
Date: Thu Sep 26 14:33:18 2019
New Revision: 1867576
URL: http://svn.apache.org/viewvc?rev=1867576&view=rev
Log:
Changes for the AOO 4.1.7 release
Modified:
openoffice/devtools/aoo-stats/detail-by-day.py
Modified: openoffice/devtools/aoo-stats/detail-by-day.py
URL:
http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/detail-by-day.py?rev=1867576&r1=1867575&r2=1867576&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/detail-by-day.py (original)
+++ openoffice/devtools/aoo-stats/detail-by-day.py Thu Sep 26 14:33:18 2019
@@ -67,7 +67,7 @@ end_date = datetime.datetime.strptime(sy
# columns of interest
columns = [ "count_total",
- "count_340", "count_341", "count_400", "count_401", "count_410",
"count_411", "count_412", "count_413", "count_414", "count_415", "count_416",
+ "count_340", "count_341", "count_400", "count_401", "count_410",
"count_411", "count_412", "count_413", "count_414", "count_415", "count_416",
"count_417",
"windows", "mac", "linux", "linux32", "linux64", "deb", "rpm",
"ar", "ast", "bg", "ca", "ca-XR", "ca-XV", "cs", "da", "de",
"el", "en-GB", "en-US", "es", "eu", "fi", "fr", "gd", "gl",
@@ -91,6 +91,7 @@ patternDict = {
"count_414" : "4.1.4",
"count_415" : "4.1.5",
"count_416" : "4.1.6",
+ "count_417" : "4.1.7",
"windows" : "Win_x86",
"mac" : "MacOS",
"linux" : "Linux",