ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MPV/Changes
Revision: 1.16
Committed: Wed May 17 09:53:28 2023 UTC (12 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

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