aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-06-14 16:34:11 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-06-14 16:45:48 -0700
commit80ac41c848d2cd79343c529928c943581ee2d573 (patch)
tree9009f768bd6211996859064345038d59f2289ded
parent5d4bdd89cbbcb7e2e2f46aead0bee4c3ab299af7 (diff)
downloadpinentry-rofi-80ac41c848d2cd79343c529928c943581ee2d573.tar.gz
Add not about breaking changes
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index e36a218..51d1678 100644
--- a/README.org
+++ b/README.org
@@ -13,6 +13,13 @@
I also wanted a small project which I could use to practice writing
GNU guile.
+* 2.0.0 Breaking changes please read
+
+ As of version 2.0.0, =pinentry-rofi= is now built using [[https://www.gnu.org/software/automake][automake]].
+ See [[file:HACKING][HACKING]] for more info on that. It also lost its =-guile= prefix
+ for the executable. And it is no longer just one file, most of its
+ content is now a [[https://www.gnu.org/software/guile/manual/html_node/General-Information-about-Modules.html][guile module]], which the executable now calls.
+
* Install
** From Source