Author: mseidel
Date: Sun Dec 2 15:10:51 2018
New Revision: 1848002
URL: http://svn.apache.org/viewvc?rev=1848002&view=rev
Log:
Changes for the AOO 4.1.6 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=1848002&r1=1848001&r2=1848002&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/detail-by-day.py (original)
+++ openoffice/devtools/aoo-stats/detail-by-day.py Sun Dec 2 15:10:51 2018
@@ -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_340", "count_341", "count_400", "count_401", "count_410", "count_411", "count_412",
"count_413", "count_414", "count_415", "count_416",
"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",
@@ -90,6 +90,7 @@ patternDict = {
"count_413" : "4.1.3",
"count_414" : "4.1.4",
"count_415" : "4.1.5",
+ "count_416" : "4.1.6",
"windows" : "Win_x86",
"mac" : "MacOS",
"linux" : "Linux",
|