Commit graph

52 commits

Author SHA1 Message Date
nia
55394cf036 Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
adam
da0a125726 revbump for boost-libs 2021-04-21 13:24:06 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ryoon
2831546220 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
otis
ff7caa09cc sysutils/zabbix: Update to 4.0.24
Changelog since 4.0.21:

* New features:
  - Improved Zabbix server performance when evaluating trigger, discovery, autoregistration and internal actions
  - Added host info to vmware event message log
  - Added vmware datacenters discovery

* Bugfixes:
  - Fixed security vulnerability cve-2020-15803 (stored xss attack on url widget)
  - Exclude disabled items from preprocessing configuration sync
  - Fixed possible deadlocks when deleting escalations
  - Fixed null value for a field of compositedata in jmx discovery
  - Changed log, log.count monitoring to ignore file modification time
  - Fixed strict dfsg compliance issue in using minified jquery sources
  - Fixed recovery expression for "link down" trigger and updated for following zabbix template guidelines
  - Fixed escalation cancellation message not being sent when action is disabled
  - Fixed context of {$temp_crit} macro in temperature trigger prototype
  - Fixed high memory consumption when using dependent items
  - Fixed memory leak
  - Fixed remove of selected items in multiselect
  - Fixed confusing error message being displayed if dbversion table cannot be found
  - Shadow global auto_increment mysql variables only for proxy
  - Fixed 'cmdline' parameter truncation on solaris 11.3 and later
  - Fixed memory leak when action message does not have to be sent
  - Fixed graph configuration with large amount of items
  - Fixed server exit when trying to execute ipmi script without ipmi pollers
  - Fixed undefined index in trends api
  - Fixed button disable state in template item list and discovery list
  - Fixed classic graph widget default header
  - Fixed php errors in "system information" window for mysql
  - Changed vm.memory.size keys on solaris to get memory usage statistics from kstat
  - Fixed cpu counter wraparound handling on solaris
  - Fixed misleading error message in case of not available datastorage for vmware.hv.datastore.read and vmware.hv.datastore.write metrics
  - Fixed host prototype import
  - Removed mtime check when matching files on disk with the cached list, this should reduce chances of log files being scanned again after system time changes
  - Fixed sql errors with oracle backend due to incorrect use of the using statement
  - Improved error message generation performance of user macro and item key parser
  - Fixed use on uninitialised variable
  - Added odbc empty query check
  - Fixed fatal error in items.php and host_discovery.php
  - Improved performance of the trigger and trigger prototype inheritance
  - Implement timeouts for wmi queries
  - Improved performance of "problems" widget with mysql backend by removing distinct modifier from sql statements with tables joined by primary keys
  - Fixed excess audit log record being added on host status update
  - Fixed php notice and multiple undefined index errors in hostinterface api
  - Added red label for disabled media types in user profile
  - Fixed runtime error when creating a host via api
  - Removed problem calculation for dependent triggers when master trigger is in problem state
  - Fixed usage of unsupported parameter in api call
  - Fixed inaccessible user be displayed as accessible in slide show properties screen
  - Fixed building of zabbix daemons with link time optimization
2020-09-17 13:52:15 +00:00
gdt
ea62b74908 sysutils/zabbix*: Update to 4.0.21
As provided on pkgsrc-users by Yuuki Enomoto.

Packaging changes: Update MASTER_SITE.

Upstream lacks NEWS and the page that their NEWS file points to does
not contain NEWS.

A quick glance over upstream, and the fact that this is a series of
micro updates, leads one to guess that this update basically contains
minor improvements and bugfixes.
2020-06-20 12:43:46 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
adam
d62c903eea revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
adam
7d4b705c63 revbump after boost update 2020-05-06 14:04:05 +00:00
adam
24daafa112 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
he
48ce6d7523 Use P_ZOMBIE() macro instead of testing against LSDEAD, which is
gone in later versions.
Thanks to Yuuki Enomoto for the patch.
Bump PKGREVISION.
2019-11-16 10:57:22 +00:00
rillig
9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
ryoon
57d0806c39 Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
he
720fcc5953 Updating to zabbix version 4.0.9.
Pkgsrc changes:
 * None.

Upstream changes:

Changes for 4.0.9

Bug fixes:
..F....... [ZBX-15905] reverted changes that introduced error with
           write permissions in assets directory (gcalenko)

--------------------------------------------------------------------------------
Changes for 4.0.8

4.0.8rc1 was released as 4.0.8 without any changes

--------------------------------------------------------------------------------
Changes for 4.0.8rc1

New features:
..F....... [ZBX-16069] upgraded jQuery version v1.10.2 -> v3.3.1 and
           jQueryUI v1.10.3 -> v1.12.1 (talbergs)

Bug fixes:
..F....... [ZBX-16032] changed application filtering to partial name
           search (vmurzins)
...G...... [ZBX-15915] fixed linking error if round() is undefined
           (akozlovs)
....I..... [ZBX-16074] added file revision number generation for
           compilation on MS Windows (MVekslers)
..F....... [ZBX-15833] fixed scrollbar in overlay popups (ashubin)
.......PS. [ZBX-16058] fixed error in IPMI poller causing growing
           queue (asitals)
..F....... [ZBX-16047] fixed division by zero error in SVG graph
           widget if selected time period is so small that calculated
           step between 2 milestones is 0s (miks)
..F....... [ZBX-15936] removed "change password" button when cloning
           media types (vasilijs)
A.F....... [ZBX-11272] changed sorting by type, fixed information
           disclosure and formatting of recipient name in action log
           screen item and dashboard widget; added new sortfields to
           alert API (miks)
A.F....... [ZBX-15416] fixed locale validation in user create and
           update API methods (miks)
..F....... [ZBX-15877] fixed Tab Key navigation for Safari and Edge
           browsers (vasilijs)
........S. [ZBX-15891] fixed trigger dependencies are ignored when
           changing only trigger state (akozlovs)
A......... [ZBX-13029] fixed api validation messages for linktrigger
           (vasilijs)
...G...... [ZBX-15967] fixed buffer offset for reading hardware info
           from long DMI files (viktors)
..F....... [ZBX-16018] fixed detection of logical functions (or / and)
           inside the context of user macros (averza)
..F....... [ZBX-14782] deliver human friendly uptime in dashbord
           (talbergs)
..F....... [ZBX-11325] fixed transparency of draggable interfaces;
           changed cursor type for all draggable and sortable elements
           (agriscenko)
..F....... [ZBX-16048] fixed global search box loosing the search
           phrase after searching (averza)
..F....... [ZBX-10729] fixed map element link coloring when linked
           problem is acknowledged (miks)
..F....... [ZBX-15101] fixed several object IDs allowing them to be 64
           bit integers, added asterisk for map navigation tree name
           field and changed the error message to more generic one
           (Ivo)
.......PS. [ZBX-16050] fixed HTTP poller crashes (asestakovs)
..F....... [ZBX-15871] fixed problem events to be filtered by
           "suppressed" instead of "related to maintenance" (talbergs)
...G...PS. [ZBX-10550] added warnings when Zabbix components have
           different versions (akozlovs)
..F....... [ZBX-11284] removed sid URL argument for form cancel
           buttons (gcalenko, miks)
..F....... [ZBX-11429] fixed macro not being retained in trigger
           expression editing wizard (agriscenko)
..F....... [ZBX-15816] increased header value input field max length
           (talbergs)
...G...PS. [ZBX-15677] fixed the process of compiling the dummy.c
           module (MVekslers)
.......PS. [ZBX-15981] fixed invalid xpath for vmware "eventlog" key
           with "skip" option (MVekslers)
...G...... [ZBX-15704] fixed sending log meta information without
           obvious needs (asestakovs)
..F....... [ZBX-15905] added versioning of browser cached files
           (ashubin, gcalenko)
........S. [ZBX-15956] reduced configuration cache fragmentation when
           reloading time based triggers (vso)
........S. [ZBX-15998] improved performance of "Remove host", "Remove
           from host group", "Unlink from template" operations when
           processing network discovery events and using MySQL
           database (vso)
........S. [ZBX-15935] fixed infinite loop and 100% CPU usage when
           using OpenIPMI 2.0.26 or newer (asitals)
........S. [ZBX-16005] fixed
           "{{ITEM.VALUE}.regsub(<pattern>,<output>}" and
           "{{ITEM.LASTVALUE}.regsub(<pattern>,<output>}" being
           resolved to *UNKNOWN* during upgrade (vso)

--------------------------------------------------------------------------------
Changes for 4.0.7

4.0.7rc1 was released as 4.0.7 without any changes

--------------------------------------------------------------------------------
Changes for 4.0.7rc1

Bug fixes:
........S. [ZBX-16019] fixed HOST.CONN, HOST.IP, IPADDRESS and
           HOST.DNS macros expansion in global scripts (akozlovs)
........S. [ZBX-16020] fixed uncontrolled memory allocation in regex
           preprocessing steps (vjaceslavs)
..F....... [ZBX-15911] fixed guest sign in visibility for disabled
           guest user group in login page (gcalenko)
A......... [ZBX-15977] fixed validation of host interface when
           multiple interfaces set as main interface (gcalenko,
           vmurzins)
...G...PS. [ZBX-15955] fixed security vulnerability - accepting
           connections from not allowed addresses (Andris, vso)
..F....... [ZBX-11393] fixed when long snmp oid expands screen
           dimensions (ashubin, vasilijs)
A.F....... [ZBX-15464] fixed error message for image uploads
           (talbergs)
..F....... [ZBX-10243] fixed not encoded ampersand for in URL
           parameter (talbergs)
...G...... [ZBX-15972] fixed possible crash of the windows agent when
           used "net.dns" item key (MVekslers)
..F....... [ZBX-15674] fixed map status to be displayed OK if there
           are no problem in submaps (talbergs)
.......PS. [ZBX-15970] fixed invalid update intervals being reported
           on Zabbix server when monitored through Zabbix proxy (vso)
........S. [ZBX-15643] fixed invalid to valid numbers conversion by
           del_zeros (asestakovs)
.......PS. [ZBX-15444] fixed trimming allowed characters from numeric
           values (asitals)
.....J.... [ZBX-15409] improved Zabbix java gateway error logging
           usability by adding item key to error message (vso)
........S. [ZBX-15844] fixed inability to start Zabbix server if alert
           manager process is late after alerters; thanks to Mikhail
           Makurov for the patch (akozlovs)
..F....... [ZBX-11043] implemented a better network discovery filter
           (Ivo)
..F....... [ZBX-10937] fixed top right global search field
           autocomplete not showing results when host name is being
           typed not first character and technical name when it
           differs from visible name (Ivo)
A.F....... [ZBX-10861] changed user name and password fields from
           being mandatory to optional in web scenarios and HTTP agent
           type items (Ivo)
...G...PS. [ZBX-10889] improved logging performance when high
           DebugLevel is used (viktors)
A......... [ZBX-15762] fixed API returns "countOutput", "select*":
           "count" results and "suppressed" property as integer
           (agriscenko)
..F....... [ZBX-15642] fixed bigint limit in the user group updating
           forms (ashubin, Sasha)
A.F....... [ZBX-2494] fixed sorting of items, item prototypes, lld
           rules and screens to avoid deadlocks in database between
           server and frontend (ashubin, Sasha)
..F....... [ZBX-15768] fixed line length above widgets on global
           search page (ashubin)
..F....... [ZBX-10404] fixed password being passed in plain text in
           media type edit form (gcalenko)
..F....... [ZBX-15734] fixed dashboard widgets incorrect placement
           while dragged (gcalenko)
..F....... [ZBX-15563] fixed svg graph metric generation in situation
           when metric have big values (gcalenko)
..F....... [ZBX-15139] fixed element removing from list in different
           tabs or browsers (vasilijs)
..F....... [ZBX-15779] fixed loss of host name in tooltip on trigger
           overview page (vasilijs)
...G...... [ZBX-15898] fixed compilation warning regarding too large
           integer constant (akozlovs)
..F....... [ZBX-15338] fixed last problem name being displayed on map
           instead of most critical (agriscenko, vmurzins)
........S. [ZBX-15929] fixed escalation operation not being send
           multiple times (akozlovs)
...G...PS. [ZBX-15721] fixed escaping of control characters in JSON
           encoder (Andris, viktors)
..F....... [ZBX-15507] fixed item/trigger/graph copy form provides
           read-only host groups in target list; replaced form
           elements with multiselect (agriscenko)
..F....... [ZBX-15746] fixed link to pie graph after selecting a time
           interval on classic graph (agriscenko)
..F....... [ZBX-15784] fixed multiselect does not support case
           sensitive auto-complete (agriscenko)
..F....... [ZBX-10799] changed placeholder for http proxy input fields
           (agriscenko)
..F....... [ZBX-13014] fixed map on screen is not centered
           (agriscenko)
...G...... [ZBX-9229] fixed sending first value of the log as separate
           message (asestakovs)
........S. [ZBX-15479] fixed cookie presentation in HTTP header
           (asestakovs)
........S. [ZBX-15516] fixed trapper process title to not update time
           in case of interruption (asestakovs)
...G...PS. [ZBX-15588] fixed function names that are written to the
           log file when using LOG_LEVEL_DEBUG (asitals)
.........T [ZBX-9150] fixed update intervals of items in VMware
           templates (MVekslers)
..F....... [ZBX-15481] fixed showing wrench icon for hosts that are in
           maintenance, but maintenance is inaccessible due to
           insufficient permissions (Ivo)
..F....... [ZBX-15629] fixed trigger wizard form re-submit (talbergs)
..F....... [ZBX-15850] fixed problems by severity filter ignoring host
           group filter (talbergs)
..F....... [ZBX-15853] fixed empty parent group not listed in the
           latest data filter (talbergs)
.......PS. [ZBX-11025] added "unknown command error" to MySQL
           recoverable error list (viktors)
..F....... [ZBX-15870] fixed redundant jsloader loading in login page
           (miks)
..F....... [ZBX-15858] fixed item filtering by application name; added
           'select' button for dashboard widget and screen item
           application fields (miks)
..F....... [ZBX-15851] fixed LLD item displaying in Queue details view
           (miks)
..F....... [ZBX-15639] fixed labels overlapping on classic graph X
           axis (miks)
..F....... [ZBX-15592] fixed database monitoring 'dns' item key
           expressing it as mandatory (miks)
A......... [ZBX-15859] fixed map.create could attach elements only for
           first map in request when multiple maps are created with
           one request (gcalenko)
..F....... [ZBX-15769] fixed new widget placeholder being shown
           outside maximum allowed dashboard height area (gcalenko)
..F....... [ZBX-15708] fixed browser build in autofill for passwords
           field on media type form on authentication ldap form and on
           user edit form (gcalenko)
..F....... [ZBX-10392] fixed application filter persistence when
           navigating from maps page to triggers views page or latest
           data page (gcalenko)
..F....... [ZBX-15754] removed unnecessary request for non-existing
           map background (Ivo)
..F....... [ZBX-15715] added missing keys "zabbix.stats[<ip>,<port>]",
           "zabbix.stats[<ip>,<port>,queue,<from>,<to>]" and
           "zabbix[stats,<ip>,<port>,queue,<from>,<to>]" in item key
           helper (Ivo)
..F....... [ZBX-15672] fixed positioning of the overlay dialogue
           window in map constructor (ashubin, Ivo)
..F....... [ZBX-15609] added missing optional parameter
           "<regex_excl_dir>" for "vfs.dir.count" and "vfs.dir.size"
           item keys in item helper (Ivo)
A......... [ZBX-15404] fixed action condition type and operator
           integrity (Ivo)
........S. [ZBX-15913] fixed possible crash when sending custom alerts
           (vso)
........S. [ZBX-15872] fixed possible deadlock on host table when
           processing auto registration contents from Zabbix proxy
           (vso)
....I..PS. [ZBX-11203] added blocking of SIGINT and SIGTERM signals on
           each step of automatic upgrade to avoid interruption of
           statements that cannot be rolled back (vso)
..F....... [ZBX-8451] fixed global regular expression testing not
           matching actual behavior of Zabbix components due to
           missing multiline flag (vso)
........S. [ZBX-13347] fixed possible crash in history syncer process
           when processing discovered item value (vso)
.......PS. [ZBX-15831] fixed slow request of vmware configuration
           update (MVekslers)
........S. [ZBX-15920] fixed nodata() function triggering after
           maintenances with no data collection without waiting for
           the nodata period (wiper)
.........T [ZBX-13478] fixed item prototype update intervals to
           eliminate trigger status flapping (viktors, vitaly)
...G...PS. [ZBX-10611] fixed changing process user owner on startup in
           foreground when AllowRoot disabled (viktors)
.......PS. [ZBX-15826] optimized unsupported macros parsing (akozlovs)
.......PS. [ZBX-15742] fixed network discovery is not reacting to the
           changes in agent configuration if uniqueness criteria is
           value (akozlovs)
