Edgewall Software

Changes between Initial Version and Version 1 of TracDev/ReleaseNotes/0.11


Ignore:
Timestamp:
Nov 12, 2006, 6:19:16 PM (18 years ago)
Author:
Christian Boos
Comment:

Initial notes, quite sketchy at this point

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseNotes/0.11

    v1 v1  
     1= Release Notes for Trac [milestone:0.11] '<codename>' =
     2'''Preliminary Notes - Trac 0.11 is ''still'' in heavy development and undergoing a lot of changes...'''
     3
     4== User visible changes ==
     5
     6...
     7
     8
     9=== setuptools is now used for the packaging ===
     10
     11TBD. See log:sandbox/setuptools
     12
     13=== Lots of minor improvements ===
     14
     15...
     16
     17
     18=== Caveats ===
     19
     20 - The `[trac] base_url` setting is now mandatory for generating correct URLs outside the context of a user request.
     21
     22
     23== Developer-visible changes ==
     24
     25=== Genshi template engine ===
     26
     27Trac now uses the [http://genshi.edgewall.org Genshi] template engine instead of ClearSilver.
     28Plugins using the latter will still be supported in Trac 0.11, but probably not longer.
     29
     30=== `datetime` everywhere ===
     31
     32Trac used to handle time informations as `int` timestamps.
     33Now we're using `datetime` objects.
     34
     35=== Internal API changes ===
     36
     37A detailed view of the API changes since 0.10.x can be found in ["TracDev/ApiChanges/0.11"].
     38
     39
     40== Acknowledgements ==
     41
     42Many thanks to the growing number of people who have, and continue to,
     43support the project. Also our thanks to all people providing feedback and bug
     44reports that helps us make Trac better, easier to use and more effective.
     45
     46Without your invaluable help, Trac would not evolve. Thank you all.
     47
     48Finally, we offer hope that Trac will prove itself useful to like-minded
     49programmers around the world, and that this release will prove an improvement
     50over the last version.
     51
     52Please let us know. :-)
     53
     54/The Trac Team http://trac.edgewall.org/