forked from GNOME/phodav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
86 lines (68 loc) · 2.1 KB
/
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
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
v2.5
====
- !16 - add PhodavVirtualDir & related API (Jakub Janků)
- various misc build and code fixes
- CI improved (litmus check)
v2.4
====
- Requires GIO >= 2.44
- !2 - Added udev option to meson
- spice-webdavd:
- !3 : several improvements and fixes including some leaks
- !4 : disconnect the client gracefully
- !5 : code refcatory to improve performance and error handling
- !6 : avahi fixes on registering and unregistering service
- !7 : Fixes DAV:quota-used-bytes in resource is not in root fs
- Translations
- Added Basque
- Added Dutch
- Added Finnish
v2.3
====
- replace autotools with meson
- spice-webdavd: switch to GTask
- chezdav: add --local & --public to specify interfaces to listen on
- translations updates
v2.2
====
- adjust to GLIb's GUuid
- update Danish translation
v2.1
====
- spice-webdavd updates: (Lukas Venhoda)
- win32: auto-mount shared folder
- win32: adds --no-service argument (now needs both --no-server and DEBUG env)
- mdns: hide client folder when sharing is disabled
- more error handling
- translations updates
- various build fixes
v2.0
====
- updated to fit with libsoup 2.50 API;
make the server not run its own thread, but let the client decide
how best to run the Soup server, as a result some API have been
removed, and the library is now libphodav-2.0
- add a read-only mode
- fixed spice-webdavd service to keep running when client is
disconnected
v0.4
====
- now a public library, stable API/ABI, versioned etc
- first release in Fedora
v0.2
====
- don't return slow properties by default
- handle PUT by chunks (to avoid large libsoup buffering)
- chezdav: add a man page
- compatible with <2.38 glib versions
- spice-webdavd: add systemd unit files
- spice-webdavd: wait for host channel to be connected
- spice-webdavd: add windows MSI installer
- a lot more translations!
v0.1
====
- initial release
- passes litmus tests (minus a minor one, to be fixed)
- provides "chezdav", a tool to announce and share a directory
- provides a private libphodav library with no API stability yet,
suitable for submodule inclusion for other projects to use