.......PS. [ZBX-15634] fixed database monitor item does not use stored
           credentials; thanks to Jose Deniz for the patch (akozlovs)
2019-06-20 12:03:28 +00:00
jperkin
1566c110d1 zabbix: Set SMF_INSTANCES correctly. 2019-04-10 17:49:59 +00:00
jperkin
a8c6c55641 zabbix: Expand ZABBIX_{USER,GROUP} in files. 2019-04-10 17:47:33 +00:00
jperkin
f3d1dd2959 zabbix: Add SMF manifest.
Provided by Emil Petersson in joyent/pkgsrc#188.
2019-04-05 12:43:21 +00:00
he
d9d55beb5b Update to zabbix version 4.0.6.
Pkgsrc changes:
 * None.

Upstream changes:

Changes for 4.0.6

4.0.6rc2 was released as 4.0.6 without any changes

--------------------
Changes for 4.0.6rc2

Bug fixes:
..F....... [ZBX-15839] fixed broken layout of the breadcrumbs in
	   Safari browser (ashubin)
........S. [ZBX-15867] fixed invalid DNS being accepted when receiving
	   discovery contents from Zabbix proxy (vso)
A......... [ZBX-15821] fixed SQL statement performance used in
	   template.unlink() method (Sasha)
.......PS. [ZBX-15578] fixed IPMI errors in case of infrequent reading
	   of values (asitals)
..F....... [ZBX-15098] fixed undefined index in application selection
	   popup window (Ivo)
..F....... [ZBX-15351] fixed PHP error in "Problems by severity" if no
	   problems (vasilijs)

--------------------
Changes for 4.0.6rc1

New features:
..F....... [ZBXNEXT-5105] added context menu for trigger name in event
	   details page (agriscenko)
A.F....... [ZBX-15286] dropped support use of discovered items as
	   master (Sasha)
...G...... [ZBXNEXT-4898] added support IPv6 for "net.dns" and
	   "net.dns.record" (MVekslers)
.......PS. [ZBXNEXT-5037] added "skip" parameter for vmware.eventlog
	   key (MVekslers)
..F....... [ZBXNEXT-4819] implemented date and time showing in SVG
	   graph widget (miks)

Bug fixes:
...G...PS. [ZBX-15552] fixed compilation with LibreSSL as OpenSSL
	   replacement and OpenSSL without PSK support (Andris)
..F....... [ZBX-10317] made info column on item list page always
	   visible (agriscenko)
..F....... [ZBX-15322] fixed graph area near grid line with 0 value
	   (ashubin)
.......PS. [ZBX-15798] fixed proxy configuration update failure on
	   Oracle; fixed failure on empty SQL buffer on Oracle
	   (kalimulin)
A.F....... [ZBX-15219] fixed unwanted removing scenario post fields on
	   scenario update (gcalenko, vasilijs)
..F....... [ZBX-11278] reworked property state indicator in mass
	   update screens (miks)
........S. [ZBX-15716] fixed escalation cancel message is called if
	   escalation interrupts with unfinished step or recovery
	   (akozlovs)
..F....... [ZBX-15468] fixed LDAP configuration form not being able to
	   save changes when user password field is empty string
	   (gcalenko)
..F....... [ZBX-15669] fixed page scroll after widget being added to
	   dashboard (gcalenko)
..F....... [ZBX-15548] fixed resolving of {ITEM.VALUE} macro in the
	   trigger description (Sasha)
........S. [ZBX-15774] fixed memory leak in housekeeper when
	   elasticsearch is used (vso)
........S. [ZBX-15788] fixed crash when substituting LLD macros in
	   calculated item formula expression (vso)
..F....... [ZBX-15608] fixed when Widget Graph show disabled
	   trigger/problem (vasilijs)
..F....... [ZBX-10397] fixed when global messaging severities
	   unchecked if profile saved earlier (ashubin, vasilijs)
A.F....... [ZBX-15596] fixed when widget in frontend can be created
	   larger than API validation supports (ashubin, vasilijs)
..F....... [ZBX-15308] fixed timeselector in screens when page is
	   opened with link containing sid argument (ashubin,
	   gcalenko)
..F....... [ZBX-15694] fixed trimming of empty spaces for custom
	   multiplier in item and item prototype preprocessing forms
	   (Ivo)
..F....... [ZBX-15196] fixed "Follow redirects" checkbox not being
	   enabled by default for HTTP agent in item, item prototype
	   and LLD rule create forms (Ivo)
.......PS. [ZBX-15670] fixed inefficient vmware eventlog downloading
	   (MVekslers)
..F....... [ZBX-15483] fixed undefined index in Item Prototype update
	   (vasilijs)
..F....... [ZBX-15270] fixed graph widget configuration form cross
	   browser issues (agriscenko)
..F....... [ZBX-15300] fixed widgets extra space at the bottom
	   (ashubin, vasilijs)
...G...... [ZBX-8091] added alphabetic ordering of net.dns.record
	   respond (akozlovs)
..F....... [ZBX-15707] fixed check box design when drag and drop an
	   interface into SNMP (vasilijs)
..F....... [ZBX-15535] fixed validation of min/max value range in
	   graph widget; fixed translation string in graph widget
	   (miks)
..F....... [ZBX-15648] removed unused WIDGET_HAT_EVENTACTIONMCMDS and
	   WIDGET_HAT_EVENTACTIONMSGS constants (agriscenko)
A.F....... [ZBX-15386] fixed Trigger overview not showing OK triggers
	   (vasilijs)
A.F....... [ZBX-14538] fixed error message when value of lifetime or
	   history/trends storage period is out of range (agriscenko)
A.F....... [ZBX-15614] fixed validation of y axis item on classic
	   graph create and update (agriscenko)
..F....... [ZBX-15226] fixed missing visual gap under page title
	   (gcalenko)
..F....... [ZBX-15560] fixed incorrect URL argument formatting when
	   parameters are non-indexed arrays (Ivo)
..F....... [ZBX-15719] fixed undefined index in trigger expression
	   popup (Ivo)
..F....... [ZBX-15332] fixed dashboard svg graph update on
	   timeselector interval change (gcalenko)
...G...... [ZBX-15728] fixed agent startup problem in Win 2008 R2 w/o
	   SP1, removed dependency on version helper API (kalimulin)
..F....... [ZBX-15622] fixed trigger expression test dialog not being
	   usable with long trigger expressions (talbergs)
..F....... [ZBX-13332] fixed Request-URI Too Long errors in PopUps;
	   fixed lost focus, when closing error popup (talbergs)
...G...... [ZBX-15607] fixed possibility of zombie processes occurring
	   when signaling agent during metric execution (akozlovs)
.D........ [ZBX-10496] fixed links to installation instructions in
	   README file (dimir)
..F....... [ZBX-15625] removed links leading to media type edit form
	   for non-superadmins in Reports->Notifications page (Ivo)
.......PS. [ZBX-15703] fixed use of uninitialized variable when
	   receiving 0 bytes on listening socket (akozlovs)
..F....... [ZBX-15537] fixed visual bug when filter tab was overlapped
	   by sub navigation (gcalenko)
..F....... [ZBX-15539] fixed validation of master item in item update
	   form (miks)
..F....... [ZBX-15532] fixed undefined index error on problems page
	   when trigger expression contains web items (gcalenko,
	   Sasha)
A......... [ZBX-15488] fixed permission check for inherited triggers
	   (miks)
..F....... [ZBX-15646] fixed web-server 'Request-URI Too Long' error
	   in trigger description dialog (miks)
2019-04-04 10:08:12 +00:00
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
he
69e56a79b1 Updating to zabbix version 4.0.5.
Pkgsrc changes:
 * None.

Upstream changes:

Changes for 4.0.5

4.0.5rc1 was released as 4.0.5 without any changes

--------------------
Changes for 4.0.5rc1

New features:
..F....... [ZBXNEXT-5046] added non-destructive resizing and
	   reordering of dashboard widgets (ashubin, gcalenko, miks)
..FGI..PST [ZBXNEXT-401,ZBXNEXT-4907,ZBXNEXT-4955] added monitoring of
	   internal metrics from an external Zabbix instance
	   (vasilijs, viktors)

Bug fixes:
.......PS. [ZBXNEXT-4941] changed overflow statements to execute one
	   by one for Oracle for better performance (kalimulin)
..F....... [ZBX-15664] fixed "Undefined index" errors on maps with
	   enabled automatic icon mapping (Sasha)
....I..... [ZBX-15667] fixed wrong default Zabbix server status for
	   new installation (kalimulin)
..F....... [ZBX-15512] fixed performance issues and significant memory
	   consumption on several pages which contains host popup menus (Sasha)
..F....... [ZBX-15512] fixed performance issues in "Problems by
	   severity" widget (talbergs)
.......PS. [ZBX-15593] fixed database upgrade patch to stop upgrade on
	   commit failure (vso)
........S. [ZBX-15611] fixed crash in configuration syncer when there
	   are groups with same name and when removing preprocessing
	   steps from item (vso)
..F....... [ZBX-15242] fixed value trimming and duplicate catching in
	   SVG graph pattern fields (miks)
..F....... [ZBX-15250] fixed selection box height calculation in
	   classic graph (miks)
...G...... [ZBX-15316] fixed problem with socket inheritance
	   preventing Windows agent from restarting under certain
	   circumstances (kalimulin)
...G...PS. [ZBX-15379] fixed -Wimplicit-fallthrough warnings when
	   compiling with GCC 7 and -Wextra (akozlovs)
A.F....... [ZBX-15179] fixed when message about blocking user login is
	   displayed only on next login attempt (gcalenko, vasilijs)
...G....S. [ZBX-15494] fixed handling numbers that written in
	   scientific notation (asitals)
........S. [ZBX-15533] fixed cutting and trimming event tags and
	   values (asitals)
.......P.. [ZBX-15442] fixed reporting idle time in datasender's
	   process state information (asitals)
..F....... [ZBX-15424] fixed when multiselect doesn't trim values and
	   recognizes untrimmed values as new ones (vasilijs)
..F....... [ZBX-14644] fixed maintenance time periods "start_date"
	   field being reset to "1920" instead of DB default value
	   when updating via edit form (Ivo)
.D........ [ZBX-15271] added link to documentation in all man pages
	   (kalimulin)
A......... [ZBX-15422] fixed SQL errors when linked template have item
	   prototype with equal key as host item (Sasha)
..F....... [ZBX-15456] fixed incorrect style property in
	   Monitoring->Problems; removed unused id from filter form
	   (agriscenko)
2019-02-28 09:21:36 +00:00
he
d74bc40d68 Updating to zabbix version 4.0.4.
Pkgsrc changes:
 * Add comments to a couple of patches which didn't have them.
 * Adapt one diff

Upstream changes:

Changes for 4.0.4

4.0.4rc3 was released as 4.0.4 without any changes

------------------------------------------------------------
Changes for 4.0.4rc3

Bug fixes:
..F....... [ZBX-15412] fixed Name column overlaps the Application
	 column in the Template view (vasilijs)

------------------------------------------------------------
Changes for 4.0.4rc2

Bug fixes:
..F....... [ZBXNEXT-4872] reverted SVG graph timeline changes to
	previous state (miks)

------------------------------------------------------------
Changes for 4.0.4rc1

New features:
..F....... [ZBXNEXT-4872] reworked SVG graph x-axis timeline (miks)
..F....... [ZBXNEXT-4873] implemented single dot datasets to be drawn
	as points in line vector graphs (miks)
...G...... [ZBX-14876] added a new optional parameter <regex_excl_dir>
	to items vfs.dir.size[] and vfs.dir.count[] (viktors)

Bug fixes:
..F....... [ZBX-15577] fixed restricted user access to the host name
	when callin g host_screen (vasilijs)
A......... [ZBX-13335] fixed low performance with linkage of items and
	item prot otypes to a lot of hosts (Sasha)
..F....... [ZBX-15435] fixed "Undefined index" errors in the "Problems"
	widget with multiple active maintenances which part of these
	are inaccessible (Sasha)
.......PS. [ZBX-15417] changed vmware collector to perform datastore
	configuration refresh only when directly monitoring ESXi version
	lower than v6.0 (MVekslers)
A......... [ZBX-14896] fixed low performance of the SQL statement when
	link temp late to many hosts (Sasha)
A......... [ZBX-15220] fixed displaying of last value for values received
	in the same second (Sasha)
........S. [ZBX-15451] fixed event correlation when "Event tag pair"
	condition is used and tag contains special characters (asitals)
........S. [ZBX-15460] reset agent availability when host status changes,
	e.g., when host gets disabled (asitals)
........S. [ZBX-15331] updated LLD item creation/updating error messages
	(asitals)
..F....... [ZBX-15465] removed html non-breaking space from visiblity
	checkbox labels (miks)
..F....... [ZBX-15307] fixed upper level maps positioning in Monitoring
	Map screen (talbergs)
...G...PS. [ZBX-15428] improved regular expression performance by studying
	compiled pattern (vso)
...G...PS. [ZBX-11761] added warnings in case of TLS identity mismatch
	(akozlovs)
A......... [ZBX-15373] fixed removal of trigger when deleting discovered
	item; fixed removal of dependent child items when removing master
	item (vmurzins)
A......... [ZBX-14613] fixed hostgroup.delete and host.delete API methods
	to validate maintenance constraint (talbergs)
..F....... [ZBX-14863] fixed authentication settings form of LDAP anonymous
	binding (gcalenko)
..F....... [ZBX-15374] fixed SQL and PHP errors on chart3.php page (Sasha)
...G...... [ZBX-15301] fixed monotonous lag behind in Windows
	"system.localtime" (MVekslers)
..F....... [ZBX-15377] fixed error messages for arrays in GET parameters (Sasha)
A......... [ZBX-15369] fixed "Undefined index: label" in map.update()
	method (Sasha)
..F....... [ZBX-15376] fixed "Undefined index: refresh" on several pages
	with disabled guest user (Sasha)
..F....... [ZBX-15375] fixed web scenario step name can consist only of
	whitespaces (agriscenko)
..F....... [ZBX-15375] fixed undefined index on Web scenario configuration
	page (Sasha)
..F....... [ZBX-15372] fixed SQL and PHP errors on "Slide shows" page when
	enter slides.php witout GET parameters (Sasha)
A......... [ZBX-15359] fixed undefined index in maintenance.create and
	maintenance.update API calls (Sasha)
A......... [ZBX-15358] fixed undefined index in configuration.import API
	call without one or several rules (Sasha)
A......... [ZBX-15355] fixed undefined index in configuration.import API
	call (Sasha)
A......... [ZBX-14926] fixed empty "inventory" property being returned by
	API if inventory mode is disabled (agriscenko)
A......... [ZBX-15354] fixed undefined index in API calls without "auth"
	parameter (Sasha)
...G...PS. [ZBX-15399] fixed IPv4 connections not being accepted when
	IPv6 mask is used (akozlovs)
A......... [ZBX-14331] fixed error allowing users to change type of a
	host interface that already has items attached (gcalenko)
..F....... [ZBX-15254] fixed incorrect matching string highlight in
	multiselect autocomplete box (ashubin, vasilijs)
..F....... [ZBX-15136] fixed displaying 'Plain text' on the dashboard
	as html (vasilijs)
........S. [ZBX-15313] fixed unit suffix support in calculated item
	expressions (kalimulin)
.......PS. [ZBX-15224] fixed failed query errors when receiving non
	UTF-8 history values (vso)
A.F....... [ZBX-14592] fixed calculation of SLA and availability report
	when problem has negative duration (miks)
..F....... [ZBX-13804] fixed generic popup form submission (miks)
A......... [ZBX-15156] fixed undefined offset error in host screen with
	web item (talbergs)
A......... [ZBX-14980] fixed problem with filter by itemids and hostids
	in history.get (vasilijs, vmurzins)
...G...... [ZBX-14624] fixed agent collector not releasing connection
	to missing/removed disk devices (Andris, yurii)
........S. [ZBX-15279] fixed handling of LLD processing errors that should
	have resulted in not supported LLD rule state (wiper)
........S. [ZBX-15241] fixed escaping regexp symbols in preprocessing
	output parameter when creating item by LLD (asitals)
..F....... [ZBX-14604] fixed displaying of the graph name on screens (miks)
..F....... [ZBXNEXT-4588] renamed 'display options' tab to 'displaying
	options'; fixed multiple layout issues, footnote in hint-box, field
	value handling, calculation of mouse position, multiple issues
	related with Y axis and problem styling (miks)
..F....... [ZBX-15159] fixed existing context menu closing when new one is
	opened (miks)
..F....... [ZBX-15233] renamed fuzzytime() function description in
	dropdown list (Ivo)
...G...... [ZBX-12801] excluded zabbix_sender.dll from MS Windows builds
	with TLS (viktors)
