forked from plone/plone.indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
51 lines (33 loc) · 1.08 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Changelog
=========
1.0.1 - unreleased
------------------
- Relicense under modified BSD license; per Plone Foundation board
approval on 2012-05-31.
See: http://plone.org/foundation/materials/foundation-resolutions/plone-framework-components-relicensing-policy
[supton]
- Add MANIFEST.in.
[WouterVH]
1.0 - 2010-07-18
----------------
- Fixed reSt markup in the changelog.
[hannosch]
- Update license to GPL version 2 only.
[hannosch]
1.0rc2 - 2009-04-05
-------------------
- Added _getWrappedObject() method to get hold of the underlying object.
Note that this means you can't have an index/metadata column with this name.
[optilude]
- Corrected IZCatalog import location to point to the interfaces module.
[hannosch]
1.0rc1 - 2009-03-26
-------------------
- Updated the interface to match the developments of similar functionality
on CMF trunk. This means that indexers are now multi-adapters on
(object, catalog), and the keyword arguments (including the implicit
'portal' parameter) are gone.
[optilude]
1.0a1 - 2009-03-05
------------------
- Initial release