Released 0.6-1.

This commit is contained in:
Marius Vollmer 2008-10-13 00:34:43 +03:00
parent a0df957934
commit ed55932caf
2 changed files with 13 additions and 9 deletions

16
debian/changelog vendored
View file

@ -1,8 +1,18 @@
magit (0.6-1~unreleased) unstable; urgency=low
magit (0.6-1) unstable; urgency=low
*
Almost everything has changed. Please read the manual again. Some
highlights:
-- Marius Vollmer <marius.vollmer@uni-dortmund.de> Sat, 16 Aug 2008 16:17:39 +0300
* Magit now works with Git 1.6.0. (John Wiegley)
* Support for interactive rewriting.
* Sections can be shown and hidden.
* Staging, unstaging, applying, reverting and discarding changes can now
be done line-by-line, not only hunk-by-hunk.
-- Marius Vollmer <marius.vollmer@gmail.com> Mon, 13 Oct 2008 00:32:44 +0300
magit (0.5-1) unstable; urgency=low

View file

@ -34,12 +34,6 @@
;;; TODO
;; For 0.6:
;;
;; - Clean up hide/show logic.
;;
;; Later:
;;
;; - Tags
;; - Visiting from staged hunks doesn't always work since the line
;; numbers don't refer to the working tree. Fix that somehow.