..F....... [ZBXNEXT-4883] fixed when trigger in problem state hides all
	dependent triggers in history view (vasilijs)
...G...... [ZBX-15260] improved misleading warning message when agent fails
	to find log file during processing logrt[] item (asitals)
.........T [ZBX-15258] fixed update interval of "Zabbix queue" item in
	server's template to be consistent with proxy template, added
	missing units in proxy template (asitals)
...G...... [ZBX-15225] improved handling of timeouts in "vfs.dir.size"
	and "vfs.dir.count" items on Windows agent (asitals)
2019-02-07 12:36:25 +00:00
he
08d18f4d05 Updating to zabbix version 4.0.3.
OK'ed by wiz@

Upstream changes:

Changes for 4.0.3

4.0.3rc3 was released as 4.0.3 without any changes

--------------------------------------------------------------------------
Changes for 4.0.3rc3

New features:
..F....... [ZBXNEXT-4792] added column "Latest values" in
	Monitoring->Problems and Dashboard (ashubin, gcalenko, vasilijs)

--------------------------------------------------------------------------
Changes for 4.0.3rc2

Bug fixes:
..F....... [ZBX-15333] fixed zoomout on doubleclick in graph widget (vmurzins)

--------------------------------------------------------------------------
Changes for 4.0.3rc1

New features:
..F....... [ZBX-15202] implemented widget pausing methods in dashboard;
	made graph widget paused when using selection box or opening a
	tooltip (miks)

Bug fixes:
..F....... [ZBX-15236] fixed display parent host groups without hosts
	in multiselect (talbergs)
.......PS. [ZBX-15206] fixed deprecated net-snmp attribute (MVekslers)
.......PS. [ZBX-15067] fixed configuration sync of interfaces without
	hosts (kalimulin)
.......PS. [ZBX-15238] fixed updating nextcheck time in discovery rules
	to avoid overlaps between discovery executions (asitals)
..F....... [ZBX-13673] fixed regexp validation when pattern contain slash
	character (gcalenko)
..F....... [ZBX-14528] fixed incorrect keycode handling in multiselect
	input fields (miks)
A.F....... [ZBX-15124] fixed trigger overview behavior when show "any"
	(vasilijs)
A......... [ZBX-14648] fixed performance with deletion of item in
	template linked to many hosts (Sasha)
.......PS. [ZBX-9011] added new LLD macros for vmware HV low-level
	discovery (MVekslers)
..F....... [ZBX-15105] fixed colorpicker tooltip update (talbergs)
A.F....... [ZBX-14928] fixed "check now" being executed for active items
	and templates (talbergs)
..F....... [ZBX-15153] fixed custom interval validation; fixed parsing of
	custom intervals when user macros context contains forward slash
	(Ivo, miks)
..F....... [ZBX-15069] fixed community default value in edit scenario
	(talbergs)
.......PS. [ZBX-9038] fixed memory of performance counters consumed
	during vmware update (MVekslers)
....I....T [ZBX-8383] updated Tomcat template for compatibility with
	recent Tomcat versions (kalimulin)
A......... [ZBX-15078] fixed API authentication for ldap users having
	gui access disabled (gcalenko)
A.F....... [ZBX-14880] fixed misleading ldap authentication error
	messages (gcalenko)
..F....... [ZBX-14877] fixed style of disabled action on high contrast
	theme (Andzs, ashubin)
..F....... [ZBX-14606] removed strict-transport-security header from
	frontend (miks)
..F....... [ZBX-15020] fixed negative time selector offset when selecting
	time range in graph (miks)
A......... [ZBX-14977] fixed creation of unneeded database record if host
	prototype inventory mode is disabled; fixed validation for host
	and host prototype inventory mode (miks)
A......... [ZBX-15146] fixed SQL error occurred when too long IP address
	is attempted to be written in database (miks)
..F....... [ZBX-15148] fixed web scenario item selection in SVG graph
	widget (miks)
...G...... [ZBX-15107] fixed error handling in logrt[] items if regular
	expression for file name is not valid (Andris)
..F....... [ZBX-14800] fixed resolving of functional macros in graph
	widget name (Ivo)
.......PS. [ZBX-15200] fixed host, trigger and item count calculation;
	fixed required performance calculation (vso)
....I....T [ZBX-15158] fixed graph name for cache usage in proxy and
	server templates (kalimulin)
...G....S. [ZBX-15178] fixed wrong behaviour when referencing unexisting
	capture groups in item regexp preprocessing, general pcre code
	improvements (Andris, kalimulin)

--------------------------------------------------------------------------
Changes for 4.0.2

4.0.2rc1 was released as 4.0.2 without any changes

--------------------------------------------------------------------------
Changes for 4.0.2rc1

New features:
........S. [ZBXNEXT-3848] added validation of update interval,
	custom interval, history storage period and trend storage period
	in low-level discovery (vso)
....I..... [ZBXNEXT-4841] removed hardcoded locations for iconv.h and
	pthread.h; thanks to Helmut Grohne for the patch (kalimulin)
...G...... [ZBXNEXT-3047] fixed compilation errors on Windows platform
	with static OpenSSL libraries (Andris, viktors)
...G...PS. [ZBXNEXT-4836] added license information and OpenSSL linking
	exception to README file, show crypto library version when started
	with '-V' (Andris)

Bug fixes:
.......PS. [ZBX-15171] fixed crash in ODBC when creating JSON from null db
	values, fixed memory leak (kalimulin)
..F....... [ZBX-15045] fixed a case where a disable multiselect looks like
	a similar to enabled text field (vasilijs)
..F....... [ZBX-14927] fixed filter by host group without real hosts in
	triggers top 100, dashboard widgets, screens (talbergs)
....I..... [ZBX-13662] fixed duplication of file system type in global
	regular expression for file systems discovery (MVekslers)
....I....T [ZBX-15036] added system.cpu.util[,guest],
	system.cpu.util[,guest_nice] to OS Linux template (kalimulin)
...G...PS. [ZBX-15106] improved error messages for item preprocessing,
	general pcre code improvements (Andris, kalimulin, wiper)
........S. [ZBX-15095] fixed curl error handling for elasticsearch
	history backend (MVekslers)
....I..... [ZBX-15129] added optional upgrade patches to rename
	TRIGGER.NAME macros to EVENT.NAME in action operation messages
	and custom scripts (wiper)
.......PS. [ZBX-14858] fixed processing of unlimited vmware maxQueryMetrics
	value (MVekslers)
.......PS. [ZBX-14635] fixed rare LLD failures when moving host
	between groups (kalimulin)
..F....... [ZBX-13719] fixed loss of calc_fnc index in graph edit form
	(vasilijs)
........S. [ZBX-14964] improved escalator performance during maintenance
	by checking paused escalations less frequently (vso)
..F....... [ZBX-13793] fixed focus styles on read-only textarea fields (Andzs)
..F....... [ZBX-13009] fixed percentage calculation on availability
	reports list page (gcalenko)
...G...PS. [ZBX-15138] fixed error message when receiving compressed
	data over maximum size (kalimulin)
..F....... [ZBX-15154] fixed time period parameters in data overview
	context menu links (miks)
..F....... [ZBX-15044] fixed javascript error when zooming classic graph
	in edit mode (talbergs)
..F....... [ZBX-15044] fixed dashboard initialization in edit mode (talbergs)
..F....... [ZBX-15053] fixed timetamp position in map (talbergs)
..F....... [ZBX-15033] fixed zoom-out and select box for graphs in
	kiosk mode (miks)
..F....... [ZBX-8396] improved source code comments (miks)
..F....... [ZBX-14970] fixed wrong media type status upon creation,
	if chosen status disabled (talbergs)
...G...... [ZBX-14899] fixed wrong net.tcp.listen values on obsolete
	Linux systems (kalimulin)
....I..... [ZBX-14941] fixed issue with autoreconf/automake for
	source tarball (MVekslers)
.......PS. [ZBX-15142] fixed time format for vmware performance
	counters query (MVekslers)
...G...... [ZBX-15010] fixed regexp compilation error for patterns
	with referenced subpatterns (vjaceslavs)
..F....... [ZBX-14724] fixed breadcrumb jumping in IE browser (ashubin)
A......... [ZBX-15083] fixed API so that macros {TRIGGER.ID} works in
	map element URLs (vasilijs)
.......PS. [ZBX-15127] fixed possible crash when communication problem
	occurred in the middle of vmware update (MVekslers)
A......... [ZBX-14396] fixed excessive memory usage during template
	full clone (gcalenko, Sasha)
.D.G...PS. [ZBX-14848] clarified process type names for log level
	increase/decrease in help messages and man pages (kalimulin)
A......... [ZBX-14833] fixed selectHosts option in dservice.get API
	method to return the list of hosts by IP and proxy (Ivo, Sasha)
.......PS. [ZBX-15062] fixed binary heap trying to reallocate slots
	on every insert (wiper)
..F....... [ZBX-14805] fixed unauthorized request error when resetting
	filter after enabling/disabling elements (agriscenko)
..F....... [ZBX-14789] fixed translations from en_US to en_GB (Ivo)
..F....... [ZBX-14758] fixed encoding for cookie names and values
	(Ivo, vmurzins)
.......PS. [ZBX-15122] fixed possible crash in web monitoring due to
	posts not being reset between steps (vso)
..F....... [ZBX-14691] fixed faulty behaviour of mandatory fields in
	Trigger expression form (vasilijs)
A......PS. [ZBX-13695] added support of host macros to trapper,
	HTTP agent item allowed hosts field (Ivo, wiper)
........S. [ZBX-15022] fixed shared memory leak during configuration
	cache synchronization (wiper)
........S. [ZBX-15025] fixed email alerts being sent twice to one
	recipient (vso)
..F....... [ZBX-15006] fixed possibility to link map widget to itself
	as filter widget (miks)
..F....... [ZBX-14886] fixed undefined offset error in Problems by
	severity widget (vasilijs)
........S. [ZBX-15090] fixed memory leak when validating regular
	expression preprocessing step parameters during LLD (wiper)
..F....... [ZBX-14625] changed SNMP OID default value to be displayed
	as placeholder instead of text (talbergs)
.......PS. [ZBX-14505] fixed compiler warning about incompatible
	pointer type on 32-bit platform (MVekslers)
..F....... [ZBX-1667] fixed error suppression during php ldap module
	initialization (gcalenko, Ivo)
..F....... [ZBX-13505] fixed link coloring in map when related trigger
	is not monitored (miks)
..F....... [ZBX-15032] fixed sBox position in screen's graph item when
	dynamic item is enabled (miks)
.......PS. [ZBX-14953] fixed not closed connection with vmware at the
	end of update session via a call to Logout() (MVekslers)
..F....... [ZBX-15007] fixed current map refresh in map widget right
	after update widget configuration (miks)
..F....... [ZBX-14990] added missing http agent statistic row in
	queue screen (miks)
..F....... [ZBX-14984] fixed missing focus from problem name when
	opening description editing popup in monitoring problems section (miks)
..F....... [ZBX-14947] fixed configuration update in administration
	authentication section (miks)
.......PS. [ZBX-14974] fixed memory leak in case duplication name of
	the vmware performance counters (MVekslers)
..F....... [ZBX-14934] made widget specific javascript files to be
	loaded with jsLoader (miks)
.......PS. [ZBX-15094] fixed the potential crash during vmware update
	(MVekslers)
....I..... [ZBX-14966] removed the notes about sqlite from
	zabbix_server.conf (MVekslers)
........S. [ZBX-14875] fixed discovery and auto registration escalations
	being kept for one hour instead of deleted immediately (vso)
A.F....... [ZBX-14422] fixed SQL queries being logged when accessing API,
	even if debug mode is disabled (agriscenko)
..F....... [ZBX-14905] fixed error reporting for XML import of hosts
	and templates (gcalenko)
..F....... [ZBX-14945] fixed action popup being unclosable after widget
	refresh, fixed debug element being hidden on widget refresh (gcalenko)
..F....... [ZBX-14806] changed focus style for radio buttons (Andzs)
...G...PS. [ZBX-15027] fixed startup failures due to orphaned or zombie
	processes remaining when zabbix daemon is terminated during startup
	(vso)
2018-12-26 23:38:48 +00:00
jperkin
e6dc16df34 zabbix: Ensure zlib can be found correctly. 2018-12-18 13:27:54 +00:00
adam
5b12b7b592 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
he
f1fdd24f50 Updating to zabbix version 4.0.1.
Pkgsrc changes:
 * Adjust a few Makefile.in patches.

Upstream changes:

Changes for 4.0.1

4.0.1rc2 was released as 4.0.1 without any changes

--------------------------------------------------------------------------------
Changes for 4.0.1rc2

Bug fixes:
..F....... [ZBX-14904] fixed possible PHP errors in "Problem hosts"
	 widget (Sasha)
.......PS. [ZBX-15057] fixed possible crash when syncing host groups (wiper)

--------------------------------------------------------------------------------
Changes for 4.0.1rc1

New features:
..F....... [ZBXNEXT-4725] added filter fields to select templates and
	hosts by directly linked templates; made proxy filter field visible
	in configuration hosts field (miks)
..F....... [ZBXNEXT-4796] added 'fullscreen' and 'kiosk' URL arguments to
	allow to set layout mode via link (ashubin, gcalenko)
.......PS. [ZBXNEXT-4782] improve out of memory error message by adding
	statistics and backtrace; improve something impossible has just
	happened error message by adding backtrace (vso)
........S. [ZBXNEXT-4271] improved escalator performance by using nextcheck
	index instead of reading whole table (vso)

Bug fixes:
..F....... [ZBX-14807] fixed selection box for graphs on monitoring
	screens (gcalenko)
...G...... [ZBX-14779] extended support of system.stat[ent],
	system.stat[cpu,pc], system.stat[cpu,ec] on IBM AIX to LPAR
	type 'dedicated' (Andris)
........S. [ZBX-14851] fixed the host visible name in the event
	details/messages from server when using long utf8 text (MVekslers)
.......P.. [ZBX-14887] fixed max count of records in the single json that
	proxy can send to the server (MVekslers)
.......PS. [ZBX-14972] fixed the case where data from non-monitored VMware
	services are not removed from vmware cache (MVekslers)
...G...PS. [ZBX-14856] added support for OpenSSL 1.1.1 (Andris)
.D.G...PS. [ZBX-14971] added note on runtime control with PID numbers
	larger than 65535 to server, proxy and agentd help messages and
	man pages (Andris)
A......... [ZBX-14734] fixed the verification of the assignment of two
	web checks with the same name from different templates to one
	host (vasilijs)
..F....... [ZBX-14749] fixed cloning inherited host prototype on host (vasilijs)
..F....... [ZBX-14663] fixed calculation of Y zero position in graph (miks)
A......... [ZBX-14865] fixed "Field "parent_itemid" cannot be set to NULL"
	error message while importing multiple templates (Sasha)
..F....... [ZBX-14925] added support of user language specific url link in
	support icon, supported languages: english as default, japanese,
	russian (gcalenko)
........S. [ZBX-14854] improved preprocessor worker performance (MVekslers)
..F....... [ZBX-14798] fixed incorrect zero rounding in date and time
	fields (gcalenko, Ivo)
........S. [ZBX-14954] fixed sql error in escalator when working with
	Oracle, PostgreSQL (less than v9.4) databases (wiper)
..F....... [ZBX-14757] fixed incorrect translation string in en_US
	locale (zalex_ua)
..F....... [ZBX-14757] fixed fields becoming writable upon form refresh
	in host prototype form (vmurzins)
..F....... [ZBX-14915] fixed 'follow redirects' checkbox in web scenario
	step's dialog (miks)
..F....... [ZBX-14811] fixed color of the host name in the title of the
	Screens (vasilijs)
..F....... [ZBX-14776] fixed sorting when changing status of media type
	(vasilijs)
..F....... [ZBX-14711] fixed triggers in trigger overview being filtered
	by trigger severity and trigger status change time instead of
	problem severity and problem creation time (agriscenko)
..F....... [ZBX-14689] fixed updating of the Graph list of host when
	selecting a group of hosts (vasilijs)
..F....... [ZBX-12217] removed links to templates with no permissions for
	templated triggers, trigger prototypes, graphs, graph prototypes,
	host prototypes and web scenarios (agriscenko)
..F....... [ZBX-14861] fixed trigger evaluation result not visible in test
	dialogue when expression is too long (agriscenko)
..F....... [ZBX-14723] fixed zoom button for time selector in IE browser
	(ashubin)
..F....... [ZBX-14888] fixed table markup on overview and system info
	pages (agriscenko)
..F....... [ZBX-14652] fixed plain text Latest data when selecting more
	than 1 item (vasilijs)
..F....... [ZBX-14618] fixed host prototype status checkbox resets after
	adding template (vasilijs)
