aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-04-12 03:05:40 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-04-12 03:05:40 +0200
commit2f8c330e566476a5bbf92d3294d4bc209ad52268 (patch)
tree5823a55b9c8ba2d09cc459394d89cf3eb0bd2698
parentefa6bd9ba4240784c7a3df6b9af1dbb83f55d6b6 (diff)
release version 1.4.11.4.1
-rw-r--r--Documentation/RelNotes/1.4.1.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.4.1.txt b/Documentation/RelNotes/1.4.1.txt
new file mode 100644
index 0000000..4f3f6bd
--- /dev/null
+++ b/Documentation/RelNotes/1.4.1.txt
@@ -0,0 +1,37 @@
+It's Magit! A Git Porcelain inside Emacs
+=========================================
+
+Magit is an interface to the version control system Git, implemented
+as an Emacs package. For more information see http://magit.vc.
+
+Magit v1.4.1 Release Notes
+==========================
+
+Released 12 April 2015 by Jonas Bernoulli.
+
+This is a bugfix release.
+
+Changes since v1.4.0
+--------------------
+
+ * The external library `magit-log-edit.el' is no longer supported.
+ If it is still installed, then instruct the user to remove it.
+
+ * The function `magit-maybe-show-setup-instructions' is now run even
+ when `magit' has not been loaded by the time `after-init-hook' ran.
+
+ * Invalid `:package-version' keywords in option definitions were
+ fixed. In some cases the value was "2.1.0" instead of "1.4.0".
+
+ * Some unnecessary obsolete-variable definitions were removed.
+
+ * Running tests on Travis CI was fixed.
+
+ * The Makefile, README.md, and release notes received minor fixes
+ and cleanup.
+
+Authors
+-------
+
+ 9 Jonas Bernoulli
+ 1 Noam Postavsky