summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26Pull in the fixes I just made to emacs20:dholland4-8/+50
(1) set ELFSIZE correctly; don't know how this ever worked (2) add workaround for gcc compiling calloc into an infinite loop calling itself.
2016-11-26Two fixes: (1) set ELFSIZE correctly (I have no idea how this ever worked)dholland4-20/+42
and (2) work around the problem where gcc 5.x compiles calloc into a call to itself. PKGREVISION -> 21.
2016-11-26devel/gprbuild-aux: Commit forgotten filemarino2-1/+90
User-error on CVS, the file didn't get successfully added the first time. While here, correct the localbase on the xml data file.
2016-11-25PR pkg/50275: Explicitly disable the locking type here. If shlock is notjoerg1-1/+2
a platform tool, it will introduce cyclic dependencies otherwise, e.g. via sysutils/checkperms.
2016-11-25Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-auxmarino22-357/+127
This large commit accomplishes the following: 1) Switch USE_LANGUAGES=ada to require lang/gcc5-aux (gcc 5.4) instead of lang/gcc-aux (gcc 4.9.2) on gcc.mk 2) Bump affected ports and fix paths as necessary 3) Upgrade devel/gprbuild to the latest release - No longer requires lang/gnat_util - gprslave requires gcc6-aux, so it was disabled for now 4) Fix lang/gnat_util but set PKG_SKIP_REASON - It has no further purpose in the pkgsrc tree - It has no practical purpose outside of the pkgsrc tree - Indicate intent to remove from tree in Jan. 2017 5) Set devel/GPS as failed with PKG_FAIL_REASON - This version of GPS is several years old and at the time they were strongly tied to compiler. - Latest release of GPS require gcc6-aux (not available) and several new and complex dependencies - maintainer (me) has no interest to continue supporting it - Leaving GPS in place until Jan 2017 to give another person chance to upgrade and take over support - Latest version in FreeBSD Ports Collection as a reference point
2016-11-25Updated math/gnome-calculator to 3.22.2prlw11-1/+2
2016-11-25Update gnome-calculator to 3.22.2prlw12-7/+7
Overview of changes in gnome-calculator 3.22.2 * Fixed conversion unit switch (Robert Roth) * Fixed first expression with parentheses (Robert Roth) * Fixed possible errors on currency conversion (Robert Roth) * Ctrl+Backspace should only delete last number (Robert Roth) * Fixed reusing results from the history stack (Antonio Ospite) Overview of changes in gnome-calculator 3.22.1 * Headerbar layout fixes (djb) * Use dim labels for bit markers in Programming mode (djb) * Fixed history scrolling (Robert Roth) * Minor programming errors fixed (Tobias Mueller) * Vertically center headerbar button content (Lapo Calamandrei) * Updated styles for gtk+ 3.20 (Exalm) * [l10n] update Croatian translations (gogo) Overview of changes in gnome-calculator 3.22.0 * Fix base change for log, fixes #748729 (Robert Roth) * Math buttons: fix a (potential) crash loading financial dialogs (Tobias Mueller) * Updated Dutch translation master (Nathan Follens) * [l10n] update Persian translations (Arash Mousavi) Overview of changes in gnome-calculator 3.21.92 * Updated Thai translation (Akom Chotiphantawanon) * Updated Polish translation (Piotr Drąg) * Update British English translation (David King) * Disable pt translation of the manual (Emmanuele Bassi) * Updated Portuguese translation (Tiago Santos) * fix the build (Matthias Clasen) * Added Portuguese translation (Tiago Santos) * Updated Polish translation (Piotr Drąg)
2016-11-25Updated x11/gtksourceview3 to 3.22.0prlw11-1/+2
2016-11-25Update gtksourceview3 to 3.22.0prlw13-9/+14
Highlights: * Improvements to the syntax highlighting of: CSS and Rust * GtkSourceRegion: add functions to add/subtract/intersect two GtkSourceRegions * Export SourceRegion in the public API * Build fixes on ARM * Translation updates Full list of changes available at: https://git.gnome.org/browse/gtksourceview/tree/NEWS?h=3.22.0
2016-11-25Updated devel/pangomm to 2.40.1prlw11-1/+2
2016-11-25Update pangomm to 2.40.1prlw13-11/+13
2.40.1 (stable): * C++11: Make all operator bool()s explicit. (Murray Cumming) * Build: Fix silent builds. (Kjell Ahlstedt) Bug #768797
2016-11-25Updated x11/gtkmm3 to 3.22.0prlw11-1/+2
2016-11-25Update gtkmm3 to 3.22.0prlw13-11/+27
Highlights: * FileChooser: Added add_choice(), remove_choice(), set_choice(), get_choice(). * Menu: Add popup_at_rect(), popup_at_widget(), popup_at_pointer(), signal_popped_up(), and the anchor_hints, rect_anchor_dx, rect_anchor_dy, and menu_type_hint properties. * Popover: Add popup() and popupdown(), * RadioMenuItem, RadioToolButton: Add join_group(). * ScrolledWindow: - Added get/set_max_content_height/width() and properties. - Added get/set_propagate_natural_height/width() and the properties. * Add the ShortcutLabel widget. * TreeNodeChildren: Deprecate the reverse iterator. * Pixbuf: Added set_option(), remove_option(), and copy_options(). * PixbufFormat: Added is_save_option_supported(). * GLContext: Add set/get_use_es() * Add Monitor. Full list of changes at: https://git.gnome.org/browse/gtkmm/tree/NEWS?h=3.22.0
2016-11-25Updated devel/glibmm to 2.50.0prlw11-1/+2
2016-11-25Update glibmm to 2.50.0prlw13-11/+33
Highlight: Gio: * Added ListModel, ListStoreBase and ListStore<>, and tests. (Kjell Ahlstedt, Murray Cumming, Marcin Kolny) Bug #755307 Full list of changes at: https://git.gnome.org/browse/glibmm/tree/NEWS?h=2.50.0
2016-11-25doxygen is needed as a BUILD_DEPENDS only for the "doc" option (and bump theleot1-3/+2
minimum version needed for it).
2016-11-25Fix building on newer macOSadam1-1/+3
2016-11-25Backport a SunOS mutex fix from upstream trunk. Bump PKGREVISION.fhajny4-6/+42
2016-11-25Updated devel/libsigc++ to 2.10.0prlw11-1/+2
2016-11-25Update libsigc++ to 2.10.0prlw13-11/+40
Given "Some more minor uses of C++11 syntax." below, up GCC requirement to 4.8 and add -std=c++11 to be consistent with e.g., glibmm. 2.10.0 (stable): * Build: Fix silent builds. (Kjell Ahlstedt) Bug #768797 2.9.3 (unstable): * signal: Deprecate slots(). Please tell us if you really need this. (Murray Cumming) Deprecate emit_reverse(). Please tell us if you really need this. (Murray Cumming) * Benchmark: Update it and use boost::timer, and actually build it, but not built by default. (Murray Cumming) Build: * Fix the build on MSVC++ 2013 and 2015. (Chun-wei Fan) Bug #767777 2.9.2 (unstable): * Minor documentation improvements. (Murray Cumming) * Some more minor uses of C++11 syntax. (Murray Cumming) 2.9.1 (unstable): * slot: Allow sigc::slot<R(Args...)> syntax, like std::function, deprecating the sigc::slot<R, Args...> syntax. (Murray Cumming, Kjell Ahlstedt) Bug #763393 * signal: Allow sigc::signal<R(Args...)> syntax, like std::function, deprecating the sigc::signal<R, Args...> syntax. (Murray Cumming, Kjell Ahlstedt) Bug #763393
2016-11-25If the curses include directory doesn't contain form.h, but the ncursesjoerg1-1/+8
subdirectory does, explicitly include the latter in the search path. This helps with the header moves in OpenSuSE.
2016-11-25Don't try to adjust BUILDLINK_INCDIRS.curses by a non existing prefix.joerg1-2/+2
2016-11-25Updated x11/gtk3 to 3.22.4prlw11-1/+2
2016-11-25Update gtk3 to 3.22.4prlw14-17/+47
Some highlights: * Deprecations have been added for APIs that will be removed in GTK+ 4 * GtkHeaderBar supports expanding children * GtkApplication supports registering with the Xfce session manager * Keep firefox working after the introduction of GdkDrawingContext * New APIs: - gtk_show_uri_on_window - gtk_file_filter_to/from_gvariant - gtk_file_chooser_add/remove/set/get_choice - gtk_print_settings_to/from_gvariant - gtk_paper_size_to/from_gvariant - gtk_page_setup_to/from_gvariant * GDK has a new GdkMonitor api that offers richer information about connected outputs * GdkSeat and GdkDevice gained API for device tools, to support drawing tablets * 773180 Don't second-guess whether our GDK GL context is GLES * 743746 Add GLES 2.0 (and/or 3.0) profile * Translation updates Full list of changes available at: https://git.gnome.org/browse/gtk+/tree/NEWS?h=3.22.4
2016-11-25Updated devel/py-gobject3 to 3.22.0prlw11-1/+2
2016-11-25Upate py-gobject3 to 3.22.0prlw12-8/+8
3.22.0 19-Sep-2016 - configure.ac: pre-release version bump to 3.22.0 (Christoph Reiter) 3.21.92 11-Sep-2016 - Handle nullable filename parameters (Christoph Reiter) (#770821) - Fix list/hashtable enum <-> hash conversion on 64-bit big endian (Aurelien Jarno) (#770608) - Allow passing sockets to io_add_watch on win32 (Lukas K) (#766396) - tests: use dbus-run-session instead of dbus-launch to run tests (Michael Biebl) (#770798) - configure.ac: post-release version bump to 3.21.92 (Christoph Reiter) 3.21.91 25-Aug-2016 - Allow installing with pip (Mathieu Bridon) (#767988) - Skip a test with older glib (Christoph Reiter) (#740301) - Fix a test with Python 3.1/3.2 (Arfrever Frehtes Taifersar Arahesis, Christoph Reiter) (#740324) - tests: Use places kwarg for assertAlmostEqual (Arfrever Frehtes Taifersar Arahesis, Christoph Reiter) (#740337) - Print exception if marshalling a signal argument fails (Christoph Reiter) (#748198) - overrides: allow treemodel sequence shorthands (Marinus Schraal) (#766580) - Remove pygobject-external.h (Christoph Reiter) (#767084) - Remove pygobject-private.h and rename pygobject.c to pygobject-object.c (Christoph Reiter) (#767084) - Merge pyglib-private.h into pyglib.h (Christoph Reiter) (#767084) - Remove pygi.h and pygi-private.h (Christoph Reiter) (#767084) - configure.ac: post-release version bump to 3.21.1 (Simon Feltman) 3.21.0 24-Apr-2016 - gi: Add require_versions() function (Dustin Falgout) (#761141) - test_gerror_novalue: Don't assign the error to a variable (Iain Lane) (#764165) - build: Do not enable code coverage based on lcov (Emmanuele Bassi) (#764075)
2016-11-25Updated devel/gobject-introspection to 1.50.0prlw11-1/+2
2016-11-25Update gobject-introspection to 1.50prlw13-10/+11
- grew a g-ir-inspect tool to inspect GI typelibs - no longer uses g_autoptr - many other updates
2016-11-25Updated devel/at-spi2-atk to 2.22.0prlw11-1/+2
2016-11-25Update at-spi2-atk to 2.22.0prlw12-7/+7
* Remove some inadverrtently-committed debugging code. * atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is set (bgo#770574). * emit_event: Fix out-of-bounds memory access if class is NULL.
2016-11-25Updated devel/at-spi2-core to 2.22.0prlw11-1/+2
2016-11-25Update at-spi2-core to 2.22.0prlw13-9/+11
- depened on libXi * at-spi-bus-launcher: fix uninitialized variable. * Fix return value error in session_manager_connect (bgo#768881). * Fixed a crash in atspi_accessible_clear_cache. * Fixed a crash caused by at-spi2-registryd dying. * Fixed some session management issues in at-spi-bus-launcher. * Allow building without Xtst, Xi with --disable-x11 * ref_accessible_desktop: don't unref reply until we're finished with it * Updated translations. * Fix parsing of at-spi-bus-launcher command line arguments (bgo#765220). * Build clean-ups.
2016-11-25Updated devel/glib2 to 2.50.2prlw11-1/+2
2016-11-25Update glib2 to 2.50.2prlw13-12/+16
- grew a "gio" tool for the equivalent of ls, mv, mount, which also builds on Windows. "gio tree" is quite nice. - updated to Unicode 9.0.0. - added structured logging. Full list of changes available at: https://git.gnome.org/browse/glib/tree/NEWS?h=2.50.2
2016-11-25Add gio-fam to category gnome.prlw11-2/+2
2016-11-25devel: gnatpython, gprbuild-aux: remove bad MASTER_SITES entrymarino2-6/+4
2016-11-24devel/readline: On DragonFly, uses ncurses instead of termcapmarino1-1/+6
There is no termcap library available in any form on DragonFly. Discussed with wiz@.
2016-11-24devel/florist: Fix style issues on generated specification filemarino2-4/+22
This allows build with gcc5-aux compiler.
2016-11-24Updated lang/nodejs to 7.2.0fhajny1-1/+2
2016-11-24Update lang/nodejs to 7.2.0.fhajny2-7/+7
- crypto: The Decipher methods setAuthTag() and setAAD now return this. - dns: Implemented {ttl: true} for resolve4() and resolve6(). - libuv: Upgrade to v1.10.1 - Fixed a potential buffer overflow when writing data to console on Windows 10. - process: Added a new external property to the data returned by memoryUsage(). - tls: Fixed a memory leak when writes were queued on TLS connection that was destroyed during handshake. - V8 (dep): Upgrade to v5.4.500.43 - v8: The data returned by getHeapStatistics() now includes three new fields: malloced_memory, peak_malloced_memory, and does_zap_garbage.
2016-11-24new tcshchristos1-1/+2
2016-11-24Welcome to tcsh-6.20.00christos4-35/+13
2016-11-24lang/gcc5-aux: add "allstages" option and explicitly enable sharedmarino1-14/+6
The compiler failed to build on DragonFly and I think it was because --enable-shared wasn't explicitly set. Previously this was the default but maybe it's not anymore. While here I added a new (non-default) option to build via a long 3 stages instead of a quick single stage.
2016-11-24Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)mef7-11/+15
2016-11-24Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++.mef14-35/+27
2016-11-24Updated devel/doxygen to 1.8.12mef1-1/+2
2016-11-24Update devel/doxygen 1.8.11 to 1.8.12mef2-8/+7
------------------------------------- Release 1.8.12 (release date 05-09-2016) * Bug 306025 - Fix missing title in non-page docanchors from tag files * Bug 504305 - FILTER_PATTERNS won't take command with arguments * Bug 675165 - Uses <img> instead of <object> html tag for SVG images * Bug 700381 - error state 21 with fortran code (fixed format) * Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF output * Bug 722654 - Inherited member of template class issues warning and is not documented * Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 - FORTRAN: comment in subroutine argument list * Bug 749924 - Doxygen handles comments in Objective-C code blocks incorrectly. * Bug 750930 - Representation of arrows * Bug 751416 - Markdown: > escaped within backticks * Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from SOURCE_DATE_EPOCH * Bug 752712 - last entry missing in a @name group of typedefs * Bug 753608 - Link of typedef within namespace on group pages missing * Bug 757509 - __init__.py causes to ignore some inheritance * Bug 760086 - Figure title needs to be on separate line in order for it to work * Bug 760836 - Phantom variables/functions in XML, created from non-code files * Bug 760970 - CASE_SENSE_NAMES ignored * Bug 761007 - Spaces between the closing bracket of the typename and the opening bracket of the parameter list cause detection issues. * Bug 761139 - python unicode docstrings are ignored , * Bug 761471 - Do not allow ligatures in log output * Bug 762670 - References for one function can inherit References from subsequent non documented function * Bug 762934 - External search does not properly escape user supplied data, resulting in vulnerability * Bug 762982 - regression, Unescaped percent sign in doxygen output * Bug 763104 - hyperref link label drop underscores * Bug 763105 - Directory list is not generated in HTML output * Bug 763471 - imported section anchors are copied in project tagfile * Bug 763720 - Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation , * Bug 764359 - Recent File list allows only 2 entries , * Bug 764515 - doxygen crashes no resolved * Bug 764656 - generated xml has errors * Bug 764711 - quick link index in alphabetical class list in classes.html doesn't work * Bug 765001 - Bad character escaping scheme in HTML anchor generation. * Bug 765002 - `@addindex`entries fail to link to the exact location in Compiled HTML Help. * Bug 765070 - Java: final keyword on a parameter brakes docs inherinance * Bug 765692 - Using `@page` to add title to Markdown file generates surplus empty page. * Bug 766059 - DOT_PATH not expanded * Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygen * Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = YES) * Bug 766698 - VHDL: missing last sign in html documentation of constant declaration * Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based output * Bug 766809 - Enumerations heading present but none listed * Bug 767171 - ALIASES stop working after verbatim with formula and /** */ * Bug 768830 - Doxygen segfault (return code 134) when parsing a c++ enum class contained in a class * Bug 768954 - Segmentation fault when processing md containing only header * Bug 769018 - Invalid XHTML if the directives brief and exception are following immediately * Bug 769028 - Can't scroll using finger documentation in Chrome browser on Android OS * Bug 769736 - doxygen generates incorrect documentation for C enum in latex * Bug 770660 - Code snippet always shows line numbers from 1 * Bug 770747 - Broken links in HTML output with SHOW_FILES=NO * Add caption in verbatim blocks. * Add parameter in/out specifiers to output. * Add section title to output. * Added .codedocs file * Added an option to add "anonymous" headings to the table of contents (currently Markdown only). * Added generating template files and reading templates from disk if present * Added missing free * Added support for encoding tag to the template engine used for HTML help indices * Adding compilation options for flex/lex and bison/yacc * Adding partial htmlhelp support to template system * Adjusted Doxygen to doxygen in running text in the manual * Allow verbatim code block to be placed on the output. * Also map .f95, .f03 and .f08 file types to Fortran * Another possible fix * Applied responsive design to menu bar using smartmenus * Assertion failure generation documentation * Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis) * Building doxyapp fails after update of config methodology to improve performance * Bump version for GIT repo * CMAKE: Fix building on Windows with VS 2015 * Changed configuration mechanism to directly access options in order to improve performance * Code with "extension" unparsed shows line numbers * Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN code * Color code word RESULT as keyword in FORTRAN code * Determination of end of parameter list * Disable selecting line number * Disabled debug prints * Documentation for extensions .f95, .f03 and .f08 * Doxygen fails to copy logo image to LaTex output dir * FORTRAN determination string in preprocessing * Feature: Translations for german language (changes since 1.8.4) * Fix STRIP_FROM_PATH when running from drive root * Fix Windows build instructions. * Fix documentation typos * Fix for HTML output when using server side search and the the new menu bar * Fix for changed references due to different removeRedudantWhiteSpace() implementation * Fix for empty file name * Fix for error in travis.yml * Fix issue escaping backslash inside markdown style code span * Fix linker flags for building with clang on Windows * Fix order of member initilaization * Fix return-type warnings with -DNDEBUG * Fix search box rendering in HTML when menu bar is disabled * Fix uppercase letters B-Z being unnecessarily escaped in index HTML anchors. * Fixed for index.hhp output when using template engine * Fixed issue escaping ndashes (\--) and mdashes (\---) * Fixed problem with -w command when no Doxyfile was present and specified * Fixed two regressions found during extensive testing * Fixed typos. * Fixed wrong <p> nesting issue for call/caller graphs * Fortran inline source code and crash on Linux * Improve output on mobile devices * Improved list of files in htmlhelp.hhp * Improved sorting performance for directories and files * Include command show line number (e.g. LaTeX) * Initialization of python variables and type determination * Introducing commands includedoc and snippetdoc * Latex page numbering * Minor build fixes * Minor correction for BUILD.txt * Minor performance improvement sorting directories * Minor update to the installation instructions * Missing semicolon in navtree.css * Modified (readability) layout for member title in HTML and LaTex * Optimized use of convertNameToFile to improve performance * PDF generation stops when image with caption is included in a table. , * Parse more than 1 size indiction in defaultHandleTitleAndSize * Problem jumping to line number in source code due to wrong hypertarget name * Python strip code comments * Reimplemented node renumbering for dot graph to improve performance * Remove unused variables , * Removed ambiguity in the XML schema definition * Revert #291 * Simplified code of fix for Bug 765001 * Sorting in latex index and missing \@ in index * Split apt-get install commands in travis config in an attempt to reduce timeouts * Style fixes and added numbering to overloaded members * Table of contents breaks when documentation spans multiple comment blocks with same @page * Unified display of enum values across output formats and languages * Unify handling of extra packages in formula.cpp and latexgen.cpp so formula.cpp handles package arguments correctly * Update LICENSE file to latest from FSF * Update copyright year in docs * Updated README.md to include code docs * Updated stylesheet for the manual to fix layout issue in the navigation tree * Warnings from CLANG compiler * fix ninja build error * fixed rtf subsection * mangen.h: remove italic in brief member descriptions * reimplemented removeRedundantWhiteSpace() to improve performance * sqlite3gen: defnname -> defname * sqlite3gen: export proper memberdef refid * sqlite3gen: insert xrefs using integer refids * sqlite3gen: stripFromPath on all calls to insertFile * sqlite3gen: stripWhitespace on bitfield's text * sqlite3gen: sync with xmlgen * sqlite3gen: use the refid stored in the refids table
2016-11-24Remove unused patch.wiz1-22/+0
2016-11-24Updated databases/pgpool2 to 3.6.0fhajny1-1/+2
2016-11-24Update databases/pgpool2 to 3.6.0.fhajny4-14/+16
3.6.0 Notable new features - Improve the behavior of fail-over. - New PGPOOL SET command has been introduced. - Watchdog is significantly enhanced. - Handling of extended query protocol (e.g. used by Java applications) in streaming replication mode speeds up if many rows are returned in a result set. - Import parser of PostgreSQL 9.6. - In some cases pg_terminate_backend() now does not trigger a fail-over. - Change documentation format from raw HTML to SGML. 3.5.4 Bug fixes - Fix buffer over run problem in "show pool_nodes". - Fix usage of wait(2) in pgpool main process. - Save and restore errno in each signal handler. - Fix handling of pcp_listen_addresses config parameter. - Fix "kind mismatch" error message in pgpool. - Replace "MAJOR" macro to prevent occasional failure. - Fixing a coding mistake in watchdog code. - doc : Fixing a typo in english doc - Fix for bun 215 that pgpool doesn't escalate ip in case of another node inavailability. - Fix for bug of inconsistent status of Postgresql nodes in Pgpool instances after restart. - SIGUSR1 signal handler should be installed before watchdog initialization. - Fix for bug 228 that pgpool doesn't de-escalate IP in case network restored. - Fix hang when portal suspend received. - test : Add regression test for bug 230. - Fixing a typo in the log message. - Fixing the error messages when the socket operation fails. - Tighten up health check timer expired condition in pool_check_fd(). - doc : Add comment to the document about connection_cache. - Fix Handling of pcp_socket_dir was missing from pool_get_config(). - doc : Fix Japanese document typo. - Fix "out of memory" by using "pg_md5 -m". - Fix for 237 that Pgpool-II fails to start if listen_addresses is empty string. 3.5.3 New features - Allow to access to pgpool while doing health checking Bug fixes - Fix is_set_transaction_serializable() when SET default_transaction_isolation TO 'serializable'. - Fix Chinese documetation bug about raw mode - Fix confusing comments in pgpool.conf - Fix extended protocol handling in raw mode - Permit pgpool to support multiple SSL cipher protocols - If statement timeout is enabled on backend and do_query() sends a query to primary node, and all of following user queries are sent to standby, it is possible that the next command, for example END, could cause a statement timeout error on the primary, and a kind mismatch error on pgpool-II is raised. - Deal with the case when the primary is not node 0 in streaming replication mode. - Fix a posible hang during health checking - change the Makefile under this directory src/sql/,that is proposed by - fix for 0000197: pgpool hangs connections to database.. - Fix bug with load balance node id info on shmem - Fixing coverity scan reported issues. 3.5.2 Bugfixes - Fix for segfault during trusted_servers check - Removing the limit on the maximum number of items in the black_function_list and white_function_list lists - Fix check "PCP Directory" in "Parameter Setting" in install - Fix extended protocol hang with empty query - Redirect all user queries to primary server - Change the PID length of pcp_proc_count command result to 6 characters long 3.5.1 Bugfixes - Add some warning messages for wd_authkey hash calculation failure - test: Fix regression test to check timeout of each test - test: Allow timeout value to be specified by the command option - Fix compile issue on FreeBSD - test: Fix test/regression/clean.sh to remove binary files of 010.rewrite_timestamp test - Fix memorry leak reported by Coverity (CID 1350095) - Fixing pgpool-recovery module compilation issue with PostgreSQL 9.6 - Fix to properly process an empty query that has only comments - Fix a reset query stuck problem - Fix a reset query stuck problem - Fix query stuck problems in streaming replication mode with extended protocol queries - Fix pgpool hung after receiving error state from backend - Fix bug that child processes exit and are not re-spawned - Fix typo in configure - doc: Change description of backend_flag - doc: Fix installation procedure. - test: Fix pgpool_setup to not confuse log output - Fix to validate the PCP packet length