File: Changes

package info (click to toggle)
liblinux-systemd-perl 1.201600-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 640; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Changelog for Linux-Systemd

1.201600 2020-06-08T05:59:06Z
 - [Closes #4] Fix test failure from mixing `no_plan` and `done_testing`
 - Repo migrated to Gitlab

1.191790 2019-06-28T16:27:06Z
 - [really closes #3] don't use Try::Tiny

1.172840 2017-10-11T01:38:08Z
 - [closes #3] don't be lazy by using Try::Tiny during configure stage
 - Fix some POD

1.172760 2017-10-03T03:56:02Z
 - Better caller information
 - Added license and readme

1.162700 2016-09-26T03:45:31Z
 - Renamed dist from Linux-Systemd-Journal to Linux-Systemd
 - Add Linux::Systemd::Daemon::sd_notify (Ioan Rogers)

0.004 2016-08-07T20:59:20Z
 - [closes #2] replace call to av_top_index to av_len because it is
   available on perls < 5.18 (Ioan Rogers)

0.003 2015-10-11T03:51:42Z
 - [Closes #1] fix missing params to C calls
 - Add a previous method
 - Add a tail example.
 - some non-visible improvements to some of the XS

0.002 2015-03-30T03:50:49Z
 - Initial journal read support
 - Added a Linux::Systemd::Journal placeholder to get the namespace. The
   previous release was never actually indexed.

0.001 2014-05-11T20:56:13Z
 - First release