models: fix a bug from the run_cmd/GitPython refactor
[git-cola.git] / debian / changelog
blob2901e91bc1bf8729cad5465a24d1f3e57b7c93cd
1 ugit (0.9.3-0) unstable; urgency=low
3   ugit: now uses GitPython http://gitorious.org/projects/git-python
5  -- David Aguilar <davvid@gmail.com>  Sun, 01 Jun 2008 12:00:00 -0700
7 ugit (0.9.2-3) unstable; urgency=low
9   controllers: fix hang on exit bug
10   export-patches: use the updated format_patch_helper
11   python-git: make format_patch_helper better
12   git.py: make "output" a keyword argument
13   controllers: fix format_patch_helper usage
14   git.py: fix format_patch_helper
15   debian: update the changelog
16   gitmodel: ensure we use Model.clone() instead of clone from git.py
17   git.py: add the "rest" of the git commands
18   push: rename model params to avoid conflicting with git.py
19   git.py: add a docstring to the git_cmd closure
20   configure: allow $PYTHON to be overridden in the generated Makefile
21   README: update usage and mention the deb/rpms
22   wscript: only check env['PYTHON'] when python versions do not match
23   git-ugit: setup sys.path for git.py
24   python-git: fixed a bug in run_cmd
25   python-git: handle filenames with embedded quotes in their names
26   models: move the config functions closer to each other
27   models: add a comment, fix a typo
28   configure: allow fine-grained control over python versions
29   configure: always regenerate the Makefile
30   git.py: update docstring for run_cmd
31   debian: install git.py for both python2.4 and python2.5
32   build: add a pycompile shell script
33   debian: update changelog with proper signature
34   gitmodel: ensure we use Model.clone() instead of clone from git.py
35   git.py: add the "rest" of the git commands
37  -- David Aguilar <davvid@gmail.com>  Sat, 31 May 2008 12:00:00 -0700
39 ugit (0.9.2-2) unstable; urgency=low
41   push: rename model params to avoid conflicting with git.py
42   git.py: add a docstring to the git_cmd closure
43   configure: allow $PYTHON to be overridden in the generated Makefile
44   README: update usage and mention the deb/rpms
45   wscript: only check env['PYTHON'] when python versions do not match
46   git-ugit: setup sys.path for git.py
47   python-git: fixed a bug in run_cmd
48   python-git: handle filenames with embedded quotes in their names
49   models: move the config functions closer to each other
50   models: add a comment, fix a typo
51   configure: allow fine-grained control over python versions
52   configure: always regenerate the Makefile
53   git.py: update docstring for run_cmd
54   debian: install git.py for both python2.4 and python2.5
55   build: add a pycompile shell script
56   debian: update changelog with proper signature
57   install git.py to both python2.4 and python2.5 site-packages directories.
59  -- David Aguilar <davvid@gmail.com>  Tue, 07 May 2008 12:00:00 -0700
61 ugit (0.9.2-1) unstable; urgency=low
63   python: make git.py globally accessible
64   models: set the global diff context during startup
65   inotify: add a timeout to the inotify watcher
66   utils: remove QProcess usage
67   git.py: remove all external dependencies
68   tests: add a test summary to "make test"
69   Use the maxsplit argument to str.split when parsing config files.
70   build: gracefully handle a missing python installation
71   tests: add an import test, update the model api in model-save-restore
72   model: load() should import parameters in-place
74  -- David Aguilar <davvid@gmail.com>  Mon, 05 May 2008 12:00:00 -0700
76 ugit (0.9.1-1) unstable; urgency=low
78   updated version script
79   tests: add a test-case for recursive structures
80   model: improve the core model to allow recursive object structures
81   tests: update tests for the new installation layout
82   inotify: simplify the code a bit
83   inotify: only watch directories
84   use "git ugit" when spawning ugit sessions
85   bookmarks: fix menu action names
86   controllers: implement a bookmarks manager
87   views: add a bookmarks view
88   qtutils: simplify qtutils.information()
89   model: rework model save/restore
90   git-ugit: put ugit module path first in sys.path
91   model: fail gracefully when simplejson is not installed
92   ugit: implement file->open repository
93   git-ugit: allow multiple repositories on the command line
94   git-ugit: improve ugit's command line interface
95   git model: bail out immediately when we're not in a git repo
96   release: update version.sh to better handle tags
98  -- David Aguilar <davvid@gmail.com>  Sat, 26 Apr 2008 14:02:42 -0700
100 ugit (0.9.0-1) unstable; urgency=low
102   debian: update build dependencies
103   release: use tag-based versioning
104   search: add a keybinding for the return key
105   search: don't automatically search when the user types
106   .gitignore: add an entry for the /meta directory
107   git-ugit: setup sys.path for the debianized module path
108   controllers: raise the editor dock when an item iss staged
109   debian: comment the debian/rules
110   fix refactoring bug in the search dialog
111   merge: add a commit checkbox to allow merging w/out commit
112   utils: fix fork() to properly pass argv[0]
113   models: handle loading MERGE_MSG and SQUASH_MSG
114   controllers: added a merge controller
115   controllers: implement abort merge
116   controllers: simplified qobserver startup
118  -- David Aguilar <davvid@gmail.com>  Sun, 20 Apr 2008 12:18:42 -0700
120 ugit (0.8.13-1) unstable; urgency=low
122   * Debianized on 04/14/2008
124  -- David Aguilar <davvid@gmail.com>  Sun, 13 Apr 2008 18:28:41 -0700