Releases: DE-IBH/apt-dater
Releases · DE-IBH/apt-dater
1.0.4
Changes:
- tmux
- bind kill-pane to
q
w/o prefix key (requires tmux 2.1+)
(github pull request #130 by Stefan Bühler @stbuehler)
- bind kill-pane to
- Travis CI:
- Bugfixes:
- Fix Tcl filters never matching due to broken return code handling.
- Do not fail on make install on updating due to symlinks creation.
(github issue #131 by Robin Kluth @Commifreak) - Revert a82d3f7: default config value for 'err-pattern' should not
use html entities.
(github issue #124 by Stephan Sürken [email protected]) - Fix syntax of report.dtd schema.
(github issue #153 by Mathieu Parent @sathieu)
- Update to automake 1.16.
1.0.3
ChangeLog:
- adsh: ssh wrapper which records ssh sessions using script
- screen: add support for SCREENDIR env variable
(github pull request #111 by Thomas Wouters @twouters) - Update to automake 1.15.
- Bugfixes:
- man: change config filenames (s/(apt-dater|hosts).config/$1.xml/g;)
(Debian Bug#793100 by Stephan Sürken <[email protected]>) - etc: take account of --sysconfdir
(github issue #101 by Alex Dunn @dunn) - suppress I/O warnings triggered by XInclude
- check libxml2 ABI interface
- fix MAINTAINER env variable handling
- replace MAINTAINER by AD_MAINTAINER environment variable
- fix hooks/plugin-dir example and schema definition
(github issue #100 by @fufroma) - fix syntax of string comparison in ssh-addonce
(github pull request #103 by @jvsalo) - fix hosts stuck in refresh
(Debian Bug#801994 by Stefan Bühler <[email protected]>) - use localstatedir in stead of static /var
(github pull request #109 by Thomas Wouters @twouters) - recursive eval datarootdir fixing default value of XML_SCHEMA_DIR
(github issue #112 by @kpengboy)
(Debian Bug#826403 by Evgeni Golov <[email protected]>) - fix typo in german translation
(Debian Bug#813103 by Alexander Schier <[email protected]>) - workaround for less: use errpattern with grep -P only and enable
colorized output in less - change default screen socket dir on OS X
(github issue #110 by Thomas Wouters @twouters) - tmux: silence obsolete tmux 2.2 option "status-utf8"
(Debian Bug#827107 by Evgeni Golov <[email protected]>) - use LC_ALL=C on date call for reproducible builds
(Debian Bug#797211 by Chris Lamb <[email protected]>)
- man: change config filenames (s/(apt-dater|hosts).config/$1.xml/g;)
1.0.2
- Minor bugfixes by Simon Kainz <[email protected]>:
- Segfaulting due misused g_error() call (Debian Bug#767584).
- Typos in manpages (Debian Bug#770444).
- Drop linking binary blobs for default configs, use portable xxd
based implementation (Debian Bug#767594). - Switching config engine again: libxml2
- Convertion of legacy hosts.conf to hosts.xml.
- Update host states using GFileMonitor instead of polling.
- Make apt-dater usable by different concurrent users sharing the
same hosts and sessions. - Add support using tmux for tty muxing instead of screen
(required to support different users sharing sessions). - Allow reproducible builds.
(Debian Bug#789648 by Dhole <[email protected]>) - Do not run ssh-add for keys already in ssh-agent.
1.0.1
- Update German localization.
- Assume target_os is linux compatible as default
(fixes building on kfreebsd and hurd flavours). - Use SSH / OptionalCmdFlags on host refresh.
(Closes Debian Bug#678111 by "jonas") - Fix sftp's port parameter.
(Contributed by Michael Abmayer) - Don't translated shortcuts on help screen.
(Contributed by Michael Abmayer) - Localize 'Oldest:' date/time display.
(Closes Debian Bug#718500 by Timo Weingärtner <[email protected]>) - Add negative lookbehind to error detection. This stops
matching lines like "No error reported.".
(Closes github issue #25 by Stefan Eriksson.) - Add Portuguese translation.
(Closes Debian Bug#757290 by Américo Monteiro <[email protected]>) - Update to automake 1.14.
- Add new configuration backend using libconfig.
(Closes github issue #5 and #9 by Stefan Eriksson and
Debian Bug#678271 by jonas <[email protected]>) - ADP 7.0: Eval needrestart's kernel status to detect kernel updates.
(Closes github issue #37 by GiNeR) - Update Portuguese translation.
(Closes Debian Bug#767524 by Américo Monteiro <[email protected]>)
1.0.0
- Update German localization.
- Assume target_os is linux compatible as default
(fixes building on kfreebsd and hurd flavours). - Use SSH / OptionalCmdFlags on host refresh.
(Closes Debian Bug#678111 by "jonas") - Fix sftp's port parameter.
(Contributed by Michael Abmayer) - Don't translated shortcuts on help screen.
(Contributed by Michael Abmayer) - Localize 'Oldest:' date/time display.
(Closes Debian Bug#718500 by Timo Weingärtner <[email protected]>) - Add negative lookbehind to error detection. This stops
matching lines like "No error reported.".
(Closes github issue #25 by Stefan Eriksson.) - Add Portuguese translation.
(Closes Debian Bug#757290 by Américo Monteiro <[email protected]>) - Update to automake 1.14.
- Add new configuration backend using libconfig.
(Closes github issue #5 and #9 by Stefan Eriksson and
Debian Bug#678271 by jonas <[email protected]>) - ADP 7.0: Eval needrestart's kernel status to detect kernel updates.
(Closes github issue #37 by GiNeR)
0.9.0
- Add 'failure diagnostic' screen.
(Closes Debian Bug#646902 by Markus Raab) - Document ErrPattern statement in apt-dater.conf.
(Closes SF Bug by Herman van Rink) - Remove depreciated Tcl_Interp access (required for Tcl8.6+).
- Include config.h before using HAVE_LOCALE_H (provided by Patrick Matthäi).
- New feature: cluster support (README.clusters)
- Sync to apt-dater-host 0.9.0-adp0.6:
- cluster support
- depend on ImVirt.pm on Debian