~ubuntu-core-dev/ubuntu/maverick/eucalyptus/devel

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Dustin Kirkland
  • Date: 2010-07-22 08:41:57 UTC
  • mfrom: (1050.1.19 ubuntu)
  • Revision ID: kirkland@x200-20100722084157-zh2p8dkawznvxxpn
Approving Dave Walker's merge of new upstream Eucalyptus 2.0 release.

Dustin Kirkland <kirkland@canonical.com>

* New major upstream version merge, 2.0 (r1211).
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
    eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
    of Dmitrii Zagorodnov, upstream. (LP: #597330)
* debian/eucalyptus-java-common.links: 
  - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
    with groovy versions >1.7. (LP: #595421)
  - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
* debian/control
  - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
    build dependencies.
  - Added libjetty-extra-java as a dependency of eucalyptus-java-common
* The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
  to eucalyptus-*-main.jar:    
  - debian/eucalyptus-cc.upstart
  - debian/eucalyptus-cloud.install
  - debian/eucalyptus-common.eucalyptus.upstart
  - debian/eucalyptus-java-common.install
  - debian/eucalyptus-network.upstart
  - debian/eucalyptus-sc.install
  - debian/eucalyptus-walrus.install
* debian/eucalyptus-java-common.install: New upstream jars that have been
  installed:
  - eucalyptus-db-hsqldb-ext-main.jar
  - eucalyptus-component-main.jar
* debian/control:
  - Updated Standards Version to 3.8.4 (no change)
  - Updated the upstream Homepage to: http://open.eucalyptus.com/
  - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
  - Made the Build Dependency of groovy and the binary eucalyptus-java-common
    package depend on version >=1.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
eucalyptus (1.7+bzr1200-0ubuntu1) UNRELEASED; urgency=low
 
1
eucalyptus (2.0~bzr1211-0ubuntu1) maverick; urgency=low
2
2
 
3
 
  * New major upstream version merge, 1.7 (r1200).
 
3
  * New major upstream version merge, 2.0 (r1211).
4
4
  * debian/patches/:
 
5
    - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
5
6
    - 02-Makefile.patch: Updated to reflect new code layout.
6
7
    - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
7
8
    - 08-ubuntu-default-networking.patch: Refreshed.
8
9
    - 09-small-128-192MB.patch: Updated to point to new location.
9
10
    - 10-disable-iscsi.patch: Refreshed.
10
 
    - 11-state-cleanup-memleakfix.patch: Refreshed.
 
11
    - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
11
12
    - 15-fix-default-ramdisk.patch: Updated to point to new location.
12
13
    - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
13
14
    - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
14
15
    - 18-priv_security.patch: Updated to reflect upstream changes.
15
16
    - 20-brute-force-webui.patch: Updated to reflect upstream changes. 
16
 
  * debian/eucalyptus-java-common.links: Changed symlink for groovy, point to 
17
 
    groovy.all.jar, making compatiable with groovy versions >1.7. (LP: #595421)
 
17
    - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
 
18
      eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
 
19
      of Dmitrii Zagorodnov, upstream. (LP: #597330)
 
20
  * debian/eucalyptus-java-common.links: 
 
21
    - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
 
22
      with groovy versions >1.7. (LP: #595421)
 
23
    - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
 
24
  * debian/control
 
25
    - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
 
26
      build dependencies.
 
27
    - Added libjetty-extra-java as a dependency of eucalyptus-java-common
 
28
  * The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
 
29
    to eucalyptus-*-main.jar:    
 
30
    - debian/eucalyptus-cc.upstart
 
31
    - debian/eucalyptus-cloud.install
 
32
    - debian/eucalyptus-common.eucalyptus.upstart
 
33
    - debian/eucalyptus-java-common.install
 
34
    - debian/eucalyptus-network.upstart
 
35
    - debian/eucalyptus-sc.install
 
36
    - debian/eucalyptus-walrus.install
 
37
  * debian/eucalyptus-java-common.install: New upstream jars that have been
 
38
    installed:
 
39
    - eucalyptus-db-hsqldb-ext-main.jar
 
40
    - eucalyptus-component-main.jar
 
41
  * debian/control:
 
42
    - Updated Standards Version to 3.8.4 (no change)
 
43
    - Updated the upstream Homepage to: http://open.eucalyptus.com/
 
44
    - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
 
45
    - Made the Build Dependency of groovy and the binary eucalyptus-java-common
 
46
      package depend on version >=1.7.
18
47
 
19
 
 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Mon, 21 Jun 2010 14:03:41 +0100
 
48
 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Wed, 21 Jul 2010 17:27:10 +0200
20
49
 
21
50
eucalyptus (1.6.2+bzr1230-0ubuntu2) maverick; urgency=low
22
51