-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
37 lines (20 loc) · 865 Bytes
/
NEWS
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
Version 2.1.3 (2019-01-29):
*) Migrated to GIT.
*) New author, maintainer and homepage.
*) Fixed UTF-8 file encodings.
Version 2.1.2 (2015-10-26):
*) Bug fixes (?)
Version 2.1.1 (2015-10-15):
*) Updated version information for Windows.
Version 2.1.0 (2015-10-15):
*) Ported project to Linux. Using autotools (autogen.sh) for configuring and
generating Makefiles.
*) Hide non-exported code in shared library using attribute hidden.
Version 2.0.1 (2015-10-14):
*) Hiding implementation details (like library handle) from being exported
in the DLL-interface.
Version 2.0.0 (2015-10-14):
*) Renaming exported library class VLC -> VLM and putting classes inside
namespace VLCPP. Header vlc.hpp renamed to vlcpp.hpp
Version 1.0.0 (2015-10-14):
*) Initial version (for Windows only).