Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 560cbec1

History | View | Annotate | Download (36.4 kB)

# Date Author Comment
e0897adf 06/09/2010 12:40 pm Michael Hanselmann

Start to prepare documentation for 2.2 release

- Update NEWS file
- Remove dependency on OpenSSL (pyOpenSSL remains)
- Update manpages, fix typos and other things

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

664ab866 06/04/2010 05:17 pm Guido Trotter

Merge branch 'devel-2.1'

  • devel-2.1:
    _ExecuteKVMRuntime: fix hv parameter fun
    Update FinalizeMigration docstring
    LUGrowDisk: fix operation on down instances
    Allow disk operation to act on a subset of disks
    NEWS: add release date for 2.1.3
    Bump up version for the 2.1.3 release...
7cf722ea 06/04/2010 04:22 pm Guido Trotter

NEWS: add release date for 2.1.3

Signed-off-by: Guido Trotter <>
Reviewed-by: Michael Hanselmann <>

722702e3 06/03/2010 03:55 pm Guido Trotter

Bump up version for the 2.1.3 release

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

0fb44e89 06/03/2010 03:43 pm Guido Trotter

Merge branch 'devel-2.1'

  • devel-2.1:
    TestAsyncUDPSocket: remove dead code and add test
    TestAsyncUDPSocket: test for oversized sends
    Document the check-man change
    Update NEWS for Ganeti 2.1.3
    Second attempt at fixing check-man
    Fix check-man for newer man-db...
1de45c78 06/02/2010 08:39 pm Guido Trotter

Document the check-man change

Since this affects developers' systems, document it in NEWS and
devnotes.rst

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

14d91053 06/02/2010 08:39 pm Guido Trotter

Update NEWS for Ganeti 2.1.3

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

01144827 05/10/2010 12:44 pm Guido Trotter

Merge branch 'devel-2.1'

  • devel-2.1: (22 commits)
    NEWS: fix empty lines
    Fix a unittest name and docstring
    Force ssh to allocate a tty
    Fix a unittest docstring
    IsProcessAlive: retry stat() a few times
    Retry{Again,Timeout}: explain reraising
    utils.Retry: pass up timeout arguments...
507fd05a 05/10/2010 12:23 pm Guido Trotter

NEWS: fix empty lines

Make sure there are exactly two empty lines between different versions
(rather than 1 or 3).

Signed-off-by: Guido Trotter <>
Reviewed-by: Balazs Lecz <>

23f983f4 05/07/2010 05:05 pm Guido Trotter

Update NEWS for Ganeti 2.1.2.1

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

ace6cbe8 05/07/2010 11:35 am Iustin Pop

Bump version for 2.1.2 release

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

ba538816 05/06/2010 12:57 pm Iustin Pop

Update NEWS file for 2.1.2

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>
Reviewed-by: Guido Trotter <>

bdc93557 05/05/2010 03:31 pm Iustin Pop

Add dates to the NEWS file

Just for easier history digging…

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

bb3776b4 03/15/2010 04:25 pm Michael Hanselmann

Merge remote branch 'origin/devel-2.1'

  • origin/devel-2.1: (116 commits)
    Implement replacing cluster certs and keys via “gnt-cluster renew-crypto”
    cli: Add helper function to stop and start whole cluster
    cfgupgrade: Use new bootstrap function for certs and keys...
c655522d 03/11/2010 12:45 pm Iustin Pop

Update NEWS file for the 2.1.1 release

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>
Reviewed-by: René Nussbaumer <>
Reviewed-by: Michael Hanselmann <>

7b8f3fcd 02/26/2010 03:37 pm Michael Hanselmann

Merge remote branch 'origin/devel-2.0' into devel-2.1

  • origin/devel-2.0:
    Fix two potentially endless loops in http library
    Update NEWS file and bump version to 2.0.6
    ganeti-cleaner: does 'echo 0' instead of 'exit 0'

Conflicts:
NEWS: Trivial
configure.ac: Trivial...

e8cd4796 02/04/2010 12:47 pm Iustin Pop

Update NEWS file and bump version to 2.0.6

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

ab221ddf 01/22/2010 04:17 pm Michael Hanselmann

http.server: No longer enfore JSON encoding for body

The HTTP layer shouldn't care about the contents of the request data or
responses. This requires further changes in the RAPI code to handle client
requests correctly.

Signed-off-by: Michael Hanselmann <>...

5c0433d6 12/16/2009 04:06 pm Iustin Pop

Merge branch 'stable-2.0' into stable-2.1

  • stable-2.0:
    Update NEWS file and release Ganeti 2.0.5
    Security issue: add validation of script names
    Move the hooks file mask into constants.py
    Improve LUQueryNodes for lockless case
    Ship rapi.rst/rapi.html in the dist archive...
e5823b7e 12/16/2009 03:42 pm Iustin Pop

Update NEWS file and release Ganeti 2.0.5

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

3e5af833 11/11/2009 07:18 pm Michael Hanselmann

Bump version to 2.1.0~rc0

Also add one item to NEWS.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Guido Trotter <>

bfe61b0b 11/06/2009 03:33 pm Iustin Pop

A few more small documentation updates

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

f154a7a3 11/05/2009 05:36 pm Michael Hanselmann

Add new “daemon-util” script to start/stop Ganeti daemons

Until now, Ganeti started and stopped its own daemons using custom functions.
To start, the daemon was just executed and then sent the appropriate signals to
stop it again. Init scripts would have to pay attention to the PID file and...

936f3c59 10/29/2009 04:48 pm Michael Hanselmann

Update NEWS

Add rapi_users changes, rearrange a bit and one wording change.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

