To help myself and others keep track of what's going on in StatusNet development, I'm going to start making out daily summaries of commit activity on the current development branch (now 0.9.x).

You can see all the commits in their gory detail at http://www.gitorious.org/statusnet/mainline/commits/0.9.x

== Tuesday, January 12, 2010 ==

Daemon refactoring: (brion)
 - Most *queuehandler.php scripts consolidated to queuedaemon.php
 - Can run multiple threads (defaults to CPU count)
 - Auto respawning of threads, soft memory limit to combat mem leaks
- If using external Stomp queue server & site config via status_network table, queuedaemon.php can handle multiple sites - Warning: multi-site daemons will re-initialize the site, so ensure that config files and plugin setup are idempotent

Inbox refactoring: (evan)
- New compact blob representation of notice inboxes, no longer needs intermittent garbage collection
 - On-demand migration from old notice_inbox table
- Warning: this adds an 'inbox' table, you must add this to your installation (see db/statusnet.sql for table def)

Geo sharing UI: (csarven)
 - cleanup
 - better lookup timeout handling

Misc fixes:
 - safer storage for diskcache plugin (evan)
 - IE notice form fix (csarven)
 - notice/warning fixes (brion)
 - pingback handle graceful degradation w/o xmlrpc extension (brion)
 - dropped transaction on notice save due to deadlock problems (evan)
 - repeats no longer repost to groups (evan)
 - subscription throttling (evan)

-- brion vibber (brion @ status.net)
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to