..F....... [ZBX-14632] fixed minor typos in comments and tests (vasilijs)
..F....... [ZBX-14834] fixed icon misplacement in problem view (Ivo)
..F....... [ZBX-14803] fixed incorrect profile update causing page filter
	to sometimes show duplicate values (Ivo)
........S. [ZBX-10784] fixed validation of double/Numeric(float)
	values (MVekslers)
..F....... [ZBX-14727] fixed selection of data for trigger overview and
	graphs if first drop down entry is "none" (Ivo)
.....J.... [ZBX-14615] fixed Java gateway not to mark host unreachable
	in case of invalid username and password (vso)
.....J.... [ZBX-14585] fixed JMX endpoint not being included in error
	message in case of connection errors (vso)
..F....... [ZBX-14650] fixed web.page.regexp item parameters description
	(gcalenko)
.......PS. [ZBX-14764] fixed crash that could occur when OpenIPMI pollers
	are configured (vso)
.......PS. [ZBX-14882] fixed crash in vmware collector when receiving
	invalid xml (vso)
........S. [ZBX-14908] fixed crash when processing internal trigger events
	and deleting triggers at the same time (vso)

--------------------------------------------------------------------------------
Changes for 4.0.0

4.0.0rc3 was released as 4.0.0 without any changes

--------------------------------------------------------------------------------
Changes for 4.0.0rc3

New features:
....I..... [ZBXNEXT-4757] added new dashboard to "Zabbix server health"
	(Alexei, Sasha, vmurzins)
....I..... [ZBXNEXT-4757] renamed default dashboard to "Global view" and
	improved widget layout (Alexei, Sasha, vmurzins)
.......PS. [ZBXNEXT-4757] added support of "pused" mode for cache-related
	internal items (Sasha)
....I..... [ZBXNEXT-4757] added new and renamed existing items in
	"Template App Zabbix Server" and "Template App Zabbix Proxy"
	templates (Sasha)

Bug fixes:
.......PS. [ZBX-14853] fixed error of vmware items caused by misconfigured
	vmware maxQueryMetrics parameter (MVekslers)

--------------------------------------------------------------------------------
Changes for 4.0.0rc2

Bug fixes:
..F....... [ZBXNEXT-4588] fixed multiple minor issues in SVG graph widget;
	fixed dashboard widget height calculation (miks)
..F....... [ZBX-14891] fixed undefined index "show_timeline" in screens
	(agriscenko)
..F....... [ZBX-14874] fixed SQL errors being generated in database
	log files (Ivo)

--------------------------------------------------------------------------------
Changes for 4.0.0rc1

New features:
..F....... [ZBXNEXT-4721] removed footer from dashboard widgets (vasilijs)
A.F....... [ZBXNEXT-4588] improved performance of problems selection in
	graph widget; renamed 'Classic graph' to 'Graph (classic)';
	fixed several bugs in graph widget (miks, Sasha)
..F....... [ZBXNEXT-4722] made operator names consistent in all interface (Ivo)
.........T [ZBXNEXT-4739] removed deprecated macros $1-$9 from item names
	in templates (vso)
....I..... [ZBXNEXT-4736] added index by nextcheck to escalations table (wiper)

Bug fixes:
..F....... [ZBX-14783] fixed align of the left column in several widgets
	and reports (Ivo)
.........T [ZBX-13377] fixed naming of groups and applications (vitaly)
....I..... [ZBX-14335] fixed bug in proxy makefile (Andris)
.......PS. [ZBX-14850] reverted ZBXNEXT-3848 fix because of broken update
	interval validation during low-level discovery (vso)
........S. [ZBX-14830] fixed possible deadlock when history syncer was
	trying to update escalations with recovery event id (wiper)
.........T [ZBX-13377] fixed naming issue for "Server Hardware" host
	group (vitaly)
A.F....... [ZBXNEXT-4573] fixed HTTP authentication page issues, HTTP
	case sensitive option and moved HTTP authentication from API to
	HTTP form page (gcalenko)
........S. [ZBX-14721] improved escalator performance by replacing
	previously unused index (vso)
........S. [ZBX-14720] improved history syncer performance during problem
	recovery by adding index on escalations table and avoiding full
	table scan (vso)
.......PS. [ZBX-14821] fixed full sync when only timer triggers are being
	processed, added trigger statistics to history syncer title (wiper)

--------------------------------------------------------------------------------
Changes for 4.0.0beta2

New features:
..F....... [ZBXNEXT-4672] added option to show suppressed problems for data
	overview page and widget (agriscenko)
A.F....... [ZBXNEXT-3860] added ability to filter triggers by tags (agriscenko)
..F....... [ZBXNEXT-4606] implemented kiosk mode for all pages (vasilijs)
........S. [ZBXNEXT-4696] improved history syncer performance by moving
	trigger locking outside history cache lock (wiper)
.......PS. [ZBXNEXT-3848] added validation of update interval, custom
	interval, history storage period and trend storage period in
	low-level discovery (vso)
.........T [ZBXNEXT-4224] implemented templates for server hardware:
	IBM,HP,Dell,Supermicro (vitaly)

Bug fixes:
..F....... [ZBXNEXT-4588] Fixed changelog adding more detailed description
	of features added in 4.0.0beta1; Fixed Data set widget field to be
	compatible with PHP versions affecting PHP bug #42355 (miks)
..F....... [ZBX-14797] fixed calendar initialization in graph configuration
	form (gcalenko, vmurzins)
........S. [ZBX-14812] fixed hexadecimal to decimal preprocessing step to
	allow pairs of hexadecimal digits separated by space or new line (vso)
..F....... [ZBX-14496] fixed unauthorized request error when sorting list
	after enabling/disabling elements (agriscenko)
........S. [ZBX-14808] fixed SQL error in user permission check when
	processing actions for internal item events (wiper)
........S. [ZBX-14614] fixed server template linking with triggers having
	no dependencies (MVekslers)
..F....... [ZBXNEXT-4597] fixed date selection fields in maintenance and
	services: fixed accepted date format, fixed validation and added
	placeholdrs (vmurzins)
...G...... [ZBX-6565,ZBX-13645,ZBX-14559] fixed agent on AIX 6.1 TL0,
	7.1 TL0: system.stat[memory,avm], compilation, crash on
	net.dns[] items (Andris)
..F....... [ZBX-12217] removed links to templates with no permissions for
	templated discovery rules and item prototypes (agriscenko)
..F....... [ZBX-13015] fixed X axis labels with DST transition in the
	displayed period (Sasha)
........S. [ZBX-14777] increased severity of housekeeper logs in the case
	of invalid history/trends intervals (wiper)
........S. [ZBX-14778] fixed housekeeper attempting to remove history of
	discovery rules/prototypes (wiper)
.......PS. [ZBX-14771] fixed memory leak in poller if scheduling interval
	is invalid (vso)
..F....... [ZBX-14462] improved time selection when opening calendar with
	missing time (vmurzins)
.......PS. [ZBX-14775] fixed configuration of the maximum available count
	of aggregated metrics in a single request to vmware vCenter (MVekslers)
..F....... [ZBX-14637] fixed unreadable text on the problems widgets in
	dark theme (ashubin)
..F....... [ZBX-14676] fixed displaying links containing UTF-8 characters (Ivo)

--------------------------------------------------------------------------------
Changes for 4.0.0beta1

New features:
..F....... [ZBXNEXT-4588] Implemented SVG graph generation
	(ashubin, gcalenko, miks, Sasha)
..F....... [ZBXNEXT-4588] Implemented SVG graph widget with multiple new
	widget fields; Renamed existing graph widget to 'Classic graph';
	Implemented vertical accordion; Added new UI controls for range
	control and overrides selection (miks, Sasha)
A.F....... [ZBXNEXT-4588] Added option to store long widget field strings
	as array of short strings; Created class to resize the height of
	textarea field automatically (miks)
A.F....... [ZBXNEXT-4588] Improved API validation; Extended time units
	functionality to allow negative values (miks, Sasha)
A.F.I..... [ZBXNEXT-4573] added support of HTTP authentication as optional
	authentication mechanism (gcalenko, Ivo, vmurzins)
A.F.I..PS. [ZBXNEXT-413] added maintenance tag filters to support suppression
	of individual problems based on their tags (agriscenko, wiper)
..F....... [ZBXNEXT-4609] added options Tag display priority and Tag
	display names in Problems (vasilijs)
A......... [ZBXNEXT-4656] added strict validation of hostprototype.create()
	and hostprototype.update() methods; added audit logging for these
	methods (Ivo, Sasha)
..F....... [ZBXNEXT-4455] added screen reader to the dashboard and widgets
	(ashubin)
A.F.....S. [ZBXNEXT-4627,ZBXNEXT-4656] added support of macro functions to
	LLD macros (Ivo, Sasha, viktors, vso)
..F....... [ZBXNEXT-4049] added option to hide timeline in Problems widget
	(vasilijs)
..F....... [ZBXNEXT-4611] changed default method for http agent items from
	"post" to "get" (gcalenko)
..F....... [ZBXNEXT-4587] added new column 'Value' and filter in Triggers
	list (Ivo, vasilijs)
..F....... [ZBXNEXT-4626] improved widget configuration constructor to
	create custom view for each widget (ashubin)
..F.I..... [ZBXNEXT-4597] implemented single textbox date fields in
	maintenances, services, top 100 triggers and availability reports
	pages (Ivo)

Bug fixes:
....I..... [ZBX-14751] fixed "cannot run test program while cross compiling"
	and "cannot check for file existence when cross compiling" errors
	during cross-compilation (vso)
.......PS. [ZBX-14677] fixed vmware performance counter retrieval on
	installations with large number of datastores (wiper)
..F....... [ZBXNEXT-4500] fixed item prototype master item links leading
	to error when master item is a web item (Ivo)
........S. [ZBX-14697] fixed memory leak in alert manager when connection
	to database was lost (vso)
..F....... [ZBX-14629] fixed breadcrumb labels clipping (ashubin)
........S. [ZBX-14628] fixed empty MAIL FROM in email alerts (mindbound)
....I..... [ZBX-14696] changed problem_tag index to optimize database
	queries (wiper)
..F....... [ZBX-12293] renamed trigger functions by adding function name
	at the beginning and removing the operator and "N" and placing
	operator in a separate field allowing two new operators "<=" and
	">=" for selection (Ivo)
........S. [ZBX-9731] changed value cache to drop unused items from cache
	when new values are added instead performing this cleanup only when
	cache runs out of free space (wiper)
.......PS. [ZBX-14593] fixed error message for invalid vmware endpoint
	(MVekslers)
........S. [ZBX-14614] fixed trigger dependency link to the template instead
	of the host during the discovery action (MVekslers)
...G...... [ZBX-372] added "zone" parameter to proc.num[] item for Solaris
	(viktors)
..F....... [ZBX-14631] fixed typo in string: ouf, not out (vasilijs)
........S. [ZBX-14410] fixed output of information about the error for
	expressions with functions of triggers or calculated items (MVekslers)
...G...PS. [ZBX-14341] fixed duplicate value generation in environments
	with poor connectivity (wiper)
........S. [ZBX-9913] fixed inconsistencies in behaviour and error messaging
	of trigger functions (mindbound)
..F....... [ZBX-14448] fixed undefined index when updating item and
	switching type to dependent (Ivo)
........S. [ZBX-14670] fixed failed query error in LLD when updating
	function name in trigger prototype expression (vso)
..F....... [ZBX-14433] fixed several problems in displaying of X axis on
	the graphs (Sasha)
........S. [ZBX-14579] improved several functions to distinguish between
	'failed to compile' and 'not matched' states in regexp processing
	(mindbound)
..F....... [ZBX-14584] fixed mass update some options for items (vasilijs)
..F....... [ZBX-12217] removed links to templates with no permissions for
	templated applications and items (agriscenko, Sasha)
..F....... [ZBXNEXT-4607] removed column Recovery time in Problems mode
	(vasilijs)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha9

New features:
.....J.... [ZBXNEXT-4558] added support for monitoring the string values
	of custom JMX MBeans (mindbound)
.....J.... [ZBX-14586] added more informative error message for
	InstanceNotFoundException error (mindbound)
..F....... [ZBXNEXT-4454] added screen reader attributes for common
	elements (ashubin)
A.F.....S. [ZBXNEXT-4200] added ability to create LLD item prototype
	of type "dependent" with a master item not only item prototype
	(Ivo, Sergejs)
........S. [ZBXNEXT-1701] added support of regular expressions and global
	regular expressions to "logsource()" trigger function (viktors)
........S. [ZBXNEXT-4586] added support of macros {ITEM.VALUE} and
	{ITEM.LASTVALUE} to trigger URL (vasilijs, viktors)
..F....... [ZBXNEXT-4049] added checkbox to hide timeline when problems
	sort by time (vasilijs)
A.F....... [ZBX-1357] added and enabled Norwegian translation to be
	displayed by default (zalex_ua)
..F....... [ZBXNEXT-4367] added screen reader features for multiselect (ashubin)
..F....... [ZBXNEXT-4530] implemented changeable session cookie name (miks)

Bug fixes:
........S. [ZBX-14548] fixed the disk usage counters reading for ESX/ESXi
	hosts (MVekslers)
..F....... [ZBXNEXT-4049] fixed option to hide timeline in Problems widget
	popup (vasilijs)
...G...... [ZBX-13393] fixed agent compilation error on AlphaServer
	Tru64 5.1B (Andris)
..F....... [ZBX-14491] fixed link "show value mappings", which leads to no
	permission page (vasilijs)
..F....... [ZBX-13165] fixed Y-axis small value gradation issue in graphs (Ivo)
..F....... [ZBX-14575] fixed Norwegian locale key for windows (vmurzins)
.......PS. [ZBX-14566] fixed possible data loss due to MariaDB server
	restart (vso)
.......PS. [ZBX-13010] fixed crash of poller processes in ODBC checks,
	simplified code (Andris, wiper)
....I..... [ZBX-14370] fixed deleting of files after compiling a program
	(make clean) for Solaris (MVekslers)
..F....... [ZBX-14519] fixed displaying timeline points of days in Problems
	widget (vasilijs)
........S. [ZBX-12380] improved function parameter parsing for trigger
	functions (MVekslers)
..F....... [ZBX-12994] improved maintenance period translation strings
	in maintenance form (gcalenko)
..F....... [ZBXNEXT-4622] updated change severity action icons in sprite
	files (Andzs)
..F....... [ZBX-14426] fixed trigger color in host issues screen and host
	group issues screen, color of problem with highest severity
	generated by trigger is used instead of trigger color
	(ashubin, gcalenko)
.......PS. [ZBX-13396] moved time function based trigger processing to
	history syncer, reducing trigger locking issues caused by peak
	timer processing loads (wiper)
..F....... [ZBX-13651] fixed cloning a template using the "Full Clone",
	which does not hide the upper level navigation bar (vasilijs)
..F....... [ZBX-14425] color of problem with highest severity generated
	by trigger is used as trigger status color on data overview page
	(gcalenko)
A.F....... [ZBX-8051] fixed auto-logout problem caused by async calls to
	jsrpc (vjaceslavs)
..F....... [ZBX-13641] disabled preprocessing update for discovered items
	(vasilijs)
..F....... [ZBX-13381] fixed invisible color picker selector, fixed wrong
	color preview, extended color pallette (Andzs, ashubin)
........S. [ZBX-14410] improved error message handling in zbx_function_find()
	(MVekslers)
........S. [ZBX-14500] fixed crash when reporting unknown triggers and
	using $1-$9 macros at the same time (vso)
..F.I..... [ZBX-14525] fixed sorting by severity in Monitoring->Problems
	and Problems widget (Sasha)
..F....... [ZBX-12580] reworked problem hosts widget to source data from
	problems and take changed severity into account (miks)
.......PS. [ZBX-14537] fixed HTTP agent application/json Content-Type not
	being set by default when using custom headers (vso)
..F....... [ZBX-12104] added limit ZBX_HISTORY_PERIOD for {ITEM.VALUE} macro
	resolving in trigger name (gcalenko)
..F.I..... [ZBX-14359] changed problem name macro in default action subject
	and message from TRIGGER.NAME to EVENT.NAME (agriscenko)
..F....... [ZBX-13718] fixed selection of cached checkboxes in checkbox
	range library (miks)
..F....... [ZBX-13647] fixed defined default discovery action message (vasilijs)
A......... [ZBX-12115] changed API returned lastvalue and prevvalue for
	text based items with no values (miks)
A......... [ZBX-14409] fixed icon mapping expression validation (miks)
..F....... [ZBX-14402] fixed internal item parameter that does not match
	documentation (vasilijs)
..F....... [ZBX-11989] fixed condition operators for event correlation
	rules (vasilijs)
..F....... [ZBX-13779] fixed redirect button link in multiple places (miks)
..F....... [ZBXNEXT-4361] fixed selected breadcrumbs item style; fixed
	active time range tabs hover cursor style (Andzs, ashubin)
