-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGELOG
130 lines (104 loc) · 3.94 KB
/
CHANGELOG
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
* Release v0.10.4
Stefano Mazzucco (11):
Fix upload target in Makefile
Update rockspec files to use https url
Use correct git+https url syntax in rockspec
Make upload target more robust
nixpkgs 21.05 -> 22.11
NixOS: 22.11 -> 24.05, fix and refactor tests
Update flake.lock
Add option to print build logs in the Makefile's nix build
Use Lua 5.3 in the flake's DevShell
Add Bus.new method do create bus connections with flags
* Release v0.10.3
Stefano Mazzucco (26):
Update travis-ci configuration
Factor out DBUS_NAME_FLAG_REPLACE_EXISTING in tests
Ensure we're asserting that a value changes in async tests
Test DBus's message bus properties rather than UPower's
Update travis-ci badge in README.md
Use Ununtu 18.04 (bionic) rather than 16.04 (xenial) in CI
Add an underscore to a property if it has the same name as a method
Don't skip a test if DBUS_ADDRESS env var is not found
Add flake.nix
Invert logic for defaultPackage in flake.nix
Use packageOverrides in overlay to add package to luaPackages
Modify flake checks to use overlay rather than package
Don't use lastModified date in flake version
Move comments to external notes
Add "default" lua override, use it as defaultPackage
Refactor flake overlays so they are composable
Add Makefile and other release goodies
Add make target to build the test driver
Update flake.lock
Fix printed output of 'make test-driver'
Add make target to run integration tests
Print integration test output
Remove 'result' with Make clean
Update flake.lock
Build nix-flake branch in travis-ci
Fix luacheck warning about using "unused" variable
* Release v0.10.2
Stefano Mazzucco (2):
Update and regenerate documentation
Add rockspec for version 0.10.2
Guilherme Felipe da Silva (1):
Add async method support
* Release v0.10.1
Stefano Mazzucco (1):
Add rockspec for version 10.0.1
Unai Fernández (1):
Make "unpack" compatible with LuaJIT
* Release v0.10.0
Stefano Mazzucco (5):
Update copyright header
Improve documentation and generate html docs
Add info about installing with NixOS to README
Update generated documentation
Add rockspec for version 0.10.0
Björn Kalkbrenner (1):
Add error-handling for call_sync
James Reed (1):
Add callback parameter to monitored proxy
* Release v0.9.0
Stefano Mazzucco (6):
Move rockspec files to rockspec dir
Fix callback function signature in connect_signal (BREAKING CHANGE)
Fix .travis.yml broken by ecad080
Use "busted" as a global namespace in the tests
Reformat tests
Add rockspec for version 0.9.0
* Release v0.8.5
Stefano Mazzucco (11):
Add continuous integration configuration
Fix typo in docs
Install dbus-x11 in Travis CI
Move proxy object code to its own file
Minor formatting fix
Fix docs for Proxy object
Add monitored proxy objecs
Add rockspec for version 0.8.5
Fix luacheck warning about unused loop variable in tests
Fix bus name leak in tests
Acquire and release name explicitly in test for disconnected monitor
* Release v0.8.1
Stefano Mazzucco (3):
Refactor variant.strip
Use GLib-specific code to strip variants
Add rockspec for version 0.8.1
* Release v0.8.0
Stefano Mazzucco (6):
Update documentation
Improve error message when introspection fails when proxy is created
Access g-* properties using g_ instead of ["g_"]
Don't override methods with same name and different interface
Fix property setter
Add rockspec for version 0.8.0
* Release v0.7.1
Stefano Mazzucco (2):
Expose almost all g-* properties
Release version 0.7.1: expose almost all g-* properties
* Release v0.7.0
Stefano Mazzucco (2):
First public commit
Release to luarocks v0.7.0