-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
181 lines (158 loc) · 4.53 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
v0.101
======
- convert the build system to Meson
- remove uuid dependency
- wixl: Make the ServiceControl attributes Remove/Start/Stop optional.
- wixl: Implement SET_PROPERTY custom action
- wixl: Properly handle empty GUID in Component nodes
- wixl: Support ASYNC for CustomAction.Return
- msiinfo: fix buffer overflow
- update wxi files to match today (02/02/2021) f34/rawhide packages
- translation updates, various misc fixes
v0.100
======
- fix v0.99 regression on big-endian systems
- wixl: Support use of FileKey in CustomAction
- wixl: support Arguments attribute in shortcuts
- new wxi manifests for brotli, fribidi, libpsl, libunistring
- update wxi manifests fo icu, readline, nettle, adwaita-icon-theme,
gcc, OpenEXR, ilmbase
- remove gtk-vnc manifest
- translation updates, build-sys improvements
v0.99
=====
- new wxi manifests for harfbuzz, icu, dlfcn, speex, wavpack, openexr,
ilmbase, gcc-c++, gsm & libtheora
- update libidn2 to 2.0.4
- update libvirt to 5.0
- update openssl to 1.1.0h
- update spice-gtk to 0.36
- make spice-gtk ship with GStreamer WASAPI plugin instead DirectSound
- various dependencies wxi fixes
- wixl: fix crash when Feature.Level isn't specified
- fix rhbz#1629516 "string table load failed!" on some MSI
- add check-wxi: validation of wxi files on Fedora
- translation updates, build-sys improvements
v0.98
=====
- Update gcc.wxi to 7.3.0
- Update glib2.wxi to 2.54.1
- Update expat.wxi to 2.2.4
- Update fontconfig.wxi to 2.12.6
- Update spice-glib.wxi to 0.35 and include gstvideo
- Update wxi form gstreamer1 commponents to 1.14.1 stable release
- Fix error on msiextract while opening empty cab files
- translation updates, build-sys improvements
v0.97
=====
- fix potential crash in read_properties
- fix double-frees in libmsi_summary_info_finalize
- wixl-heat: escape $ in filename, bgo#756904
- correctly parse dates, bgo#752860
- msiextract: fix extracting to SourceDir, bgo#773935
- wix updates: glib2, jasper, adwaita
- translation updates, build-sys fixes
v0.96
=====
- Add libvirt-glib.wxi
- Update nettle to 3.2.1
- Fix implicit declaration of mkdir in the testdatabase
- Disable -Wbad-function-cast (build-sys)
- Removed unneeded workaround (build-sys)
- Remove non-existent libvirt-glib translations
- Fix translations's path for libvirt-glib
- Add adwaita-icon-theme.wxi
- Add pcre.wxi
- Add pcre as glib2 dependency
- Remove virt-host-validade (libvirt.wxi)
- Update libspice-client-gtk dll version
- Add support to external cab handling (msiextract)
- Update adwaita and glib for f25
- Update git.mk
- Fix "make -j"
- Update gstreamer1 to 1.10.0
- Update gstreamer1-plugins-bad-free to 1.10.0
- Drop spice-gtk.wxi (spice-gtk2)
- Updade nettle to 3.3
- Remove libidn's locale data
- Translations
v0.95
=====
- Add libepoxy.wxi
- Update gtk3.wxi
- Update libcacad.wxi
- Update nss.wxi
- Update nspr.wxi
- Update pango.wxi
- Update gnutls.wxi
- Update nettle.wxi
- Update libvirt.wxi
- Update fontconfig.wxi
- Add bzip2.wxi
- Update freetype.wxi
- Update gstreamer1.wxi
- Update gstreamer1-plugins-base.wxi
- Update gstreamer1-plugins-bad-free.wxi
- Translations
v0.94
=====
- Add support for Signature table
- Add support for scheduling AppSearch
- Add support for MsiFileHash table
- Update libpng wxi
- Add winpthreads wxi
- Update libvirt wxi
- Add opus wxi
- Add spice-glib wxi
- Update libffi wxi
- Update glib2 wxi
- Update libsoup wxi
- Add sqlite
- Update nettle wxi
- Update gtk2 wxi
- Update libgcrypt wxi
- Add option to make packages win64-aware
- Treat EDITTIME property as filetime in parse_prop
- Add gtk3 wxi
- Add spice-gtk3 wxi
- Add gtk-vnc2 wxi
- Add rest wxi
- Add libgovirt wxi
- Add gstreamer1 exi
- Add gstreamer1-plugins-base wxi
- Add gstreamer1-plugins-good wxi
- Add gstreamer1-plugins-bad-free wxi
- Update spice-glib wxi
- Update gcc wxi
- Fix wix close tag when no component groups are specified (wixl-heat)
- Build clean-ups
- Misc bug fixes
- Translations
v0.93
=====
- Add preprocessor condition evaluation
- Add 64-bit and per-user msi build support
- Add some CustomAction, MajorUpgrade support
- Build clean-ups
- Translations
v0.92
=====
- msidump & msidiff added
- Add nss/nspr/libcacard wxi
- Some i18 support, thanks to all translators
- Build clean-ups
- Misc bug fixes
v0.91
=====
- msiextract added, a tool to extract the archived files
- wixl now uses stable UUID, has learned to deal with services and
custom actions.
- Build fixes to satisify RHEL6
v0.90
=====
- wixl added, a simple WiX-like tool
- libmsi is now fully GIR friendly
v0.01
=====
- Initial release
- msibuild & msiinfo tools provided