ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MPV/Changes
Revision: 1.17
Committed: Sun May 26 01:53:22 2024 UTC (2 weeks ago) by root
Branch: MAIN
CVS Tags: rel-1_04, HEAD
Changes since 1.16: +3 -0 lines
Log Message:
1.04

File Contents

# Content
1 Revision history for AnyEvent::MPV
2
3 1.04 Sun 26 May 2024 03:53:03 CEST
4 - use a child weatcher in ->stop to try to clean up the mpv pid.
5
6 1.03 Sat 01 Apr 2023 08:30:44 CEST
7 - only create a write-watcher if the commands cannot be written
8 immediately, which lowers overhead and improves responsiveness
9 in practically all situations.
10 - better portability to 32 bit perls.
11
12 1.02 Thu 30 Mar 2023 19:32:43 CEST
13 - trace was only effective on the first ->start.
14
15 1.01 Thu 23 Mar 2023 20:21:53 CET
16 - the default on_event method implementation failed
17 to pass the event data to the on_event callback.
18
19 1.0 Wed 22 Mar 2023 19:20:00 CET
20 - implement a registry wrapper around events.
21 - create json coder/decoder only once instead of per request.
22 - lots of random example snippets added, also, synopsis.
23 - used in production.
24
25 0.2 Mon 20 Mar 2023 13:25:29 CET
26 - event key itself is no longer passed in on_event event object.
27 - the destructor now calls ->stop.
28 - ">mpv" trace messages now contain the whole command.
29 - some internal refactoring.
30
31 0.1 Mon 20 Mar 2023 00:24:44 CET
32 - initial CPAN release.
33
34 0.0 Sun 19 Mar 2023 19:27:47 CET
35 - original version, an AnyEvent::AIO + "doomfrontend" clone