]> arthur.barton.de Git - brew-completion.git/blobdiff - ChangeLog
Enhance support for external brew commands
[brew-completion.git] / ChangeLog
index 2b0f24750b366861d833f40b677a9ca7a729ffbf..6a7c777c5268c6188856cf337016d5bcd02bef45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,54 @@
                                        
     brew-completion: bash completion function for Homebrew (brew command)
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-             Copyright (c)1020 Alexander Barton <alex@barton.de>
+             Copyright (c)2010 Alexander Barton <alex@barton.de>
         This is free software and published under the terms of the GNU
           General Public License, see the file COPYING for details.
 
 
-> brew-completion Release 1 (2010-01-10)
+> brew-completion Release 5 (2010-06-22)
+
+Alexander Barton (12):
+      Don't include resource forks in distribution archive
+      Added support for external brew commands stored in /usr/local/bin
+      Added support for brew command "--config"
+      Addes support for brew command "cat"
+      Added support for brew command "deps"
+      Added support for brew command "uses"
+      Added brew command alias "rm"
+      Added options "--fink" and "--cache" to brew "create" command
+      Added option "--all" to brew "info" command
+      Added option "--git" to brew "install" command
+      Remove unused code
+      Added support for brew command "doctor"
+      Added brew command alias "up"
+
+> brew-completion Release 4 (2010-06-07)
+
+Alexander Barton (2):
+      Add completion for "brew --cellar <formula>" command
+      Enable "brew {--cache|--cellar|--prefix}" to complete formula name
+
+> brew-completion Release 3 (2010-03-20)
+
+Alexander Barton (1):
+      Add completion for "brew outdated" command
+
+> brew-completion Release 2 (2010-01-31)
 
 Alexander Barton (4):
+      Added completion for "brew cleanup" command
+      Fix year in copyright notices: it's 2010!
+      Remove the nonexistant list --brewed flag
+      make dist: detect release number correctly even when release >1 :-)
+
+> brew-completion Release 1 (2010-01-10)
+
+Alexander Barton (6):
       Initial brew-completion version
       Don't scan directories, use "brew search" and "brew list"
       Added Makefile, primarily to build distribution archives
       Added ignore file for GIT
+      Added ChangeLog file
+      Fix bad prefix "../" in distribution tar archives