..F....... [ZBX-14420] fixed link to Problems screen in map element's
	context menu (miks)
.......PS. [ZBX-12957] removed time adjustment of received packets for
	server and proxy (MVekslers)
.........T [ZBX-12171] added missing items zabbix[process,vmware
	collector,avg,busy] and zabbix[vmware,buffer,pfree] to
	Template App Zabbix Proxy (yurii)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha8

New features:
A.F.I..PS. [ZBXNEXT-4446] added ability to change severity of previously
	generated problems (vmurzins, wiper)
..F.I..... [ZBXNEXT-4044] changed default values of 'Display OK triggers
	for' and 'On status change triggers blink for' (viktors)
..F....... [ZBXNEXT-4361] implemented new time range selector for graphs
	(Andzs, ashubin, gcalenko, Sasha)
...GI..PS. [ZBXNEXT-4577] improved performance of Zabbix server by replacing
	semaphores to pthread mutexes and read-write locks (vso, wiper)
..F....... [ZBXNEXT-4312] reworked date picker; implemented keyboard
	interaction (miks)
..F....PS. [ZBXNEXT-2365] added additional auto-registration operations
	and re-running of auto-registration actions if host metadata is
	modified (ashubin, vso)

Bug fixes:
.......PS. [ZBX-14388] fixed log message about full history cache (Sergejs)
..F....... [ZBX-13283] removed info label in Trigger severities and Users
	administration pages (miks)
...G...... [ZBX-6046] fixed the functions 'net.if.*' for Solaris with empty
	64 bits counters (MVekslers)
A.F....... [ZBX-13355] fixed media type a required password field successfully
	passing validation while being empty and prevented auto-filling
	stored passwords by browser (Ivo)
..F....... [ZBX-13701] fixed hintbox multiplication on page refresh (miks)
.D........ [ZBX-14398] improved "Server" parameter description in Zabbix
	agent configuration file (vso)
..F....... [ZBX-14344] fixed host groups, hosts and applications not being
	taken into account when filtering problems by problem name in
	Monitoring->Problems view (agriscenko)
........S. [ZBX-11434] added error messages when creation of LLD SNMP items
	fails due to SNMP OID field (Sergejs)
...G...... [ZBX-12250] fixed logrt[] item to analyze log file from start
	if no log files match and no log files were seen before (Andris)
.......PS. [ZBX-13765] fixed discovered host status update if it was down
	and a service was discovered on that host (Andris)
...G...... [ZBX-12070] fixed "proc.num" and "proc.mem" items calculation
	of values when zabbix_agentd called in test mode (Sergejs)
........S. [ZBX-14423] fixed use of initialized variable during application
	discovery (vso)
.......PS. [ZBX-12990] improved "vmware.hv.datastore.size" through usage
	the performance counters (MVekslers)
A.F.I..... [ZBXNEXT-4540] fixed problems filter with same tags not being
	joined with OR condition (Ivo, Sasha)
..F....... [ZBXNEXT-4576] unified dashboard widget content margins
	(Andzs, ashubin)
.......PS. [ZBX-12965] - fixed scheduled check calculation during daylight
	saving changes (wiper)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha7

New features:
A.F.I..PS. [ZBXNEXT-4569] added support of MySQL 8.0 (gcalenko, vso)
....I..... [ZBXNEXT-4565] removed old upgrade DB patches (viktors)
..F.....S. [ZBXNEXT-4320] added ability to store history data in date
	based indices of elasticsearch (vjaceslavs)
..F....... [ZBXNEXT-4526] increased tags column size in Compact view
	mode (agriscenko)
..F....... [ZBXNEXT-4528] added link to Zabbix official support page
	(Andzs, ashubin)
........S. [ZBXNEXT-4520] added values to boolean mapping: "ok, master"
	as 1 and "err, slave" as 0 (viktors)
..F....... [ZBXNEXT-4185] added support of multiple items in "Plain text"
	widget (ashubin)
........S. [ZBXNEXT-4163] added support LLD, User macros and User macros
	with context from LLD macro in Items preprocessing (MVekslers)

Bug fixes:
A.F....... [ZBX-13712] fixed "Undefined index: master_itemid" and SQL
	errors in item.update and itemprototype.update methods; fixed
	updating of discovered items (Sasha)
..F....... [ZBX-14329] fixed error opening map's submap (ashubin)
..F....... [ZBX-13549] fixed displaying of not monitored triggers in maps (miks)
..F....... [ZBX-13783] dropped support for Zapcat-style and multi-level
	parameter arrays from item key validation in frontend (agriscenko)
..F....... [ZBX-12359] fixed "Automatic icon selection" checkbox not working
	and displaying two icons at once in map constructor (Ivo)
..F....... [ZBX-12239] fixed global search form allowing to submit empty
	search queries (agriscenko)
..F....... [ZBX-12177] renamed "Icon" to "Map element" in Network map
	properties and constructor (agriscenko)
........S. [ZBX-14333] fixed {ESC.HISTORY} and action log not to display
	colon without target host when executed on Zabbix server (vso)
.......PS. [ZBX-14345] fixed lock wait timeout error handling on MySQL
	to avoid possible data loss (vso)
A.F....... [ZBX-13361] fixed error messages when configuring an existing
	item to have an update interval (miks)
...G...PS. [ZBX-14328] improved logging of command execution failures
	(vjaceslavs)
....I..... [ZBX-13803] fixed "make install" to respect DESTDIR variable,
	this is essential for packaging (dimir)
..F....... [ZBX-12603] fixed tab navigation and keyboard interaction in
	dashboard sharing and properties dialogues; added validation
	inside popups (miks, vmurzins)
........S. [ZBX-13043] removed error message for when user has defined
	media but all of them are disabled (viktors)
........S. [ZBX-14312] fixed possible deadlock in history syncer when
	housekeeper is deleting events (vso)
..F....... [ZBX-13697] fixed session expiration when changing default
	authentication method (miks)
..F....... [ZBX-13768] fixed disabled 'add' button showing in templated
	item preprocesing form (miks)
A.F....... [ZBX-13680] fixed action not being cloned due to existing
	operation id being submitted (agriscenko)
..F....... [ZBX-13775] fixed map tree widget border color (Andzs)
..F....... [ZBX-13780] fixed status color styles (Andzs)
..F....... [ZBX-12350] fixed severity picker styles (Andzs, ashubin)
...G...PS. [ZBX-13782] fixed decoding of Unicode characters in JSON (Andris)
..F....... [ZBX-13767] fixed "undefined index: acknowledges" error on
	problems page (agriscenko)
..F....... [ZBX-12175] fixed subfilter entries with long names going off
	the screen (agriscenko, Andzs)
..F....... [ZBX-12644] fixed filter being partially reset when using
	pagination in availability report page (Ivo)
........S. [ZBX-12390] fixed problem when triggers might not use correct
	value if an item values within one second were received in wrong
	historical order (wiper)
.......PS. [ZBX-13788] fixed host availability stuck in unknown state
	after proxy changes (wiper)
........S. [ZBX-14313] fixed trigger level correlation when multiple tags
	are set (wiper)
........S. [ZBX-12372] fixed duplication of prefix "/" for second parameter
	"path" in items "web.page.*" (MVekslers)
...G...... [ZBX-14315] fixed validation of "max_depth" in "vfs.dir.size"
	for agent (MVekslers)
........S. [ZBX-13778] fixed logically dead code in JSON Path parser (MVekslers)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha6

New features:
..F....... [ZBXNEXT-4415] added new mode "Compact view" to the Problems
	page with ability to toggle highlighting whole row; added option
	o toggle timeline (agriscenko, Andzs)
A.F.....S. [ZBXNEXT-2788] added support for "NOT" keyword in custom
	expression fields (Ivo, Sergejs)
..F....... [ZBXNEXT-4516] renamed dashboard widget and screen element
	"System status" to "Problems by severity" (Sasha)
..F....... [ZBXNEXT-4516] renamed dashboard widget and screen element
	"Host status" to "Problem hosts" (Sasha)
..F....... [ZBXNEXT-4516] renamed dashboard widget, screen element and
	report "Status of Zabbix" to "System information" (Sasha)
....IJ.... [ZBX-13376] moved functionality to enable JMX interface in Java
	gateway to settings.sh and ensured setting TCP timeout (dimir)
A....J.... [ZBXNEXT-4458] improved logging of Java gateway, added
	username/password validation for JMX items (vjaceslavs)
A.F.I..PS. [ZBXNEXT-4411] added compression of server-proxy data exchange
	(miks, wiper)
A.F.I..PS. [ZBXNEXT-4488] added ability to push data via trapper to HTTP
	agent item type (gcalenko, Ivo, vmurzins, wiper)
A.FGI..PS. [ZBXNEXT-4358] added HTTP agent item type for data gathering
	via HTTP (gcalenko, Ivo, vso)
..F....... [ZBXNEXT-4413] dropped Monitoring->Triggers view (miks, Sasha)
..F....... [ZBXNEXT-4413] added the trigger context menu option to view or
	edit the trigger description (miks, Sasha)
..F....... [ZBXNEXT-4413] added displaying of the trigger dependencies in
	Monitoring->Problems view (miks, Sasha)
..F....... [ZBXNEXT-4151] added aria roles to provide easier access by
	keyboard navigation (ashubin, gcalenko, Ivo)
A......... [ZBX-3783] added strict validation for apiinfo.version(),
	action.delete(), correlation.delete() and drule.delete() methods (Sasha)
A......... [ZBX-3783] prohibited deleting discovery rules which are used
	in actions (Sasha)
A......... [ZBX-3783] added audit for action.delete() and correlation.delete()
	methods (Sasha)
..F....... [ZBXNEXT-4143] implemented submenu autofocus on top-level menu
	click (nikita)
..F....... [ZBXNEXT-4414] added support for configurable number of displayed
	tags (agriscenko)

Bug fixes:
..F....... [ZBX-14337] fixed persistent xss in map navigation tree widget
	(vjaceslavs)
..F....... [ZBX-14336] fixed persistent xss vulnerability in services
	(vjaceslavs)
..F....... [ZBX-13750] fixed hover and focus style for edit dashboard cancel
	button, improved top nav css coding style (Andzs, ashubin)
........S. [ZBX-13694] disable check now for items with scheduler
	configuration errors (wiper)
...G...PS. [ZBX-9882] removed Zapcat-style and multi-level array type support
	in item key parameters (Andris, viktors)
..F....... [ZBX-12821] fixed multiple javascript memory leaks (miks)
........S. [ZBX-13755] fixed proxy lastaccess update on 32-bit Zabbix server
	(vso)
..F....... [ZBX-12425] fixed selection of web items in the "Plain text"
	screen element (Sasha)
...G...... [ZBX-13781] fixed CRLF injection in Zabbix Agentd (MVekslers)
..F....... [ZBX-13737] fixed invalid confirmation message when mass enabling
	and disabling trigger, item and host prototypes (Ivo)
........S. [ZBX-13766] fixed comparison of two large float numbers in
	expressions (Sergejs)
.......PS. [ZBX-13481] fixed incorrect parsing of BITS data type in SNMP
	response (vso)
.......PS. [ZBX-13744] fixed potential shared memory leak when item is
	removed (Sergejs)
A.F....... [ZBX-13742] fixed parsing of the operator "not" in trigger
	expression (Sasha)
.........T [ZBX-13535] fixed trigger recovery expression for 'High error
	rate' trigger (vitaly)
.........T [ZBX-13278] fixed trigger expression for 'Link down' trigger (vitaly)
...G...... [ZBX-12805] increased command line limit for proc.num checks
	on hp-ux systems (Andris, wiper)
..F....... [ZBX-13749] fixed creation of dependent items from item wizard
	(vjaceslavs)
...G...PS. [ZBX-13660] fixed data types passed to is_ushort() for converting
	PID, port and process number (Andris)
..F....... [ZBX-12935,ZBX-13539] fixed displaying of floating point values
	under the "Latest data" page (Sasha)
...G...PS. [ZBX-13579] fixed unnecessary data getting when agent becomes
	available in the non-collection data period (Sergejs)
..F....... [ZBX-13240] removed duplicating HTML IDs from frontend and fixed
	SID validation in trigger wizard (Ivo)
..F....... [ZBX-13685] fixed maintenance entries displayed in list when
	filter is applied (agriscenko)
....I..... [ZBX-12756] improved configure script to check iconv library
	(MVekslers)
........S. [ZBX-13667] added notification in zabbix server log about 'error'
	in elasticsearch json response (MVekslers)
..F....... [ZBX-13683] fixed multiselect items not being sorted by name
	(agriscenko)
........S. [ZBX-13299] fixed autoregistration, discovery and internal
	notifications not being sent due to uninitialized severity (vso)
....I..... [ZBX-13607] changed ping script to return success also for
	timeouts (wiper)
..F....... [ZBX-12967] fixed slide show refresh interval multiplier menu
	not working (agriscenko)
........S. [ZBX-13696] added maximum record limit to old session removal
	in housekeeper (wiper)
..F....... [ZBX-13642] fixed undefined index in user edit form (agriscenko)
..F....... [ZBX-13546] fixed context menu positioning in maps (gcalenko, miks)
..F....... [ZBX-13668] fixed dynamic widget searching for item key in item
	prototypes (agriscenko)
..F....... [ZBX-13500] fixed fractional values in triggers being
	misinterpreted without a leading 0 (agriscenko)
..F....... [ZBX-13561] fixed incorrectly displayed pie graph when first
	item has no data (Ivo)
..F....... [ZBX-13517] fixed undefined index in pie charts (Ivo)
..F....... [ZBX-13499] fixed checkbox selector in problems table (ashubin, miks)
........S. [ZBX-13598] fixed crash when Zabbix process cannot connect to
	preprocessing service (viktors, vso)
..F....... [ZBX-13522] fixed duplicate IDs in trigger expression constructor
	(miks)
..F....... [ZBX-13489] fixed wrong tab iteration inside graph widget (ashubin)
..F....... [ZBX-13625] fixed blinking in the problem widget (agriscenko)
..F....... [ZBX-13560] fixed acknowledge notifications being visible in
	the event popup (agriscenko)
..F....... [ZBX-13298] fixed missing graph after faulty graph edit form
	submission (nikita)
..F....... [ZBX-13487] improved widgets menu icons focus state styles (Andzs)
....I..... [ZBX-13350] added multiple Zabbix element default paths to output
	after running ./configure and --help option (dimir, viktors)
...G...PS. [ZBX-13509] improved compilation support from source for Solaris
	and NetBSD (MVekslers)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha5

New features:
..F....... [ZBXNEXT-4313] implemented keyboard interaction in context menus
	(miks)
A.F.I...S. [ZBXNEXT-4426] added option to execute cached passive checks at
	the current time (Ivo, wiper)
........S. [ZBXNEXT-4417] added real time export of events, history and
	trends in newline delimited JSON format (vso)
..F....... [ZBXNEXT-4374] implemented the widget configuration fields
	clearing when changing the type (ashubin)
A.F.I...S. [ZBXNEXT-4119] implemented tag based permissions
	(miks, Oleg, Sasha, Sergejs)
..F....... [ZBXNEXT-4045] implemented maximum size for graphs in widgets
	(gcalenko)
..F....... [ZBXNEXT-4340] added kiosk mode for dashboard (ashubin)

Bug fixes:
..F....... [ZBX-13542] fixed http steps on template not inheriting hosts
	application setting (nikita)
..F....... [ZBX-13618] fixed wrong variables order in translatable error
	message (nikita)
..F....... [ZBX-13344] fixed trigger based actions having a default
	"not in maintenance" condition (agriscenko)
........S. [ZBX-13613] improved a history syncer when backend elasticsearch
	is not available (MVekslers)
.......PS. [ZBX-13510] fixed error of execution "make dbschema" for NetBSD
	(MVekslers)
...G...... [ZBX-13544] fixed agent crashes when using regex with 'Log' item
	for Mac OSX (MVekslers)
........S. [ZBX-13611] fixed lld rules not always saving their state/error
	message changes (wiper)
........S. [ZBX-13571] fixed regression that resulted in slow history data
	queries on partitioned tables (wiper)
..F....... [ZBX-13490] fixed autofocus in forms (nikita)
........S. [ZBX-13470] improved searching IPMI items by full name (MVekslers)
..F....... [ZBX-13566] fixed create dashboard button size in dashboard list
	(Andzs)
..F....... [ZBX-13464] fixed fullscreen attribute included in host context
	menu links (ashubin)
A.F....... [ZBX-13424] added possibility to select web items as master items
	and improved copying of dependent items to destination hosts and
	templates (Ivo)
A......... [ZBX-13573] fixed undefined index message changing Action
	"Acknowledgment operations" from "Remote command" to "Notify all
	involved" (agriscenko)
A......... [ZBX-13570] fixed undefined index in API call (agriscenko)
A......... [ZBX-13331] removed "recovery" property from action.get API
	method response (nikita)
..F....... [ZBX-13309] fixed displaying of Problem/Recovery time
	(agriscenko, ashubin, Sasha)
.......PS. [ZBX-13450] fixed server and proxy compilation problem for
	Solaris 10 (MVekslers)
A.F....... [ZBX-13458,ZBX-13494] fixed resolving of the macros in map labels
	for non-superadmin users (Sasha)
..F....... [ZBX-13526] fixed widget placeholder jumping instead of resizing
	while dashboard edit (ashubin)
.......PS. [ZBX-13362] fixed potentially wrong rows deleting by housekeeper
	in PostgreSQL (Sergejs)
..F....... [ZBX-13506] fixed linked trigger is moved to sibling map element
	(agriscenko)
........S. [ZBX-13586] fixed trigger-based event correlation - suspend
	creation of event if no problems are recovered by it (viktors, wiper)
........S. [ZBX-13339] improved deallocation of memory (MVekslers)
..F....... [ZBX-13412] fixed JS error and wrong form behaviour when changing
	item type, type of information (agriscenko)
..F....... [ZBX-13471] fixed contrast in selected item filters (Andzs)
..F....... [ZBX-13428] fixed long name of map outside go back button in map
	widget (agriscenko, Sasha)
..F....... [ZBX-13340] fixed pie graphs displaying incorrect data (Ivo)
..F....... [ZBX-13257] fixed display of the latest item in Audit log
	(agriscenko)
..F....... [ZBX-13447] fixed trigger name readability on map in dark theme
	(nikita)
....I..... [ZBX-11994] changed "awk" to "sed" for getting info about
	"Last Changed Revision" (MVekslers)
..F....... [ZBX-13360] fixed HTML5 placeholder color that previously appeared
	like actual input data (nikita)
...G...PS. [ZBX-13351] improved OpenSSL error messages (viktors)
..F....... [ZBX-13147] fixed inconsistent number on map navigation tree (nikita)
..F....... [ZBX-13537] fixed "Inaccessible user" in Dashboard System status
	widgets acknowledgement popup (agriscenko)
....I..... [ZBX-13472] fixed description of "Server" and "ServerActive"
	configuration options (Sasha)
........S. [ZBX-13455] added frontend error message when templates cannot
	be linked to LLD host (viktors)
..F....... [ZBX-13538] fixed example configuration for Elasticsearch (nikita)
..F....... [ZBX-13434] fixed incorrect trigger dependencies being set after
	copying triggers to multiple hosts; thanks to Kotaro Miyashita for
	the patch (Ivo)
..F....... [ZBX-13513] fixed input maxlength for users media of type script
	(nikita)
...G...PS. [ZBX-13523] fixed error message for empty TCP response in case
	agent dropped connection because of access permissions (vso)
..F....... [ZBX-12883] fixed incorrect ordering the list of triggers after
	saving a map (agriscenko)
..F....... [ZBXNEXT-4150] fixed URL display in hint box and focus styles
	for radio buttons (ashubin, nikita)
..F....... [ZBX-12940] fixed content does not fit dialog window (agriscenko)
..F....... [ZBX-13342] fixed order by query in frontend Maintenance tab
	(agriscenko)
..F....... [ZBX-13401] fixed successful items mass update with invalid
	update interval (agriscenko)
A......... [ZBX-6167] fixed partial updating in maintenance.update (ashubin)
...G...... [ZBX-13062] banned using of mutex in threads of metrics collection
	(MVekslers)
........S. [ZBX-13236] fixed error message of function parameters parse
	(MVekslers)
....I..... [ZBX-10433] removed inaccurate configuration default values (viktors)
....I..... [ZBX-13398] fixed configure script for Debian GNU/Linux "buster"
	and "sid" to work with PostgreSQL (viktors)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha4

New features:
..F....... [ZBXNEXT-4150] implemented access to interactive elements using
	keyboard (Andzs, ashubin, gcalenko, vmurzins)
..F....... [ZBXNEXT-4149] implemented keybord interaction in overlay popups
	(miks)

Bug fixes:
A.F....... [ZBX-12754] fixed undefined index error in map import (gcalenko)
..F....... [ZBX-13303] improved display of user media 'Use if severity'
	indicators (agriscenko, Andzs)
..F....... [ZBX-13166] fixed daily and yearly notification reports not
	including current day/last day of leap-year (nikita)
..F....... [ZBX-13118] improved readability of emails in action log by
	splitting them multiline (nikita)
.......PS. [ZBX-13498] added optional MySQL upgrade patch for "problem"
	table to drop redundant index after another index that can be used
	to enforce the foreign key constraint has been created (vso)
........S. [ZBX-13430] fixed use of uninitialized value ttl when
	elasticsearch is configured (MVekslers)
........S. [ZBX-13452] fixed Elasticsearch history storage default value
	types (viktors)
A......... [ZBX-13248] fixed field trapper_hosts to optional for trapper
	item.create (ashubin)
..F....... [ZBX-13307] fixed map scaling and position to the widget left
	side (ashubin)
..F....... [ZBX-12941] fixed checkbox overlay's position over the checkbox
	(miks)
..F....... [ZBX-13465] fixed back button style on the sub-maps (Andzs, ashubin)
..F....... [ZBX-13334] fixed translations of Widget parameters window
	(agriscenko)
A......... [ZBX-6118] fixed poor performance of changing an item on the
	template which linked with many hosts (Sasha)
..F....... [ZBX-13454] fixed placeholder in Administration->Scripts form (Sasha)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha3

New features:
A......... [ZBXNEXT-4357] added support of "selectTriggerDiscovery" option
	in trigger.get method (Sasha)
A.F....... [ZBXNEXT-4152] replaced double box select fields with multiselect
	fields and added filtering by proxy and server only in host list
	(Ivo, Sasha)
..F.I..... [ZBXNEXT-4273] added default event status colors in themes with
	option to customize them (ashubin)
...G...... [ZBXNEXT-4216] added 'copytruncate' log file rotation support
	for logrt[], logrt.count[] (Andris)

Bug fixes:
.......P.. [ZBX-13403] allowed proxy to execute remote commands on agents
	using encrypted connection (gleb)
.......PS. [ZBX-13441] fixed crashes in case of failures (e.g. timeouts)
	during VMware hypervisor discovery (gleb)
A.F....... [ZBX-12607] fixed performance of map.get API method and
	map-related views (miks, Sasha)
........S. [ZBX-11391] generated an error if expanding LLD macros results
	in an empty tag name (MVekslers)
..F....... [ZBX-13300] fixed addJsFile() name (agriscenko)
.......P.. [ZBX-13030] removed proxy's ability to export unprocessed
	history data via loadable modules (MVekslers)
..FG...PS. [ZBXNEXT-3581] dropped plain text protocol support and made
	header mandatory; fixed IP fragmentation handling by including
	header in Zabbix get request, Zabbix server/proxy passive check
	request and frontend request to Zabbix server (Sasha, vso)
........S. [ZBX-13194] fixed incorrect processing of zabbix[wcache,value,*]
	internal check (Sergejs)
.......PS. [ZBX-13060] added limitation for meaningless server reconnection
	attempts to incorrectly configured passive proxy (viktors)
...G...... [ZBX-13233] added new memory metrics for Linux platform -
	"active", "anon", "inactive" and "slabs"; thanks to Tomasz
	Kłoczko for the original patch (viktors)
........S. [ZBX-12643] improved error log message in case Zabbix server
	database cannot be used due to empty "users" table (vso)
...G...... [ZBX-11720] fixed memory leak which breaks vfs.fs.size,
	vfs.fs.inode and vfs.dir.size items if compiled with LeakSanitizer
	(Andris)
........S. [ZBX-13131] fixed truncated multiline text values from network
	discovery SNMP checks (viktors)
...G...... [ZBX-13117] fixed vfs.dir.size with symbol links on Windows
	(MVekslers)
....I..... [ZBX-12045] fixed inconsistencies in configure -h output (MVekslers)
A......... [ZBX-13325] fixed trend.get() method with Oracle backend (Sasha)
..F....... [ZBX-13223] fixed graphs duplication in graph preview (ashubin)
..F....... [ZBX-13345] removed SID from URL in screen edit mode (miks)
...G...... [ZBX-13055] fixed problems with DNS resolver interface on NetBSD
	(valdis)
..F....... [ZBX-13214] added support of \0 matching group for regsub and
	iregsub methods (gcalenko, Sasha)
........S. [ZBX-13208] eliminated race condition that caused history
	collection for newly created items to start before preprocecessing
	steps finished syncing (vso)
...G...... [ZBX-13246] fixed processing of command line arguments which are
	longer than 2KB for proc.num and proc.mem items on AIX (viktors)
.......P.. [ZBX-13130] fixed Zabbix proxy not to generate high network
	traffic when server does not accept data (vso)
..F....... [ZBX-13288] fixed image ghosting for mass update of map elements
	(vjaceslavs)
...G...... [ZBX-11422] fixed compilation warnings under OS X 64bit (MVekslers)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha2

New features:
..F....... [ZBXNEXT-4144] added asterisk mark and aria-label property to all
	forms required fields (gcalenko, Ivo)
..F.....S. [ZBXNEXT-768] added item unit blacklisting with character "!"
	in order to disable metric prefixes (Alexei)
..F....... [ZBXNEXT-4295] added selection of the create images tickbox by
	default on "Maps import" page (Sasha)
..F....... [ZBXNEXT-1456] added filter by item discovery status for item
	configuration view; thanks to Volker Fröhlich for the original
	patch (Alexei)
...G...... [ZBXNEXT-3991] added additional params to net.if.* key output
	for linux base agent (MVekslers)

Bug fixes:
..F....... [ZBX-13276] fixed compatibility issue with Elasticsearch versions
	starting from 6.0 (vjaceslavs)
.......PS. [ZBX-13196] fixed setting of transaction error flag in commit
	operation (vjaceslavs)
..F....... [ZBX-13221] fixed trimming of values in overlay dialogues (Ivo)
..F....... [ZBX-13221] added "Timeout" validation in web scenario step
	overlay dialogue (Ivo)
..F....... [ZBX-12389] fixed latest data host group filter (Oleg)
..F....... [ZBX-13119] removed 'empty' button in trigger selection window
	for map constructor item modal form (gcalenko, Ivo)
........S. [ZBX-12661] fixed Low-level discovery of dependent items not
	working after being edited and resulting in undefined offset error
	or foreign key constraint violation (vso)
...G...... [ZBX-13254] fixed 'skip' parameter behaviour for log[],
	log.count[], logrt[], logrt.count[] items in case log files
	initially do not exist (Andris)
...G...... [ZBX-13253] fixed losing the 1st record by log[] and logrt[]
	items if 'skip' parameter is used and log file initially is empty
	(Andris)
........S. [ZBX-13275] fixed slow housekeeping of events on MySQL (vso)
...G...... [ZBX-13264] fixed Zabbix agent compilation on OS/X (vso)
.......PS. [ZBX-13245] fixed IP fragmentation handling in Zabbix server
	response to Zabbix proxy (vso)
..F....... [ZBX-13258] fixed misaligned user group permission controls (Ivo)
....I..... [ZBX-13031] fixed Java gateway compilation without libpcre (Sergejs)
.......PS. [ZBX-12963] fixed passing argument to external check item that
	contain literal $ (Sergejs)
A......... [ZBX-12991] removed default values for "active_since" and
	"active_till" fields in maintenance.create API method (Ivo)
..F....... [ZBX-13270] fixed default selection of the required host
	permissions radio in the global scripts form (Sasha)
.......PS. [ZBX-12758] fixed slow housekeeping of events due to missing
	index on foreign key (vso)
..F....... [ZBX-11305] fixed color and label for event status on event
	details page (gcalenko)
..F.....S. [ZBX-13238] fixed spelling of Elasticsearch (abs, vjaceslavs)
..F....... [ZBX-13056] fixed incorrect positioning of context menu when it
	is opened using keyboard (gcalenko)
........S. [ZBX-13241] fixed memory leak on Zabbix server when executing
	remote commands through proxy (vso)
..F....... [ZBXNEXT-4139] fixed displaying of the eventlog severitites and
	severities in trigger map element (Andzs)
.......PS. [ZBX-13178] fixed ipc_path value in error message (MVekslers)

--------------------------------------------------------------------------------
Changes for 4.0.0alpha1

New features:
........S. [ZBXNEXT-3480] added support of inventory macros in event tags
	(abs, vso)
A.F.I...S. [ZBXNEXT-4175] implemented ability to send email to several email
	addresses specified as user media (miks, Sergejs)
..F.I..... [ZBXNEXT-4139] added high contrast light and high contrast dark
	themes (Andzs)
A......... [ZBXNEXT-4247] removed deprecated API methods: user.updareProfile,
	user.addMedia, user.updateMedia, user.deleteMedia, usergroup.massAdd,
	usergroup.massUpdate and usermedia.get (Sasha)
........S. [ZBXNEXT-970] added more detailed error information to notification
	message when DB is unavailable (viktors)
..F....... [ZBXNEXT-4137] removed green background from cells (Oleg)
..F....... [ZBXNEXT-4157] added map status summary to be readable by screen
	reader software (gcalenko)
..F....... [ZBXNEXT-4127] implemented popup displaying in overlay dialogues
	(miks)
...GI..PS. [ZBXNEXT-1520] increased the maximum Hosts/DNS name character
	length from 63 to 255 (gcalenko, Sergejs)
..F.....S. [ZBXNEXT-4108] implemented search of problems by trigger name
	(abs, miks)
..F....... [ZBXNEXT-4143] implemented keybord interaction in top navigation
	(miks)
...G...... [ZBXNEXT-1567] added item "vfs.dir.count" for counting directory
	entries (valdis)
..F....... [ZBXNEXT-4135] added tooltips for vertical labels (Oleg)
..F....... [ZBXNEXT-4146] added icons for error and success messages (Andzs)
..F....... [ZBXNEXT-4156] added option to view graphs items data and multiple
	items graph data as table (gcalenko, Ivo)
..F....... [ZBXNEXT-4160] reworked monitoring Discovery screen to show hint
	info right in the table cell (miks)
....I..... [ZBXNEXT-761] added rules to make dbschema.c, schema.sql and
	data.sql from schema.tmpl, data.tmpl and templates.tmpl if there
	is a need to (gleb)
..F.I..... [ZBXNEXT-4186] added ability to adjust colors for new graph
	items in graph creation form according selected theme (gcalenko, Sasha)
..F....... [ZBXNEXT-4145] fixed appearance of host column based on number
	of hosts specified in filter (miks)
A.F.I..... [ZBXNEXT-4118] implemented advanced options for tag-based search
	of problems (Ivo, Sasha)
..F....... [ZBXNEXT-4134] added 'lang' attribute to page body (gcalenko)
A.F....PS. [ZBXNEXT-4181] fixed Zabbix server to accept active Zabbix proxy
	requests only from allowed address if specified (Sasha, vso)
.......P.. [ZBXNEXT-4181] fixed passive Zabbix proxy to accept Zabbix
	server requests only from allowed address (vso)
....I..PS. [ZBX-10576] restructured unixODBC related code, moved it to a
	dedicated directory (gleb)
A......... [ZBX-3783] added strict validation for proxy.delete() method;
	proxy cannot be deleted when used in actions (Sasha)
....I..... [ZBX-11909] replaced company.com with example.com in data.sql
	(vmurzins)

Bug fixes:
.......PS. [ZBX-12251] fixed possibility of trigger status getting stuck
	in PROBLEM or OK state due to transaction error in history
	synchronization, added deadlock to a list of recoverable errors
	(vso, wiper)
.......PS. [ZBX-12251] fixed possibility that new history values are lost
	and not processed by Zabbix server or Zabbix proxy due to recoverable
	transaction error (vso, wiper)
..F....... [ZBX-12996] fixed radio button and label inconsistency in
	maintenance period configuration (Sasha)
....I..... [ZBX-12895] improved performance of DB patch for updating data
	in the alerts table (Sergejs)
..F....... [ZBX-12082] fixed possibility to select triggers with same name
	in multiselect (Ivo)
...G...PS. [ZBX-12983] fixed compilation warnings under Windows (valdis)
........S. [ZBX-10578] fixed redundant init_result() calls; thanks to
	MATSUDA Daiki for the patch (abs)
....I..... [ZBX-12793] fixed system compiler checks during source
	configuration (abs)
...G...... [ZBX-11970] fixed style for some enumerators and structure
	type declarations (abs, Andris)

--------------------------------------------------------------------------------
Changes for 3.4.15rc1

New features:
.......PS. [ZBXNEXT-4782] improve out of memory error message by adding
	statistics and backtrace; improve something impossible has just
	happened error message by adding backtrace (vso)

