Revision 2fe61f87

b/NEWS
1
Version 0.1.6 (Wed, 19 Aug 2009):
2
  - Added support for Luxi (the native Ganeti protocol)
3
  - Added support for simulated clusters (for hspace only)
4
  - Added timeouts for the RAPI backend
5
  - Fixed a few inconsistencies in the command line handling
6
  - Fixed handling of errors while loading data
7
  - The 'network' is a new dependency due to the Luxi addition
8

  
1 9
Version 0.1.5 (Thu, 09 Jul 2009):
2 10
  - Removed obsolete hn1 program; this allowed removal of a lot of
3 11
    supporting code
b/README
93 93
least) and some extra Haskell libraries which usually need to be
94 94
installed manually:
95 95

  
96
- json (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/json)
97
- curl (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl)
96
- json (http://hackage.haskell.org/package/json)
97
- curl (http://hackage.haskell.org/package/curl)
98
- network (http://hackage.haskell.org/package/network)
98 99

  
99 100
Once these are installed, just typing *make* in the top-level
100 101
directory should be enough.

Also available in: Unified diff