Announcing Release 12 of the PostgreSQL Buildfarm client

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Announcing Release 12 of the PostgreSQL Buildfarm client
Дата
Msg-id dd296198-aefe-30d5-e206-09d6fd25029f@dunslane.net
обсуждение исходный текст
Список pgsql-hackers
At long last I have just pushed Release 12 of the PostgreSQL Buildfarm
client. It's been about 16 months since the last release.

Apart from some minor fixes and code tidy up. this includes the
following more notable changes:

  * the TextUpgradeXVersion module is brought up to date with various
    core code changes
  * a module-neutral, animal-based save mechanism replaces the bespoke
    mechanism that was implemented in TestUpgradeXVersion. This will
    enable future development like testing openssl builds against NSS
    builds etc.
  * a standardized way of accumulating log files is implemented. This
    will enable some planned server side improvements.
  * requests are now signed using SHA256 nstead of SHA1.
  * there is a separate config section for settings to be used with
    valgrind. This makes it easier to turn valgrind on or off.
  * typedefs detection is improved for OSX
  * there is a setting for additional docs build targets, in addition to
    the standard html target.
  * use of the configure "accache" is made substantially more robust
  * timed out processes are more verbose

Downloads are available at
<https://github.com/PGBuildFarm/client-code/releases> and
<https://buildfarm.postgresql.org/downloads>


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier?
Следующее
От: Jacob Champion
Дата:
Сообщение: Re: Proposal: Save user's original authenticated identity for logging