File: Changes

package info (click to toggle)
libnet-async-mpd-perl 0.005-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 766; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 809 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
Revision history for Net-Async-MPD

0.005     2018-12-08 18:37:01+00:00 Europe/London

    * Fixes:
      * Fixed an issue with the parser for grouped results ignoring
        the last line of input

0.004     2018-01-29 23:03:08+00:00 Europe/London

    * Fixes:
      * Some minor documentation fixes (typos, etc) and expansions
    * Changes:
      * Tests no longer fail when warnings are found, pending
        a more permanent solution to the warnings thrown by
        upstream modules in some cases.

0.003     2018-01-23 21:56:11+00:00 Europe/London

    * Fixes:
      * Command list in send() is validates after processing
      * Small fixes and corrections in the documentation

0.002     2018-01-23 20:09:50+00:00 Europe/London

    Initial release, as a port to IO::Async of AnyEvent::Net::MPD