aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2022-12-15Remove double size check entirelyDavid Robillard1-2/+3
It turns out that, since this header is widely included in dependants, removing the conditional in the previous commit triggers undocumented warnings downstream. Since the check is pretty esoteric anyway, and has been widely included across most of the LV2 ecosystem for a decade and never once come up, I think it's safe to just delete this and be done with the hassle.
2022-12-10Allow LV2_SYMBOL_EXPORT to be overriddenDavid Robillard1-1/+2
2022-10-07Override pkg-config dependency within mesonDavid Robillard1-2/+3
2022-10-05Fix pylint warning in test scriptDavid Robillard1-0/+6
2022-09-09LV2 1.18.10David Robillard1-2/+2
2022-09-06Replace change history data with a plain text NEWS fileDavid Robillard1-0/+268
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