From 289ae33a90d7e2cb8b33c2bcac1676c6ef926773 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 5 Jun 2015 16:24:17 -0400 Subject: [pkg] changes and version_compat bump --- client/changes/VERSION_COMPAT | 2 ++ client/changes/feature_6996-post-sync-hooks | 1 + 2 files changed, 3 insertions(+) create mode 100644 client/changes/feature_6996-post-sync-hooks diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT index cc00ecf7..a24751f9 100644 --- a/client/changes/VERSION_COMPAT +++ b/client/changes/VERSION_COMPAT @@ -8,3 +8,5 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +# +leap.common >= 0.4.1 # collect_plugins diff --git a/client/changes/feature_6996-post-sync-hooks b/client/changes/feature_6996-post-sync-hooks new file mode 100644 index 00000000..027c0b2a --- /dev/null +++ b/client/changes/feature_6996-post-sync-hooks @@ -0,0 +1 @@ +o Expose post-sync hooks via plugin system. Related: #6996 -- cgit v1.2.3