# # # patch "index.html" # from [332880c83e5df068f4fd97ba4ee542c2589131e6] # to [45f46f9c8f432b71678c3d69b6dcdc1c48701762] # # patch "releases.xml" # from [7cfcc88eaab7b47811e0e0ab3467249945165cc3] # to [085c9bffc59020cf081e1cdaebb0bf08dd9c5cb2] # ============================================================ --- index.html 332880c83e5df068f4fd97ba4ee542c2589131e6 +++ index.html 45f46f9c8f432b71678c3d69b6dcdc1c48701762 @@ -35,7 +35,7 @@
- NEWS: Sun Jan 17 2010, 0.46 release + NEWS: Sun Mar 14 2010, 0.47 release + +

New features

+ +
  • Added portuguese translation (thanks to Américo Monteiro) + +

    Bugs fixed

    +
      +
    • 'passphrase' now allows an empty new password to be given + (fixes monotone bug #28809) +
    • +
    • 'automate remote' and 'automate remote_stdio' no longer + require an existing database (fixes monotone bug #28885) +
    • +
    • monotone no longer throws an exception on Windows if it is + interrupted (^C); a couple of other bug have been fixed for this + platform as well which generally improve the compatibility. +
    • +
    • The annotation of 'annotate' is now localized. +
    • +
    • The various occurrences where a revision is described by its + certs now come with proper localized date output. +
    • +
    • Fix problems with newer Lua versions especially when + LUA_COMPAT_VARARG not set. +
    • +
    + +

    Other

    +
      +
    • Roster handling has been sped up significantly, and roster cache + performance has been fixed for the case of overly large rosters. + This should be mostly noticable when digging through history + (especially initial pulls, since those send so many revisions), + and be more noticable for projects with larger trees. +

      + The most significant internal change from this is that rosters and + marking_maps are now copy-on-write. A longer overview of the internal + changes is at: +
      + http://lists.gnu.org/archive/html/monotone-devel/2010-02/msg00043.html +
    • +
    • Improve the compatibility with newer Botan versions. +
    • +
    +]]> + + Sun, 14 Mar 2010 21:15:00 +0000 + + + monotone 0.46 released