You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2021/10/06 22:02:06 UTC

svn commit: r1893950 - /openoffice/devtools/aoo-stats/detail-by-day.py

Author: mseidel
Date: Wed Oct  6 22:02:06 2021
New Revision: 1893950

URL: http://svn.apache.org/viewvc?rev=1893950&view=rev
Log:
Update file for 4.1.11 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=1893950&r1=1893949&r2=1893950&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/detail-by-day.py (original)
+++ openoffice/devtools/aoo-stats/detail-by-day.py Wed Oct  6 22:02:06 2021
@@ -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_417", "count_418", "count_419", "count_4110",
+    "count_340", "count_341", "count_400", "count_401", "count_410", "count_411", "count_412", "count_413", "count_414", "count_415", "count_416", "count_417", "count_418", "count_419", "count_4110", "count_4111",
     "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",
@@ -95,6 +95,7 @@ patternDict = {
     "count_418"  : "4.1.8",
     "count_419"  : "4.1.9",
     "count_4110" : "4.1.10",
+    "count_4111" : "4.1.11",
     "windows"    : "Win_x86",
     "mac"        : "MacOS",
     "linux"      : "Linux",