root/debian/changelog

Revision 454, 6.9 kB (checked in by Denis Bilenko <denis@ag-projects.com>, 5 weeks ago)

changelog entry for 1.0.6

Line 
1openxcap (1.0.6) unstable; urgency=low
2
3  * fixed: namespace bindings in the request weren't parsed correctly
4  * fixed: pid file was removed on package upgrade
5
6 -- Denis Bilenko <denis@ag-projects.com>  Thu, 16 Oct 2008 17:01:24 +0200
7
8openxcap (1.0.5) unstable; urgency=low
9
10  * fixed: openxcap with 'openser' backend couldn't be started
11    if enable_publish_xcapdiff=yes
12  * fixed a couple of potential Internal Server Errors
13  * added python-mysqldb to dependencies
14  * added <entry> node to <uniqueness-failure> error as required by RFC
15  * nicer error messages in several cases
16
17 -- Denis Bilenko <denis@ag-projects.com>  Wed, 15 Oct 2008 10:41:26 +0200
18
19openxcap (1.0.4) unstable; urgency=low
20
21  * Disabled authentication for requests in /global/ context, because it didn't work well.
22    It is safe, because the only use for /global/ now is retrieving xcap-caps.
23
24 -- Denis Bilenko <denis@ag-projects.com>  Tue, 07 Oct 2008 19:34:47 +0200
25
26openxcap (1.0.3) unstable; urgency=low
27
28  * Fixed: requesting XCAP root resulted in 500 (now 404)
29  * Fixed: multiple matches resulted in 500 (now 404)
30  * Improved error responses
31
32 -- Denis Bilenko <denis@ag-projects.com>  Mon, 06 Oct 2008 06:33:45 +0200
33
34openxcap (1.0.2) unstable; urgency=high
35
36  * Fixed and improved logging. it now logs much more then before and can be customized
37  * Fixed bug: xcap-caps application was not available under /global/ tree
38  * Added experimental support for sqlite database
39  * Fixed multiple xcap roots/aliases. having more then one root= entry in the config is legal now
40  * Fixed bug that made OpenXCAP dependent on specific MySQLdb versions (those with 'reconnect' parameter)
41  * Fixed pyxml issue: previously, if pyxml was not installed, OpenXCAP would fail
42    with obscure exception on element operation. Now it refuses to start.
43  * Fixed URI parsing
44  * Better error reporting in many cases
45  * Many more bugs fixes
46
47 -- Denis Bilenko <denis@ag-projects.com>  Fri, 03 Oct 2008 05:42:45 +0200
48
49openxcap (1.0.1) unstable; urgency=low
50
51  * Added proper URI parsing, so att_value may contain slashes now
52  * Fixed schemas not to fetch files from the internet on initialization
53
54 -- Denis Bilenko <denis@ag-projects.com>  Fri, 12 Sep 2008 10:15:54 +0200
55
56openxcap (1.0.0) unstable; urgency=high
57
58  * Added RLS services (RFC 4662 and RFC 4826)
59  * Added support for xcap-diff based on draft-ietf-simple-xcap-diff-09
60  * Added partial get/put/delete of elements in the XCAP documents
61  * Added test suite for rls-services, resource-lists and partial updates
62  * Many bug fixes from field experiences
63  * Development status from beta to production
64  * Switched to Python 2.5
65  * Improved documentation and testing suite
66  * Changed license to GPL
67  * Fixed MySQL operational error (2006)
68
69 -- Adrian Georgescu <ag@ag-projects.com>  Mon, 08 Sep 2008 15:32:07 +0200
70
71openxcap (0.9.9.5) unstable; urgency=low
72
73  * Fixed a wrongly named positional argument
74
75 -- Ruud Klaver <ruud@ag-projects.com>  Thu, 12 Jun 2008 10:58:11 +0200
76
77openxcap (0.9.9.4) unstable; urgency=low
78
79  * Fixed one keyword argument too many
80
81 -- Ruud Klaver <ruud@ag-projects.com>  Tue, 03 Jun 2008 10:38:27 +0200
82
83openxcap (0.9.9.3) unstable; urgency=low
84
85  * Changed some lxml function argument from positional to keyword
86
87 -- Ruud Klaver <ruud@ag-projects.com>  Tue, 03 Jun 2008 10:32:06 +0200
88
89openxcap (0.9.9.2) unstable; urgency=low
90
91  * Changed debian package to not automatically start the server on install
92  * Fix for dburi being updated in SIPThor backend
93  * Fixed the SIPThor module to not make a new connection on every transaction
94
95 -- Ruud Klaver <ruud@ag-projects.com>  Wed, 14 May 2008 11:18:00 +0200
96
97openxcap (0.9.9.1) unstable; urgency=low
98
99  * Removed memcache access from the SIPThor backend to reflect change in
100    architecture
101
102  * Have SIPThor backend gracefully disconnect by having it install its own
103    signal handlers. Backends now include a installSignalHandlers boolean
104    variable.
105
106 -- Ruud Klaver <ruud@ag-projects.com>  Mon, 31 Mar 2008 13:23:19 +0200
107
108openxcap (0.9.9) unstable; urgency=low
109
110  * Fixed node selector decoding
111  * Save presence rules documents under the same file name ("index.xml")
112  * Moved trusted_peers to [Authentication] config section
113  * Default xcap_table to "xcap" in config.ini.sample
114  * Improved URI logging
115  * DELETE of a full document doesn't produce an Etag in the 200 response
116  * Added SIP Thor backend
117
118 -- Mircea Amarascu <mircea@ag-projects.com>  Mon, 21 Jan 2008 23:26:29 +0200
119
120openxcap (0.9.8) unstable; urgency=low
121
122  * Support subdirectories by using doc_uri column in xcap table.
123  * Updated MySQL xcap table structure
124
125 -- Adrian Georgescu <adigeo@ag-projects.com>  Fri, 09 Nov 2007 18:48:51 +0100
126
127openxcap (0.9.7) unstable; urgency=low
128
129  * Prevented Twisted from printing SQL login info in the log
130  * Added some info to INSTALL about tested versions
131
132 -- Ruud Klaver <ruud@ag-projects.com>  Fri, 19 Oct 2007 14:33:08 +0200
133
134openxcap (0.9.6) unstable; urgency=low
135
136  * Fixed trusted peer authentication bug against the latest Twisted svn trunk.
137
138 -- Mircea Amarascu <mircea@ag-projects.com>  Fri, 19 Oct 2007 08:29:13 +0300
139
140openxcap (0.9.5) unstable; urgency=low
141
142  * Changed watcher application to reflect new database column names of OpenSER revision 2923
143  * Changed default SQL table name from "xcap" to "xcap_xml"
144
145 -- Adrian Georgescu <ag@ag-projects.com>  Wed, 17 Oct 2007 16:40:05 +0200
146
147openxcap (0.9.4) unstable; urgency=low
148
149  * Added "watchers" application to query OpenSER presence watchers.
150  * Include debian directory in the source archive.
151
152 -- Mircea Amarascu <mircea@ag-projects.com>  Wed, 10 Oct 2007 17:19:12 +0300
153
154openxcap (0.9.3) unstable; urgency=low
155
156  * Adjusted OpenXCAP to use python-application >= 1.0.9
157  * Set TLS mode based on http/https scheme of the root URI.
158  * document_validation defaults to Yes in config.ini.sample
159
160 -- Mircea Amarascu <mircea@ag-projects.com>  Wed, 19 Sep 2007 15:20:16 +0300
161
162openxcap (0.9.2) unstable; urgency=low
163
164  * Changed the name and structure of xcap_xml table.
165  * Added the 'type' param to refreshWatchers OpenSER command.
166  * Added configuration option to disable XML schema validation.
167  * Updated XML scheme to allow EyeBeam resource lists to pass validation.
168  * Update debian dependencies.
169
170 -- Mircea Amarascu <mircea@ag-projects.com>  Wed, 19 Sep 2007 10:03:19 +0300
171
172openxcap (0.9.1) unstable; urgency=low
173
174  * Fixed the debian control file.
175  * Fixed some lintian warnings.
176  * Added MANIFEST.in file.
177  * Removed no longer needed remove-version-control rule.
178  * Fixed install rule name.
179  * Do not copy config.ini.sample as it is into /etc/openxcap/
180  * Added tls directory and .placeholder to prevent it from being purged.
181  * Use relative paths for tls certificates in config.ini
182
183 -- Dan Pascu <dan@ag-projects.com>  Mon, 03 Sep 2007 12:42:47 +0300
184
185openxcap (0.9.0) unstable; urgency=low
186
187  * Initial release.
188
189 -- Mircea Amarascu <mircea@ag-projects.com>  Wed, 29 Aug 2007 14:03:17 +0300
Note: See TracBrowser for help on using the browser.