Bug fixes:
...G...... [ZBX-14779] extended support of system.stat[ent],
	system.stat[cpu,pc], system.stat[cpu,ec] on IBM AIX to LPAR type
	'dedicated' (Andris)
........S. [ZBX-14851] fixed the host visible name in the event
	details/messages from server when using long utf8 text (MVekslers)
.......P.. [ZBX-14887] fixed max count of records in the single json that
	proxy can send to the server (MVekslers)
.......PS. [ZBX-14972] fixed the case where data from non-monitored VMware
	services are not removed from vmware cache (MVekslers)
...G...PS. [ZBX-14856] added support for OpenSSL 1.1.1 (Andris)
.D.G...PS. [ZBX-14971] added note on runtime control with PID numbers
	larger than 65535 to server, proxy and agentd help messages and
	man pages (Andris)
A......... [ZBX-14734] fixed the verification of the assignment of two
	web checks with the same name from different templates to one host
	(vasilijs)
..F....... [ZBX-14749] fixed cloning inherited host prototype on host (vasilijs)
..F....... [ZBX-14663] fixed calculation of Y zero position in graph (miks)
A......... [ZBX-14865] fixed "Field "parent_itemid" cannot be set to NULL"
	error message while importing multiple templates (Sasha)
........S. [ZBX-14854] improved preprocessor worker performance (MVekslers)
..F....... [ZBX-14811] fixed color of the host name in the title of the
	Screens (vasilijs)
..F....... [ZBX-14776] fixed sorting when changing status of media type
	(vasilijs)
..F....... [ZBX-14757] fixed fields becoming writable upon form refresh in
	host prototype form (vmurzins)
..F....... [ZBX-14689] fixed updating of the Graph list of host when
	selecting a group of hosts (vasilijs)
..F....... [ZBX-14803] fixed incorrect profile update causing page filter
	to sometimes show duplicate values (Ivo)
..F....... [ZBX-14727] fixed selection of data for trigger overview and
	graphs if first drop down entry is "none" (Ivo)
..F....... [ZBX-14650] fixed web.page.regexp item parameters description
	(gcalenko)
.......PS. [ZBX-14764] fixed crash that could occur when OpenIPMI pollers
	are configured (vso)
.......PS. [ZBX-14882] fixed crash in vmware collector when receiving
	invalid xml (vso)
........S. [ZBX-14908] fixed crash when processing internal trigger events
	and deleting triggers at the same time (vso)
.......PS. [ZBX-14853] fixed error of vmware items caused by misconfigured
	vmware maxQueryMetrics parameter (MVekslers)
........S. [ZBX-14830] fixed possible deadlock when history syncer was
	trying to update escalations with recovery event id (wiper)
2018-11-12 10:51:34 +00:00
wiedi
8571ec932d zabbix: needs libevent and help finding things 2018-09-29 19:34:29 +00:00
he
4905e9f1df Updating to zabbix version 3.4.14.
Pkgsrc changes:
 * None.

Upstream changes:

Changes for 3.4.14

3.4.14rc1 was released as 3.4.14 without any changes

--------------------------------------------------------------------------------
Changes for 3.4.14rc1

New features:
A.F....... [ZBX-1357] enabled Portuguese (Portugal) translation to
           be displayed by default (zalex_ua)

Bug fixes:
........S. [ZBX-14812] fixed hexadecimal to decimal preprocessing step to
	   allow pairs of hexadecimal digits separated by space or
	   new line (vso)
..F....... [ZBX-14496] fixed unauthorized request error when sorting list
           after enabling/disabling elements (agriscenko)
........S. [ZBX-14614] fixed server template linking with triggers having
           no dependencies (MVekslers)
...G...... [ZBX-6565,ZBX-13645,ZBX-14559] fixed agent on AIX 6.1 TL0,
	   7.1 TL0: system.stat[memory,avm], compilation, crash on
	   net.dns[] items (Andris)
..F....... [ZBX-13015] fixed X axis labels with DST transition in the
           displayed period (Sasha)
........S. [ZBX-14777] increased severity of housekeeper logs in the
           case of invalid history/trends intervals (wiper)
........S. [ZBX-14778] fixed housekeeper attempting to remove history
           of discovery rules/prototypes (wiper)
.......PS. [ZBX-14771] fixed memory leak in poller if scheduling interval
           is invalid (vso)
.......PS. [ZBX-14775] fixed configuration of the maximum available
	   count of aggregated metrics in a single request to vmware
	   vCenter (MVekslers)
..F....... [ZBX-14676] fixed displaying links containing UTF-8 characters (Ivo)
...G...PS. [ZBX-14756] fixed zbxregexp library not compiling with old
           versions of pcre; thanks to Simon Matter for the patch (yurii)
2018-09-20 13:44:47 +00:00
he
5d6e5b4df7 Updating to zabbix version 3.4.13.
Pkgsrc changes:
 * None.

Upstream changes:

Changes for 3.4.13

3.4.13rc2 was released as 3.4.13 without any changes

---------------------
Changes for 3.4.13rc2

Bug fixes:
.......PS. [ZBX-14765] fixed vmware incorrect memory release (MVekslers)

---------------------
Changes for 3.4.13rc1

New features:
...G...PS. [ZBX-13730] replaced pcreposix library with pcre, lowered
           backtracking limit, fixed libevent build issues (yurii)

Bug fixes:
.......PS. [ZBX-14677] fixed vmware performance counter retrieval on
           installations with large number of datastores (wiper)
........S. [ZBX-14697] fixed memory leak in alert manager when
           connection to database was lost (vso)
..F....... [ZBX-12293] renamed trigger functions by adding function
           name at the beginning and removing the operator and "N" and
           placing operator in a separate field allowing two new
           operators "<=" and ">=" for selection (Ivo)
...G...PS. [ZBX-13730] fixed incorrect behavior of zbxregexp library
           when reusing latest regular expression (yurii)
.......PS. [ZBX-14593] fixed error message for invalid vmware endpoint
           (MVekslers)
........S. [ZBX-14614] fixed trigger dependency link to the template
           instead of the host during the discovery action (MVekslers)
...G...... [ZBX-372] added "zone" parameter to proc.num[] item for
           Solaris (viktors)
..F....... [ZBX-14631] fixed typo in string: ouf, not out (vasilijs)
........S. [ZBX-14410] fixed output of information about the error for
           expressions with functions of triggers or calculated items
           (MVekslers)
..F....... [ZBX-14433] fixed several problems in displaying of X axis
           on the graphs (Sasha)
2018-08-30 08:39:06 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
he
8043818dbd Updating to zabbix version 3.4.12.
Pkgsrc changes:
 * for zabbix-frontend, adjust PLIST

Upstream changes:

Changes for 3.4.12

3.4.12rc1 was released as 3.4.12 without any changes

------------------------------
Changes for 3.4.12rc1

Bug fixes:
........S. [ZBX-14548] fixed the disk usage counters reading for
           ESX/ESXi hosts (MVekslers)
..F....... [ZBX-9236] fixed timeselector period used to select 'all'
           values of particular item (miks)
...G...... [ZBX-13393] fixed agent compilation error on AlphaServer
           Tru64 5.1B (Andris)
..F....... [ZBX-13165] fixed Y-axis small value gradation issue in
           graphs (Ivo)
..F....... [ZBX-14575] fixed Norwegian locale key for windows (vmurzins)
.......PS. [ZBX-14566] fixed possible data loss due to MariaDB
           server restart (vso)
.......PS. [ZBX-13010] fixed crash of poller processes in ODBC
           checks, simplified code (Andris, wiper)
....I..... [ZBX-14370] fixed deleting of files after compiling a
           program (make clean) for Solaris (MVekslers)
..F....... [ZBX-14519] fixed displaying timeline points of days in
           Problems widget (vasilijs)
..F....... [ZBX-14491] fixed link "show value mappings", which leads
           to no permission page (vasilijs)
........S. [ZBX-12380] improved function parameter parsing for
           trigger functions (MVekslers)
..F....... [ZBX-13641] disabled preprocessing update for discovered
           items (vasilijs)
A......... [ZBX-13732] fixed status change for linked template items
           through parent template if host assigned (agriscenko)
..F....... [ZBX-14432] removed redundant code and improved
           performance in event details screen (miks)
........S. [ZBX-14410] improved error message handling in
           zbx_function_find() (MVekslers)
........S. [ZBX-14500] fixed crash when reporting unknown triggers
           and using $1-$9 macros at the same time (vso)
..F....... [ZBX-12104] added limit ZBX_HISTORY_PERIOD for
           {ITEM.VALUE} macro resolving in trigger name (gcalenko)
..F....... [ZBX-14402] fixed internal item parameter that does not
           match documentation (vasilijs)

------------------------------
Changes for 3.4.11

New features:
A.F....... [ZBX-1357] added and enabled Norwegian translation to be
           displayed by default (zalex_ua)
A.F....... [ZBX-1357] updated English (United States), French,
           Hebrew, Japanese, Portuguese (Brazil), Russian, Ukrainian
           translations; thanks to Zabbix translators (zalex_ua)

------------------------------
Changes for 3.4.11rc1

Bug fixes:
...G...... [ZBX-6046] fixed the functions 'net.if.*' for Solaris
           with empty 64 bits counters (MVekslers)
A.F....... [ZBX-13355] fixed media type a required password field
           successfully passing validation while being empty and
           prevented auto-filling stored passwords by browser (Ivo)
.D........ [ZBX-14398] improved "Server" parameter description in
           Zabbix agent configuration file (vso)
.......PS. [ZBX-14447] reverted ZBX-13788 fix because of broken
           server-proxy compatibility between minor versions (wiper)
...G...... [ZBX-12250] fixed logrt[] item to analyze log file from
           start if no log files match and no log files were seen
           before (Andris)
.......PS. [ZBX-13765] fixed discovered host status update if it was
           down and a service was discovered on that host (Andris)
...G...... [ZBX-12070] fixed "proc.num" and "proc.mem" items
           calculation of values when zabbix_agentd called in test
           mode (Sergejs)
........S. [ZBX-14423] fixed use of initialized variable during
           application discovery (vso)
.......PS. [ZBX-12990] improved "vmware.hv.datastore.size" through
           usage the performance counters (MVekslers)

------------------------------
Changes for 3.4.10

3.4.10rc1 was released as 3.4.10 without any changes

------------------------------
Changes for 3.4.10rc1

Bug fixes:
..F....... [ZBX-14414] fixed PHP 7.2 error message in the
           Monitoring->Latest data page (Sasha)
A.F....... [ZBX-13712] fixed "Undefined index: master_itemid" and
           SQL errors in item.update and itemprototypr.update
           methods; fixed updating of discovered items (Sasha)
..F....... [ZBX-13549] fixed displaying of not monitored triggers in
           maps (miks)
..F....... [ZBX-12359] fixed "Automatic icon selection" checkbox not
           working and displaying two icons at once in map
           constructor (Ivo)
........S. [ZBX-14333] fixed {ESC.HISTORY} and action log not to
           display colon without target host when executed on Zabbix
           server (vso)
A.F....... [ZBX-13361] fixed error messages when configuring an
           existing item to have an update interval (miks)
........S. [ZBX-13043] removed error message for when user has
           defined media but all of them are disabled (viktors)
........S. [ZBX-14312] fixed possible deadlock in history syncer
           when housekeeper is deleting events (vso)
..F....... [ZBX-13697] fixed session expiration when changing
           default authentication method (miks)
A.F....... [ZBX-13680] fixed action not being cloned due to existing
           operation id being submitted (agriscenko)
..F....... [ZBX-13775] fixed map tree widget border color (Andzs)
...G...PS. [ZBX-13782] fixed decoding of Unicode characters in JSON
           (Andris)
..F....... [ZBX-13767] fixed "undefined index: acknowledges" error
           on problems page (agriscenko)
..F....... [ZBX-12175] fixed subfilter entries with long names going
           off the screen (agriscenko, Andzs)
..F....... [ZBX-12644] fixed filter being partially reset when using
           pagination in availability report page (Ivo)
..F....... [ZBX-12882] fixed in popup window being allowed to select
           applications from different hosts when editing item mass
           update form (agriscenko)
.......PS. [ZBX-13788] fixed host availability stuck in unknown
           state after proxy changes (wiper)
........S. [ZBX-12372] fixed duplication of prefix "/" for second
           parameter "path" in items "web.page.*" (MVekslers)
...G...... [ZBX-14315] fixed validation of "max_depth" in
           "vfs.dir.size" for agent (MVekslers)

------------------------------
Changes for 3.4.9

3.4.9rc3 was released as 3.4.9 without any changes

------------------------------
Changes for 3.4.9rc3

Bug fixes:
........S. [ZBX-14313] fixed trigger level correlation when multiple
           tags are set (wiper)

------------------------------
Changes for 3.4.9rc2

Bug fixes:
...G...... [ZBX-13781] fixed possible crash in the function
           "web.page.get" of Zabbix Agentd (MVekslers)

------------------------------
Changes for 3.4.9rc1

Bug fixes:
..F....... [ZBX-14337] fixed persistent xss in map navigation tree
           widget (vjaceslavs)
..F....... [ZBX-14336] fixed persistent xss vulnerability in
           services (vjaceslavs)
..F....... [ZBX-12821] fixed multiple javascript memory leaks (miks)
........S. [ZBX-13755] fixed proxy lastaccess update on 32-bit
           Zabbix server (vso)
..F....... [ZBX-12425] fixed selection of web items in the "Plain
           text" screen element (Sasha)
...G...... [ZBX-13781] fixed CRLF injection in Zabbix Agentd (MVekslers)
........S. [ZBX-13766] fixed comparison of two large float numbers
           in expressions (Sergejs)
.......PS. [ZBX-13481] fixed incorrect parsing of BITS data type in
           SNMP response (vso)
.......PS. [ZBX-13744] fixed potential shared memory leak when item
           is removed (Sergejs)
A.F....... [ZBX-13742] fixed parsing of the operator "not" in
           trigger expression (Sasha)
.........T [ZBX-13535] fixed trigger recovery expression for 'High
           error rate' trigger (vitaly)
.........T [ZBX-13278] fixed trigger expression for 'Link down'
           trigger (vitaly)
...G...... [ZBX-12805] increased command line limit for proc.num
           checks on hp-ux systems (Andris, wiper)
..F....... [ZBX-13728] fixed problem duration on trigger page being
           calculated incorrectly (agriscenko)
...G...PS. [ZBX-13660] fixed data types passed to is_ushort() for
           converting PID, port and process number (Andris)
..F....... [ZBX-12935,ZBX-13539] fixed displaying of floating point
           values under the "Latest data" page (Sasha)
...G...PS. [ZBX-13579] fixed unnecessary data getting when agent
           becomes available in the non-collection data period
           (Sergejs)
..F....... [ZBX-13685] fixed maintenance entries displayed in list
           when filter is applied (agriscenko)
....I..... [ZBX-12756] improved configure script to check iconv
           library (MVekslers)
........S. [ZBX-13667] added notification in zabbix server log about
           'error' in elasticsearch json response (MVekslers)
..F....... [ZBX-13683] fixed multiselect items not being sorted by
           name (agriscenko)
........S. [ZBX-13299] fixed autoregistration, discovery and
           internal notifications not being sent due to
           uninitialized severity (vso)
....I..... [ZBX-13607] changed ping script to return success also
           for timeouts (wiper)
..F....... [ZBX-12967] fixed slide show refresh interval multiplier
           menu not working (agriscenko)
........S. [ZBX-13696] added maximum record limit to old session
           removal in housekeeper (wiper)
..F....... [ZBX-13642] fixed undefined index in user edit form
           (agriscenko)
..F....... [ZBX-13668] fixed dynamic widget searching for item key
           in item prototypes (agriscenko)
..F....... [ZBX-13500] fixed fractional values in triggers being
           misinterpreted without a leading 0 (agriscenko)
..F....... [ZBX-13561] fixed incorrectly displayed pie graph when
           first item has no data (Ivo)
..F....... [ZBX-13517] fixed undefined index in pie charts (Ivo)
..F....... [ZBX-13499] fixed checkbox selector in problems table
           (ashubin, miks)
........S. [ZBX-13598] fixed crash when Zabbix process cannot
           connect to preprocessing service (viktors, vso)
..F....... [ZBX-13625] fixed blinking in the problem widget (agriscenko)
..F....... [ZBX-13560] fixed acknowledge notifications being visible
           in the event popup (agriscenko)
..F....... [ZBX-13298] fixed missing graph after faulty graph edit
           form submission (nikita)
2018-08-09 07:41:19 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
he
61bb99ac21 Updating to zabbix version 3.4.8.
Pkgsrc changes:
 * None.

Upstream changes since 3.4.7:

..F....... [ZBXNEXT-4374] implemented the widget configuration fields
	clearing when changing the type (ashubin)
