Commit Briefs

Omar Polo

add a note regarding the usage of the bundled libtls

See https://codeberg.org/op/gmid/issues/2


Omar Polo

sync changelog


Omar Polo

contrib/vim: fix indent


Omar Polo

rename the @common_opt macro back to @common

now common is no longer a reserved keyword


Omar Polo

turn log styles into strings from yacc point of view

having styles as reserved keywords means that variables / macros can't be called `common', `condensed', etc... which is not great and not obvious either. Instead, let's keep the log styles as strings and match on them. This also allows to have a slightly better error message in case of a typo. See: https://codeberg.org/op/gmid/issues/1


Omar Polo

remove stray space


Omar Polo

tweak and update freebsd task


Omar Polo

rework the grammar so that ; is accepted after variables and options

See Codeberg issue #1.


Omar Polo

add a test that uses @-style macros

See Codeberg issue #1.


Omar Polo

change the default PUBKEY for the verify-release target

doesn't play well with minor releases such as 2.0.1 since for them I reuse the 2.0 key.


Omar Polo

set next version


Omar Polo

prepare release 2.0.1 (tags/2.0.1)


Omar Polo

changelog for 2.0.1


Omar Polo

convert remaining code to the imsg getters

Now gmid doesn't touch anymore the internals of the imsg structs.