~jteh/trac-bzr/newDeps

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
===========
What's new?
===========

unreleased
==========

- Renders bug URLs as links (`#512733`_, thanks to Oleg Frantsuzov)
- Improve handling of non-ascii file names (`#675014`_)
- Add a commit notification hook for trac 
  (`#816039`_, thanks to Hendrik van Antwerpen)
- Handle symlinks in unversioned directories (`#883191`_)
- Added web administration interface
- Fix mistake in revision comparison (thanks to Joe Julian)

.. _#512733: https://bugs.launchpad.net/trac-bzr/+bug/512733
.. _#675014: https://bugs.launchpad.net/trac-bzr/+bug/675014
.. _#816039: https://bugs.launchpad.net/trac-bzr/+bug/816039
.. _#883191: https://bugs.launchpad.net/trac-bzr/+bug/883191

0.4.2 (2010-11-01)
==================

- Fixes bug `#668265`_ ('View changes' Error)

.. _#668265: https://bugs.launchpad.net/trac-bzr/+bug/668265

0.4.1 (2010-08-13)
==================

- Minor fix to names of released artifacts

0.4.0 (2010-08-10)
==================

- Support Trac 0.12

0.3.3 (2010-04-10)
==================

- Improve performance for dir nodes (thanks to James Teh)
- Include null revision in history of empty branch
- New ``include_sideline_changes`` configuration option

0.3.2 (2010-02-26)
==================

- Make Branches macro more robust in case of unexpected bzr errors
- Fixes bug `#57447`_ (slow changeset display)

.. _#57447: https://bugs.launchpad.net/trac-bzr/+bug/57447

0.3.1 (2010-02-19)
==================

- Fixed bug `#524325`_ (handling of empty branches)
- Improved documentation

.. _#524325: https://bugs.launchpad.net/trac-bzr/+bug/524325

0.3.0 (2009-12-18)
==================

- Apparently the first official release ever
- Use linear history instead of topologically sorted ancestry in most places
- Nicer looking revision strings avoiding one layer of url quoting
- Fixed a number of bugs__

.. __: https://bugs.launchpad.net/trac-bzr/+bugs?field.status%3Alist=FIXRELEASED&field.milestone%3Alist=22392

.. vim: ft=rst

.. emacs
   Local Variables:
   mode: rst
   End: