Recent changes to this wiki:

formatting fixes; pluck is not so new; removed explanation why we depend on boost (we depend on a lot more now and the INSTALL file is the perfect place for explanations in this regard)
nvm.man-page merged back to nvm as well
* wiki/RoadMap.mdwn: nvm.key_management is merged to main
* nvm.man-page has been completed
* moved Richard's netsync --anonymous feature from 1.0 to 1.1
* moved nvm.colored-diff to 1.1, nvm.man-page to 1.0 (having a man page
for a major release sounds like a very good idea...)
* added unplanned entry for packed revisions
nvm.options just landed
merge of '1cb14984a58983cfa819d08b13dacb23378810d9'
and 'ba355e91e121dff2c01394ecf4e3b033befc3ec6'
merge of '49106dfdd89710c144602ad0273b362c3a00186c'
and 'cf6cdce666f32b5e7d748342ca1fef0ca045d293'
* improve entry parsing by not poking on lines starting with \"-\" without any intermediate following \" \"
* add non-breaking whitespaces in front of indented lines so they're easier to read
Grrr... savannah moved the listinfo pages from mail.* to lists.*
* wiki/RoadMap.mdwn: update 'key mangement in automate'
* config.inc.php(-dist): switch Tero's feed to the more
standards-compliant ATOM version
* index.php, intheblogs.php: do not repeat the first X entries of all
feeds on the archive page. Btw... set_item_limit() cannot be used
for that...; make X configurable in the config
* res/styles.css: wrap the headers a little earlier now that the author
names are fully output
merge of '2cfd1ef3677a0e825bf54d0c7a33e511a731e4b8'
and 'd0aa5ca493682583dd0dd76653fc0826110ad3d6'
add Tero's blog to monotone's RSS aggregator
add a task to fix the reported changelog editor nuisances
merge of '907e4232f5904dbcb1450e4af3b8c50afb072810'
and 'f2f850d66d11c5c268230ef467a6d9b89c822cfe'
* index.php: link to the all-new monotone-users mailing list in the
\"Use it\" section
wrong branch name, stupid me
Branch name deprecation landed, noted two more active branches in the
general TODO list.
bug 30237 has been fixed
formatting fixes
nvm.restriction-fixes landed
Tero finished the disapprove-multirev branch already for 0.99
* downloads.php: add related downloads / project links
* res/styles.css: minor tweaks
Both files are no longer linked from the front page and the
changesetification was ages ago. No need to keep these around in the
webroot.
Up-to-date contents for this are in the wiki
Link to the non-ssl version of CIA's RSS feed to avoid certificate
madness under Firefox
Remove others.html, this file wasn't updated in ages - and people
should know how to google alternatives anyways. If somebody wants
to bring back these contents, please use the wiki.
regex fix
* rss.php: rename to news.xml.php; use the config include (I apparently
forgot to change that)
* header.inc.php: change the includes for the former release and news
rss feeds
* releases.xml.php: script which generates a RSS feed of releases
automatically from the NEWS file. Only the last 10 releases are
included - monotone bug numbers and other http(s) urls are linked
automatically
* releases.xml: drop this no longer needed file
RoadMap.mdwn: work on branch name deprecation has been started
RoadMap.mdwn: since we're a bit ahead of our plan for a autumn
release, I added a couple of other important things (at least in my
humble opinion) to the 0.99 list
RoadMap.mdwn: another bug fixed
* RoadMap.mdwn: mtn:// sync should work properly now
merge of 'f3449ed9d92d3393202c0c668410d19e5c4d199d'
and 'fb34bdd911cb156bb04b611fb67f2fde04522215'
RoadMap: we should really fix the locking issues in monotone
* nvm.connection_info_cleanup has been finished - whats left is to
check if mtn sync is no longer broken as before (it is no longer
from my perspective, but this might or might not be true in
someone else' perspective)
update roadmap status
* downloads.php: new algorithm: do not cache sha1 sum or filesize for
about 3600 seconds (one hour) after the file's last modification
time - of course this only helps for new, not for old files...
merge of '5462d54a131bc6363263bf2dc686cb7e5b91605b'
and '6ccf8bb2014185501c1fa0e6c5582f6e23f1ab86'
* wiki/RoadMap.mdwn: mark nvm.extended_selectors as merged and move it
up
* wiki/MagicSelectors.mdwn: rework this page and add references to
those selectors which have been implemented already
extended-selectors is merged, update RoadMap status
If a partially uploaded file is checked too early by the download
script, a wrong file size and hash is once calculated and never reset.
Give every item in the download cache therefor a lifetime (by default
24h) after which it absolutely has to be renewed. (Surely if we'd
ever have to fight with data integrity problems, then this procedure
would be pretty much useless... under normal terms, i.e. access to
Richard's server I'd probably just remove the faulty entry from the
download cache file.)
* releases.xml: new entry for 0.48
* index.php: set version to 0.48
* monotone.html: set proper CSS include and export the document with
en_US UI strings
* update documenation for 0.48
merge of '2f023f626a4293258c548aba4bcde8257a12ee13'
and '3f26175d1c4a3046c69dc40e030b6c3a53b77406'
* wiki/AutomateVersions.mdwn: document the new interface version and
automate update
note that overwritable and negatable options are started now
add info on Overwriteable options, update conflicts
* wiki/OverwritableNegatableOptions.mdwn: New file.
* wiki/RoadMap.mdwn: add info on Overwriteable options, update conflicts
* wiki/UpdateConflicts.mdwn: New file.
* wiki/ZipperMerge.mdwn: mention 'mtn conflicts'
Give \"not targeted\" roadmap items a note for whether they need to be at a major version.
proper line breaks
* group open tasks by milestone and sort them by status
* wiki/RoadMap.mdwn: add 'Update conflict handling', 'Overwriteable, negatable options'
Arg, stupid syntax problem
Hide the dist file from curious eyes.
Temporarily add config.inc.php until Richard is available.
* renamed rss_feeds.inc.php to config.inc.php-dist and include all
configuration in this file
* downloads.php: change accordingly
* index.php, intheblogs.php: enable simplepie's file cache
* downloads.php: introduce a simple file-based cache for file sizes
and sha1 sums to avoid too many recurring disk i/o; also sort the
download list by type (the term \"platform\" did not match so good
here, so I replaced it as well)
* downloads.php: show all downloads for a particular \"platform\"
* res/styles.css: give consecutive dd's a bit of a margin
* rss.php: custom feed based on the aggregated news from other feeds
* index.php, intheblogs.php, rss_feeds.inc.php: externalized
aggregated feed list
* header.inc.php: link the new custom feed
Ditto.
Re-ordered some entries based on usefulness and stability.
the shop url change apparently got lost
merge of '04aeba4f972fb2d3b134d144d222ffd162a3c109'
and '592bddaecb853fd4ad52a26c857e2d26c4be2997'
* rework index page: remove upper area and paste the version information in the \"Get it\" section; remove the merge fest image (if somebody has a cool idea where to place that now, I'm open for suggestions...), style fixes
* add an rss feed aggregator and two rss feeds which display their contents on the front page and another separate page
* factor out header and footer area into separate includes
merge of '1e6485481dcedb166d8b37185df219bf691d07ff'
and '865778c3410149078655a590871f5def9b118a0e'
Add a link to Slackware's monotone package
merge of '5f6e645c3a855ddc890877c8b23cbfd560b67453'
and 'e95107793873c4887795c08fb7d00550db14a94d'
Link to the new monotone shop
* link to the obs nightly builds
merge of '09833a0896e8eb12cfb8e8e7cb1431bd04adab4c'
and 'ef47a73f5ea06d444ea26113a673f3a3bbdb9245'
* note diffuse (http://diffuse.sourceforge.net)
merge of '7c554c6ac92c768bafdffcb631d9bdc19bc1e3b6'
and 'bed7082232ae956c4cb3baf6a794528477bb1a4a'
* change the URL for ViewMTN from viewmtn.angrygoats.net to mtn-view.1erlei.de
Linux x86/glibc 2.3 binary.
* of course I was missing some slashs...
* downloads.php: fix totally wrong linkage
merge of '34d4dcc64131977ac42134c8563b7e24c5943285'
and '54c02c25946d720100f265860c5a00a64fddacd1'
* add previously existing downloads/by_platform.php script to the web directory
* link to it from the download section
0.47 windows native uploaded
* invalid HTML
* index.html: note the new release; fix the link to the nightly documentation build
* releases.xml: add an entry for the new release
* docs updated for 0.47
* nothing has changed in automate between 0.46 and 0.47
Linux x86/glibc 2.3 binary.
0.46 windows installer added
* index.html: new release 0.46
* NEWS, INSTALL, UPGRADE: copied from the distro
* releases.xml: updated for 0.46
* monotone.html: its docs/, not html/
* new documentation for 0.46 has been added; texinfo.css has been removed from the root dir (monotone.html now uses the one from docs/)
* wiki/AutomateVersions.mdwn: add 0.46 to the interface version matrix
merge of '7c9ba5fcda69c39e31af17792fa7c2a6631cf62a'
and '882ccb073493e8155b46e82d39800c86e689a063'
* wiki/ProjectsUsingMonotone.mdwn: no longer lie about OE to use monotone
merge of '730a036332330ec6e4af4102efd8522b491a6467'
and 'b3bee3d2f62bba5018f432aab7707977f2fd8cbd'
* index.html: link to my nightly doc builds
* local.css: adapted the wiki style sheet to the upcoming manual style which uses a fixed and somewhat smaller header area
* index.html: add OpenSolaris/i386 package
Neither Monotone nor Ajisai's databases actually include Botan at all
(Monotone's did, sort of, for a while, but this was always explicitly
done in such a way as to not import the history and so I hereby declare
that it does not count).
s/Ajisai/Botan/ as the more interesting project, and set the stats for it.
(I could list a half dozen personal projects I'm using mtn for but that
seems excessive imo).
* index.html: link to the downloads folder for older releases