diff --git a/chirp-devel/TODO b/chirp-devel/TODO new file mode 100644 index 0000000000..147e4309c3 --- /dev/null +++ b/chirp-devel/TODO @@ -0,0 +1,16 @@ +* VERSION + +Figure out the version problem. Ticket filed upstream asking for clarification: + https://chirp.danplanet.com/issues/8067 + +It seems that version according to chirp is "daily-YYYYMMNDD". This +has multiple issues for pkgsrc: + * "-" is not allowed + * "daily" is not a version number + * "daily" does not clearly sort after 0.4.1 + * (plus as described in the ticket, the future is unclear + +Options seem to be: + * Use YYYYMMDD as the version, and expect users to perform manual + intervention if there are ever releases. + * Use 0.5.YYYYMMDD using "0.5" to represent "daily".