..F....... [ZBXNEXT-4045] implemented maximum size for graphs in
	widgets (gcalenko)
A.F....... [ZBX-1357] enabled Hebrew translation to be displayed by
	default (zalex_ua)
A.F....... [ZBX-1357] updated Chinese (China), Czech, English
	(United States), French, German, Hebrew, Japanese, Korean, Russian,
	Turkish, Ukrainian translations; thanks to Zabbix translators
	(zalex_ua)

Bug fixes:
..F....... [ZBX-13542] fixed http steps on template not inheriting hosts
	application setting (nikita)
..F....... [ZBX-13618] fixed wrong variables order in translatable
	error message (nikita)
..F....... [ZBX-13344] fixed default condition for trigger based actions
	(agriscenko)
........S. [ZBX-13613] improved a history syncer when backend elasticsearch
	is not available (MVekslers)
...G...... [ZBX-13544] fixed agent crashes when using regex with 'Log' item
	for Mac OSX (MVekslers)
........S. [ZBX-13611] fixed lld rules not always saving their state/error
	message changes (wiper)
........S. [ZBX-13571] fixed regression that resulted in slow history data
	queries on partitioned tables (wiper)
A.F....... [ZBX-13424] added possibility to select web items as
	master items and improved copying of dependent items to destination
	hosts and templates (Ivo)
A......... [ZBX-13573] fixed undefined index message changing Action
	"Acknowledgment operations" from "Remote command" to "Notify all
	involved" (agriscenko)
A......... [ZBX-13570] fixed undefined index in API call (agriscenko)
A......... [ZBX-13331] removed "recovery" property from action.get API
	method response (nikita)
..F....... [ZBX-13309] fixed displaying of Problem/Recovery time
	(agriscenko, ashubin, Sasha)
.......PS. [ZBX-13450] fixed server and proxy compilation problem for
	Solaris 10 (MVekslers)
A.F....... [ZBX-13458,ZBX-13494] fixed resolving of the macros in map
	labels for non-superadmin users (Sasha)
..F....... [ZBX-13526] fixed widget placeholder jumping instead of
	resizing while dashboard edit (ashubin)
.......PS. [ZBX-13362] fixed potentially wrong rows deleting by
	housekeeper in PostgreSQL (Sergejs)
..F....... [ZBX-13506] fixed linked trigger is moved to sibling map
	element (agriscenko)
........S. [ZBX-13586] fixed trigger-based event correlation - suspend
	creation of event if no problems are recovered by it (viktors, wiper)
........S. [ZBX-13339] improved deallocation of memory (MVekslers)
..F....... [ZBX-13340] fixed pie graphs displaying incorrect data (Ivo)
..F....... [ZBX-13412] fixed JS error and wrong form behaviour when
	changing item type, type of information, data type (agriscenko)
..F....... [ZBX-13257] fixed display of the latest item in Audit log
	(agriscenko)
..F....... [ZBX-13447] fixed trigger name readability on map in dark
	theme (nikita)
..F....... [ZBX-13360] fixed HTML5 placeholder color that previously
	appeared like actual input data (nikita)
...G...PS. [ZBX-13351] improved OpenSSL error messages (viktors)
..F....... [ZBX-13147] fixed inconsistent number on map navigation tree (nikita)
..F....... [ZBX-13537] fixed "Inaccessible user" in Dashboard System
	status widgets acknowledgement popup (agriscenko)
....I..... [ZBX-13472] fixed description of "Server" and "ServerActive"
	configuration options (Sasha)
........S. [ZBX-13455] added frontend error message when templates cannot
	be linked to LLD host (viktors)
..F....... [ZBX-13434] fixed incorrect trigger dependencies being set
	after copying triggers to multiple hosts; thanks to Kotaro Miyashita
	for the patch (Ivo)
..F....... [ZBX-12883] fixed incorrect ordering the list of triggers
	after saving a map (agriscenko)
..F....... [ZBX-12940] fixed content does not fit dialog window (agriscenko)
..F....... [ZBX-13401] fixed successful items mass update with invalid
	update interval (agriscenko)
..F....... [ZBX-13342] fixed order by query in frontend Maintenance tab
	(agriscenko)
A......... [ZBX-6167] fixed partial updating in maintenance.update (ashubin)
...G...... [ZBX-13062] banned using of mutex in threads of metrics
	collection (MVekslers)
........S. [ZBX-13236] fixed error message of function parameters parse
	(MVekslers)
....I..... [ZBX-13398] fixed configure script for Debian GNU/Linux
	"buster" and "sid" to work with PostgreSQL (viktors)
..F....... [ZBX-13428] fixed long name of map outside go back button in
	map widget (agriscenko, Sasha)
A.F....... [ZBX-12754] fixed undefined index error in map import (gcalenko)
..F....... [ZBX-13166] fixed daily and yearly notification reports not
	including current day/last day of leap-year (nikita)
.......PS. [ZBX-13498] added optional MySQL upgrade patch for
	"problem" table to drop redundant index after another index that
	can be used to enforce the foreign key constraint has been created
	(vso)
........S. [ZBX-13452] fixed Elasticsearch history storage
	defaultivalue types (viktors)
..F....... [ZBX-12941] fixed checkbox overlay's position over
	the checkbox (miks)
..F....... [ZBX-13334] fixed translations of Widget parameters
	window (agriscenko)
A......... [ZBX-13248] fixed field trapper_hosts to optional for
	trapper item.create (ashubin)
..F....... [ZBX-13307] fixed map scaling and position to the widget
	left side (ashubin)
A......... [ZBX-6118] fixed poor performance of changing an item on
	the template which linked with many hosts (Sasha)
..F....... [ZBX-13141] fixed invalid value for "Update interval" field
	in mass update form on submit was redirecting to items list (gcalenko)
2018-04-12 08:25:24 +00:00
he
4f426e1701 Updating to zabbix version 3.4.7.
Pkgsrc changes:
 * for zabbix-frontend, adjust PLIST

Upstream changes are lots and lots since the previous 3.2.10 release
we packaged.  Highlights from https://www.zabbix.com/whats_new

 * Dashboards have been re-designed
 * Dependencies between collectd items has been introduced,
   allowing parallel collection in some cases
 * Pre-processing of collectd data has been improved
 * Remote command execution via proxies has been introduced
 * Time periods now have macros for e.g. 30s, 5m, etc.
 * Configurable JMX endpoints have been introduced
 * Efficient network device monitoring via templates has been added
 * Various server-side improvements has been implemented
 * Various frontend improvements have been implemented
 * It's now possible to be notified when ACKs are done
 * Alert processing is now parallelized
 * Scripts and commands now have their exit status checked and handled

There doesn't seem to be a public on-the-web copy of the change log,
so inspect the sources' ChangeLog file for further details.
2018-03-08 21:05:27 +00:00
adam
983847f667 Revbump after boost update 2018-01-01 21:18:06 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
he
316bd0cda3 I'm sorry, should call res_ndestroy() instead of res_nclose() to
avoid an fd leak.
Bump PKGREVISION.
2017-11-20 08:09:46 +00:00
he
902db3497d Update to zabbix version 3.2.10.
Pkgsrc changes:
 * for zabbix-frontend, adjust PLIST

Upstream changes:
Changes for 3.2.10

3.2.10rc1 was released as 3.2.10 without any changes

Changes for 3.2.10rc1

New features:
..F....... [ZBXNEXT-1421] added service sorting by name if multiple services
           has same 'sortorder' value (miks)
..F....... [ZBXNEXT-4081] improved error message for case when none of
	   supported database modules exists (gcalenko)

Bug fixes:
..F....... [DEV-593] fixed multiple security issues (miks)
........S. [ZBX-11658] fixed error message in case no items were found
	   for aggre gated check (gleb)
.......PS. [ZBX-12854] fixed crash of VMware collector with DebugLevel=4 (gleb)
...G...... [ZBX-11902] fixed CPU count for LPAR partitions in IBM AIX (abs)
...G...... [ZBX-12260] fixed windows agent to support UTF-16LE, UCS-2,
	   UCS-2LE encodings (vso)
..F....... [ZBX-6669] fixed use of current host as filter when selecting
	   items for graph forms and trigger forms (gcalenko)
..F....... [ZBX-12722] fixed scrollbar causing a JS error in "500 latest
	   values" page due to unnecessarily initialization (Ivo)
..F....... [ZBX-12710] fixed OS type detection logic (vjaceslavs)
..F....... [ZBX-12543] fixed problems with session management (vjaceslavs)
........S. [ZBX-12259] added an informative warning about lack of data for
	   macros used in LLD rule filter (viktors)

--------------------------------------------------------------------------------
Changes for 3.2.9

3.2.9rc1 was released as 3.2.9 without any changes

--------------------------------------------------------------------------------
Changes for 3.2.9rc1

New features:
...G...PS. [ZBXNEXT-1862] modified server, proxy and agent to follow
	   changes in /etc/resolv.conf (Andris)

Bug fixes:
..F....... [ZBX-12788] fixed error when template is added to hosts via
	   mass update form (gcalenko, vmurzins)
..F....... [ZBX-12666] fixed ETag comparison check in jsLoader for web
	   server with enabled compression (gcalenko)
........S. [ZBX-10547] fixed IT services calculation in parallel
	   transactions not seeing each other changes when calculating
	   common parent service (vso)
........S. [ZBX-12441] fixed user permission check for macros containing
	   user personal information in notification messages (viktors)
....I..... [ZBX-12779] fixed detection of PostgreSQL 10 (Andris)
.......P.. [ZBX-12281] fixed simultaneous sending of the same history
	   data from passive proxy (gleb, vjaceslavs)
..F....... [ZBX-12770] fixed links in select popup for user groups;
	   updated group selection field in Administration->Users (gcalenko)
A......... [ZBX-8277] improved performance of hostgeneral.unlink() method;
	   fixed SQL statement (Sasha)
........S. [ZBX-11426] fixed the housekeeper for not deleting events in
	   open problem state (abs)
A......... [ZBX-10754] fixed inheritance of template properties in
	   web scenarios (miks)
A......... [ZBX-12681] fixed SQL errors in event.get() method (Sasha)
A......... [ZBX-12727] fixed response for script.get() method with
	   "editable" flag (Sasha)
A......... [ZBX-12727] fixed dcheck.get(), dhost.get() and dservice.get()
	   permission checks for admin users; related to ZBX-7238 (Sasha)

--------------------------------------------------------------------------------
Changes for 3.2.8

3.2.8rc1 was released as 3.2.8 without any changes

--------------------------------------------------------------------------------
Changes for 3.2.8rc1

New features:
A.F....... [ZBX-1357] enabled Turkish translation to be displayed
	   by default (zalex_ua)
A.F....... [ZBX-1357] updated Czech, English (United States), French,
	   Italian, Japanese, Korean, Russian, Turkish translations;
	   thanks to Zabbix translators (zalex_ua)
........S. [ZBX-12258] added bulk selections to improve performance
	   in processing of escalations (Sergejs)

Bug fixes:
..F....... [ZBX-12769] fixed XSS vulnerabilities in argument passing for
	   popup forms and file import forms (gcalenko)
A.F....... [ZBX-12768] added schema validation for URL fields based on
	   schemas whitelist in ZBX_URI_VALID_SCHEMES (gcalenko, Sasha)
.......PS. [ZBX-11675] fixed crash that could occur during connection
	   failures to MySQL (Sergejs, vso)
..F....... [ZBX-12617] fixed sorting by host name for items on
	   availability report page (gcalenko)
........S. [ZBX-12696] fixed trigger not being calculated for newly
	   received item values if last one of those is unsupported value (vso)
..F....... [ZBX-12548] fixed notification sound not being played for
	   message with timeout set to greater than minute (gcalenko)
...G...... [ZBX-12653] fixed heap corruption in Windows agent;
	   thanks to Ronnie Kaech for the patch (abs)
A......... [ZBX-12660] fixed result of hostinterface.replacehostinterfaces
	   method (Sasha)
..F....... [ZBX-12469] added new context for 'Second' string to be
	   properly translated in maintenance period form (gcalenko)
.......PS. [ZBX-12493] fixed address and ports array size in
	   zbx_init_ipmi_host() to match OpenIPMI internals (Andris, vso)
..F....... [ZBX-12623] fixed label macro resolving in maps (vjaceslavs)
..F.....S. [ZBX-11042] allowed libcurl to choose SMTP authentication
	   mechanism other than PLAIN (gleb, vjaceslavs)
..F....... [ZBX-8997] fixed trigger expression validation test
	   form (gcalenko, Sasha)
..F.I...S. [ZBX-12434] fixed housekeeping of problems and events for
	   deleted items and triggers; added optional database patch
	   to cleanup problems for deleted items and triggers (vso)
..F....... [ZBX-12646] fixed incorrect SQL query in availability reports (Sasha)
..F....... [ZBX-12545] fixed undefined index error on latest data
	   page when host was deleted in another session (gcalenko)
..F....... [ZBX-12321] fixed removal of multiselect options using
	   backspace button (miks)
..F....... [ZBX-12416] optimized data selection of user preferences
	   stored in profiles (gcalenko)
..F....... [ZBX-11607] fixed a rounding of large unsigned numbers (miks)
..F....... [ZBX-12404] fixed visibility of item data first row for
	   'latest data' page and 'audit log' page (gcalenko)
..F....... [ZBX-12463] fixed undefined index error in "Last 20 issues" (Sasha)
........S. [ZBX-12186] fixed parallel processing of multiple values
	   for same lld rule (vjaceslavs)
..F....... [ZBX-11887] fixed improper DB::refreshIds() call when
	   selected row is locked (miks)
..F....... [ZBX-12022] fixed trigger resolving in services configuration;
	   fixed popup window size (miks)
..F....... [ZBX-12429] fixed template replacement in mass update form (gcalenko)
..F....... [ZBX-12396] fixed an error in screens if screen trigger
	   overview element contains deleted host group (miks)
..F....... [ZBX-12439] fixed macro name field length in host configuration
	   form (gcalenko)
...G...PS. [ZBX-10820] fixed potential loss of data when server/proxy
	   processes zabbix_sender data (Andris)
........S. [ZBX-12446] fixed discovery and auto registration to accept
	   empty DNS names (vso)
........S. [ZBX-12295] fixed possible accumulation of executed tasks in
	   database (Sergejs)
........S. [ZBX-12318] fixed maintenance status not being updated in cache
	   if host is disabled (vso)
.......PS. [ZBX-12224] fixed connection to Oracle database when database
	   server gives out warnings (gleb)
...G...PS. [ZBX-12195] fixed contamination of script output with Zabbix'es
	   own log messages when logging level is set to 4 or 5 and
	   LogType=console (gleb)
...G...... [ZBX-12270] fixed processing of AIX item 'system.stat[ent]'
	   in agent; thanks to Marc for patch (Andris)
..F....... [ZBX-12277] fixed trigger expression test form incorrectly
	   replacing macros (Ivo)
2017-11-16 12:50:34 +00:00
he
c086e87693 Zabbix_agentd is a threaded program, and it tries to muck with the
global `_res' variable.  That's not supported on NetBSD, and IME
causes the zabbix agent daemon to exit shortly after having been started.
Convert to instead using res_ninit(), res_nsend(), and res_nclose().
Bump PKGREVISION.
2017-11-16 11:01:12 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
adam
2432c92fc8 Changes for 3.2.7:
New features:
* updated Catalan, Chinese (China), English (United States), Japanese, Korean, Polish, Portuguese (Brazil), Ukrainian translations

Bug fixes:
* fixed history page to display values in chronological order
* fixed security vulnerability with execution of the remote commands on server; thanks to MATSUDA Daiki, Ron Waisberg for report
* items use global regexps with multiple subexpressions
* fixed memory leak when using UserParameter with suppressed characters passed in arguments
* fixed collecting value of VMware host memory balloon size
* fixed incorrectly escaped IT Service parent name
* fixed sorting of host interfaces; fixed selection of the default host interface
* fixed update in mass update form when inventory mode is not set explicitly
* fixed missed page number in problems export
* fixed unchecked checkboxes after deleting script, mediatype or proxy
* fixed user's access level to display popup content
* removed link from uneditable template and host names in all configuration sections
* improved LDAP authentication module status check for authentication form
* fixed incorrectly displayed calendar date in maintenance edit form
* fixed trigger wizard expressions sorting as well as wizard crash due incorrect expression removal
* fixed nested host group filter in top 100 triggers, item configuration list and dashboard widgets
* fixed permissions and performance issues with event.get and problem.get methods
* fixed handling of database failure during ID selection
* fixed problem with lost IDs of unlinkable templates
* fixed Oracle batch insert return value
* fixed displaying hints with no content inside
* fixed undefined index error in host import form while importing templates
* fixed cookie vulnerability for tabbed forms
* fixed duplicated error messages in screens section
2017-07-26 08:24:06 +00:00