9b94905f 10/28/2009 03:47 am Iustin Pop

Rename the node storage commands

To reduce confusion, the following gnt-node commands are renamed:

- physical-volumes → list-storage
- modify-volume → modify-storage
- repair-volume → repair-storage

The NEWS file is update accordingly and it also gets emacs local...

b989b9d9 10/22/2009 04:40 pm Ken Wehr

Adding '--no-ssh-init' option to 'gnt-cluster init'.

Allows the initialization of a cluster without the creation or distribution
of SSH key pairs. Includes changes for LeaveCluster and RPC.

Signed-off-by: Ken Wehr <>
Signed-off-by: Guido Trotter <>...

f940cf61 10/13/2009 04:02 pm Guido Trotter

Update NEWS for instance shutdown timeout

Signed-off-by: Guido Trotter <>
Reviewed-by: Michael Hanselmann <>

cc291012 10/13/2009 03:18 pm Iustin Pop

Update documentation for recreate-disks

This also clarifies the UUIDs NEWS entry.

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

920a91bf 10/13/2009 01:58 pm Michael Hanselmann

Update NEWS for Ganeti 2.1

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

aa287e8c 10/13/2009 01:58 pm Michael Hanselmann

Convert NEWS to ASCII

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

c8872a0b 09/30/2009 03:59 pm Iustin Pop

Merge remote branch 'origin/master' into mogu

  • origin/master:
    Fix burnin's verbose mode
    Final NEWS update and version increase for 2.0.4
    Encode the actual exception raised by LU execution
    Move the luxi error handling into errors.py
    Fix the confusing ssh/hostname message in node add...
d303fefe 09/29/2009 01:31 pm Iustin Pop

Final NEWS update and version increase for 2.0.4

QA passed successfully, let's try to have a release.

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

7579eb06 09/25/2009 05:37 pm Iustin Pop

Update NEWS file for version 2.0.4

We don't bump up the version yet, pending more QA tests.

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

7faf5110 09/24/2009 06:32 pm Michael Hanselmann

Wrap documentation to max 72 characters per line

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

558fd122 09/24/2009 06:31 pm Michael Hanselmann

Set Vim textwidth in each documentation file

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

61b5e342 09/18/2009 06:31 pm Michael Hanselmann

Convert NEWS file to RST

- Add markup for titles
- Convert quotes
- Reindent and rewrap to 72 chars per line

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

9d725d41 08/07/2009 12:34 pm Iustin Pop

Update NEWS and version for 2.0.3 release

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

550a995a 07/17/2009 02:28 pm Iustin Pop

Update NEWS and version for 2.0.2 release

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

0dea942c 06/16/2009 02:03 pm Iustin Pop

Update NEWS and version for 2.0.1 release

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

7a8994d4 05/27/2009 05:15 pm Iustin Pop

Release 2.0.0 final

This is simply a version bump, no changes from rc5.

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>
Reviewed-by: Michael Hanselmann <>

b926bd98 05/20/2009 12:15 pm Iustin Pop

Release 2.0rc5

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

d1908b41 04/27/2009 01:57 pm Iustin Pop

Release 2.0rc4

Reviewed-by: ultrotter

5bbefdec 04/08/2009 03:34 pm Iustin Pop

Release 2.0rc3

Burnin tests were successful, release rc3.

Reviewed-by: imsnah

f06d91f2 03/27/2009 05:11 pm Iustin Pop

Release 2.0rc2

This updates the NEWS file and bumps up the version number.

Reviewed-by: ultrotter

a2370b24 03/02/2009 04:30 pm Iustin Pop

Release 2.0rc1

This patch updates the NEWS file and increases the version to 2.0 rc1.

Reviewed-by: ultrotter

2fb85b64 02/16/2009 03:05 pm Iustin Pop

Update NEWS for beta 2

Reviewed-by: imsnah

10f31783 01/26/2009 02:34 pm Iustin Pop

Update the NEWS documents for beta1

Also import the NEWS entries from the 1.2 branch which were added since
we created it.

Reviewed-by: ultrotter

bae27f68 02/18/2008 03:36 pm Iustin Pop

Update version numbers for the 1.2.3 release

Note: we don't update for now the install.sgml file with the new version
number, as there are no other changes. We'll update the web site to
indicate that the current install.html document is valid for 1.2.3 too....

e709baee 01/30/2008 12:54 pm Iustin Pop

Bump version numbers for the 1.2.2 release

Reviewed-by: ultrotter

b6f2e47f 01/18/2008 06:07 pm Iustin Pop

Fix the make dist rule

In revision 459 I added a bug in the make dist rule in the sense that
the archive will include all of test/data directory, including the
.svn directory if it exists.

This patch fixes that problem and adds a distcheck hook that tests for...

31b9055c 01/18/2008 05:19 pm Iustin Pop

Bump version numbers for the 1.2.1 release

This a merge to trunk of revision 494.

Reviewed-by: imsnah

ce628bb4 12/04/2007 05:20 pm Iustin Pop

Bump version numbers for 1.2.0 release

Reviewed-by: imsnah

3d492b09 11/28/2007 02:17 pm Iustin Pop

Update version numbers for release 1.2b3

Reviewed-by: imsnah

6c4811dc 11/12/2007 03:19 am Iustin Pop

Update documentation for drbd8 and beta2 release

This patch does:
- add drbd8 information to the docs (the new disk template, examples,
etc.)
- fixes a section header to make it more clear
- update the NEWS file by changing format (format taken by looking at...

97a37b3f 10/04/2007 03:40 pm Michael Hanselmann

Forgotten files from last commit, NEWS and Makefile.am.

Reviewed-by: iustinp, ultrotter