~ubuntu-branches/ubuntu/quantal/maas/quantal-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/releasenotes/HISTORY.oop.md

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-03 17:42:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120703174237-p8l0keuuznfg721k
Tags: 0.1+bzr709+dfsg-0ubuntu1
* New Upstream release
* debian/control:
  - Depends on python-celery, python-tempita, libjs-yui3-{full,min},
    libjs-raphael
* debian/maas.install:
  - Install apiclient, celeryconfig.py, maas-import-pxe-files, preseeds_v2.
  - Update to install various files from chroot, rather tha manually copy
    them from the source.
* debian/maas.links: symlink celeryconfig.py
* debian/maas.maas-celery.upstart: Add job.
* debian/rules:
  - Install celery upstart job.
  - Do not install jslibs as packages are now used.
  - Drop copying of maas_local_settings_sample.py as source now ships
    a maas_local_settings.py
* debian/patches:
  - 04-maas-http-fix.patch: Drop. Merged upstream.
  - 01-fix-database-settings.patch: Refreshed.
  - 99_enums_js.patch: Added until creation of enum.js / build process
    is fixed.
* debian/maas.postinst: Update bzr version to correctly handle upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
OOP Change History
2
 
==================
3
 
 
4
 
3.4.1
5
 
-----
6
 
 
7
 
  * No changes.
8
 
 
9
 
 
10
 
3.4.0
11
 
-----
12
 
 
13
 
  * Significant performance improvements for `augment()`.
14
 
 
15
 
  * Bug fix: `augment()` handled the `whitelist` parameter incorrectly when
16
 
    augmenting a function. [Ticket #2530036]
17
 
 
18
 
 
19
 
3.3.0
20
 
-----
21
 
 
22
 
  * `clone()` no longer fails on DOM objects in IE.
23
 
 
24
 
 
25
 
3.2.0
26
 
-----
27
 
 
28
 
  * No changes.
29
 
 
30
 
 
31
 
3.1.1
32
 
-----
33
 
 
34
 
  * `clone()` passes functions through.
35
 
 
36
 
 
37
 
3.1.0
38
 
-----
39
 
 
40
 
  * Added `Y.some()`.
41
 
 
42
 
  * Improved iterators over native objects and YUI list object.
43
 
 
44
 
  * Improved deep clone, particularly when dealing with self-referencing objects.
45
 
 
46
 
  * Fixed complex property merge when doing a deep aggregation.
47
 
 
48
 
 
49
 
3.0.0
50
 
-----
51
 
 
52
 
  * No functional changes.
53
 
 
54
 
 
55
 
3.0.0 beta1
56
 
----------
57
 
 
58
 
  * `bind()` now adds the arguments supplied to bind before the arguments
59
 
    supplied when the function is executed. Added `rbind()` to provide the old
60
 
    functionality (arguments supplied to bind are appended to the arguments
61
 
    collection supplied to the function when executed).
62
 
 
63
 
  * `bind()` supports a string representing a function on the context object in
64
 
    order to allow overriding methods on superclasses that are bound to a
65
 
    function displaced by AOP.
66
 
 
67
 
  * Fixed array handling in `clone()`.
68
 
 
69
 
 
70
 
3.0.0pr2
71
 
--------
72
 
 
73
 
  * No changes.
74
 
 
75
 
 
76
 
3.0.0pr1
77
 
--------
78
 
 
79
 
  * Initial release.