What next (Heikki's personal notes, often out of date)

Packaging

Individual systems

On centos5
  commit any changes
  ./mkrpm.sh

On Debian
  commit any changes
  ./mkdeb.sh

For a combined release, see
  https://twiki.indexdata.com/twiki/bin/view/ID/AdamsReleaseProcedure


Overall plan for version 3.1

 - Per-connector adjustments
   - sites not to proxy (regexp list)
   - links not to proxy (regexp list)
   - Disabling/enabling host-relative-post-trick (overrides config)
 - Same adjustments made in config, for the case 100 connectors use the same files

 - Decide on cookie improvements
   - Keep expansion list? Some (configurable?) domains only
   - Keep a cookie jar on the server
     - post-fallback could use that to set up cookies
     - We could filter cookies so they only go to the right servers (google)
   - Not sending cookies to some domains (xajax.googleapis.com?)
   - Or only send given cookies. Same for receiving them!
 - Drop old format cookie lines in the session file


