summaryrefslogtreecommitdiff
path: root/NEWS
blob: 5a498840bbce0bde17e836694def148dd30c5eb0 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
Evolution-Data-Server 2.91.91 2011-03-07
----------------------------------------

Bug Fixes:
	Bug 614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
	             (Milan Crha)
	Bug 617763 - Cannot create events on Yahoo through CalDAV (Milan Crha)
	Bug 633156 - Runtime warning when creating direct subfolder of
	             On This Computer (Milan Crha)
	Bug 639201 - Crash on startup - pop3_get_message,
	             camel_pop3_delete_old (Milan Crha)
	Bug 640829 - Can drop text/plain message lines in message preview
	             (Milan Crha)
	Bug 643095 - Crash when opening invalid multipart/signed message
	             (Milan Crha)

Other Changes:
	* ECalRecur: Convert intervals < 1 into the default (1)
	  (Carlos Martín Nieto)
	* e_source_copy() may copy also relative_uri (Milan Crha)
	* Modularize e-addressbook-factory migration. (Matthew Barnes)
	* Modularize e-calendar-factory migration. (Matthew Barnes)
	* Bump BASE_VERSION to 3.0. (Matthew Barnes)

Translations:
	Khaled Hosny (ar)
	David Planella (ca)
	Bruno Brouard (fr)
	Luca Ferretti (it)
	Rudolfs Mazurs (lv)
	Duarte Loreto (pt)
	Yuri Myasoedov (ru)
	Daniel Nylander (sv)
	Wei Li (zh_CN)


Evolution-Data-Server 2.91.90 2011-02-21
---------------------------------------

Bug Fixes:
	Bug 639483 - Category list includes weather information (hao.h.li)
	Bug 638563 - Make string consistent with other providers (Milan Crha)
	Bug 638246 - Runtime warning: and_operator: assertion `argc == 2' failed (Milan Crha)
	Bug 638089 - Some mobile phone contacts are not shown in preview (Milan Crha)
	Bug 641757 - Fix warnings from GCC 4.6 (Kjartan Maraas)
	Bug 601111 - Do not use empty host names in EProxy (Milan Crha)
	Bug 641250 - Cannot add more than 2 recipients in To: or Cc: field (Vibha Yadav)
	Bug 640696 - Hidden new messages in On This Computer/Inbox (Milan Crha)
	Bug 634743 - Moving message on GMail with real Trash set deletes it (2nd try) (Milan Crha)
	Bug 641110 - Improve 'select destination' window in copy/move to calendar (Milan Crha)
	Bug 634743 - Moving message on GMail with real Trash set deletes it (Milan Crha)

Miscellaneous Fixes:
	CamelTcpStream cleanups. (Matthew Barnes)
	Memory leak fix and return events in proper order (Milan Crha)
	Remove NULL checks for GObject methods. (Matthew Barnes)
	CamelMaildirStore: Fix memory leak (Carlos Martín Nieto)
	Bump GTK+ requirement to 3.0. (Matthew Barnes)
	Be able to define DBus call timeout in configure and runtime (Milan Crha)
	Perform consistency check on local folders based on the parameter 'need-summary-check' (Chenthill Palanisamy)
	Remove streams tests (Kjartan Maraas)
	Add a --keep-running option to e-calendar-factory. (Matthew Barnes)
	Add a --keep-running option to e-addressbook-factory. (Matthew Barnes)
	Improve libebook annotations. (Raul Gutierrez Segales)

Translations:
	Changwoo Ryu (ko)
	Mario Blättermann (de)
	Mattias Põldaru (et)
	Kjartan Maraas (nn)
	Ivar Smolin (et)
	Petr Kovar (cs)
	Jorge González (es)
	Fran Diéguez (gl)
	krishnababu k (ug)
	Shankar Prasad (kn)
	Runa Bhattacharjee (bn)

Evolution-Data-Server 2.91.6 2011-01-31
---------------------------------------

Bug Fixes:
	Bug 640898 - Evolution creates invalid vCard (Matthew Barnes)
	Bug #623933 - Crash under ESourceList::conf_changed_callback (Milan Crha)
	Bug 640529 - Default size of category window is too small (Matthew Barnes)
	Bug #636495 - Build fails :GtkStyle deprecated (Vibha Yadav)
	Bug #635519 - Crash at cell_renderer_color_render (Vibha Yadav)
	Bug #635339 - 'Mark as read' from popup menu not working on Junk folder (Milan Crha)
	Bug 635353 — Don't parse empty addresses in the Google Contacts backend (Philip Withnall)
	Bug 566441 — The Google backend doesn't use the tags/categories/groups (Philip Withnall)
	Bug #639469 - WebDAV addressbook only uses https (Andrew McMillan)
	Bug #627788 - EDataCalView is never freed in a factory process (Milan Crha)
	Bug #639165 - maildir expunge not working as expected (Milan Crha)
	Bug #525565 - Crash in find_book_by_contact at e-name-selector-entry.c (Milan Crha)
	Bug #638948 - NNTP folder doesn't implement Expunge (Milan Crha)

Miscellaneous Fixes:
	CamelGroupwiseFolder: Dynamically allocate MD5 digest. (Matthew Barnes)
	Fix possible invalid read when checking citation depth (Milan Crha)
	Require the latest gtk+-3.0 release until 3.0. (Matthew Barnes)
	Drop support for gtk+-2.0. (Matthew Barnes)
	Add versioning to D-Bus service names. (Matthew Barnes)
	Kill CamelSeekableStream. (Matthew Barnes)
	Kill CamelSeekableSubstream. (Matthew Barnes)
	CamelMultipartSigned: Avoid using bounded streams. (Matthew Barnes)
	Replace CamelStreamSeekPolicy with GSeekType. (Matthew Barnes)
	Bump libcamel's shared object name. (Matthew Barnes)
	Make contact removal asynchronous in the Google Contacts backend (Philip Withnall)
	Add cancellation support to the Google Contacts backend (Philip Withnall)
	Rebase the Google Contacts backend as an asynchronous EBookBackend (Philip Withnall)
	Add e_source_selector_get_source_by_path() (Matthew Barnes)
	Bump libgdata dependency to 0.7.0 (Philip Withnall)
	Use GDBus calls without any timeout set (Milan Crha)
	imapx_server_get_message: Avoid unreffing a NULL stream. (Matthew Barnes)
	CamelStreamFs: Check for cancellation before closing or flushing (Matthew Barnes)
	Crash on bogus component removal in file calendar backend (Milan Crha)

Translations:
	Michael Kotsarinis (el)
	Andika Triwidada (id)
	Fran Diéguez (gl)

Evolution-Data-Server 2.91.5 2010-01-10
---------------------------------------

Address book and calendar backend modules are now split into different
installation directories so the D-Bus factory processes will only load
relevant backend modules.

This changes some pkg-config details for third-party backend modules.

Instead of querying the backend directory with:

  pkg-config --variable=extensiondir evolution-data-server-1.2

you must query the directory for address book backends with:

  pkg-config --variable=backenddir libedata-book-1.2

and the directory for calendar backends with:

  pkg-config --variable=backenddir libedata-cal-1.2


Bug Fixes:
	Bug 637838 - Include annotation-glossary.xml in API docs
	             (Matthew Barnes)
	Bug 637916 - configure.ac with_nspr_includes test is incorrect
	             (Stef Walter)
	Bug 638095 - Async ops in ENameSelectorEntry can exceed widget
	             lifetime (Matthew Barnes)

Other Changes:
	* Merge utility functions into Google Contacts backend
	  (Philip Withnall)
	* Temporarily remove GTK_DISABLE_DEPRECATED. (Matthew Barnes)
	* Change the installation path for E-D-S backends. (Matthew Barnes)

Translations:
	Torstein Adolf Winterseth (nb)
	A S Alam (pa)
	Daniel Nylander (sv)
	Gheyret T.Kenji (ug)


Evolution-Data-Server 2.91.4 2010-12-20
---------------------------------------

Bug Fixes:
	Bug 636334 - Birthdays&Anniversaries calendar skips local address books (Milan Crha)
	Bug 636850 - Consistent libgweather configure options (Matthew Barnes)
	Bug 633180 -Attendee uneditable if typed manually (jpunit)
	Bug 420813 - Unnecessarily slow update/reopen of webcal calendars (Milan Crha)
	Bug 634385 - Crash in smtp_connect (Milan Crha)
	Bug 616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsd (Milan Crha)
	Bug 633557 - Translation comments needed (Milan Crha)
	Bug 573125 - Crashes right after startup when having broken db summary (Milan Crha)
	Bug 633332 - Preserve port number in WebDAV address book (Milan Crha)
	Bug 631568 - Scheduling Meetings with CalDAV calendars (Milan Crha)
	Bug 590245 - 'evolution --force-shutdown' should kill factories (Milan Crha)
	Bug 628563 - Use-after-free crash in objects_added_cb() (Milan Crha)
	Bug 530205 - Use CalDAV calendar read-only when server unreachable (Milan Crha)
	Bug 625048 - Fails to detect America/New York system timezone (Milan Crha)
	Bug 590476 - Evolution corrupts PDF files. (bnc) (Vibha Yadav)
	Bug 6498 - Filters are not applied to imapx Inboxes (bmo) (Federico Mena Quintero)

Miscellaneous Fixes:
	Do not store and generate locel:/system URIs (Milan Crha)
	Maildir: Hide folders which do not start with a dot (Chenthill Palanisamy)
	Drop support for password key files. (Matthew Barnes)
	Use less threads in CamelDB (Milan Crha)

Translations:
	Fran Diéguez (gl)
	Jorge González (es)
	Kjartan Maraas (nn)
	Ivar Smolin (et)

Evolution-Data-Server 2.91.3 2010-11-29
---------------------------------------
Bug Fixes:
	Bug #635825 - Ensure valid UTF8 strings are passed to GDBus/GVariant (Milan Crha)
	Bug #624420 - Crash camel_imapx_server_append_message (Milan Crha)
	Bug #635673 - Stack overflow when opening slow calendar (Milan Crha)
	Bug #632962 - Duplicate "On this computer" sources after update (Milan Crha)
	Bug 635572 - Various linking failures (Diego Escalante Urrelo)
	Bug #635550 - e-calendar-factory leaks memory (Milan Crha)
	Bug #633780 - ESourceSelector - check paths when removing source/group (Milan Crha)
	Bug #634573 - Crash when importing ics file (Milan Crha)
	Bug #633181 - Deadlock after moving some mails in maildir (Milan Crha)
	Bug #486553 - Inline expansion of email lists are not separated by commas (Milan Crha)
	Bug #634658 - Unread counts for vfolders never update (Milan Crha)
	Bug #602958 - Right click over source in calendar view opens a calendar (Milan Crha)
	Bug 634593 - Maildir hang when create new folders (Chenthill Palanisamy)
	Bug 633122 - git head 2010-10-25 maildir folders that used to work now don't (Chenthill Palanisamy)
	Bug #581288 - Remove .ui files from evolution-data-server (Milan Crha)
	Bug #632692 - Thread by In-Reply-To, then first found reference (Milan Crha)
	Bug #538716 - Do not set expiration on POP3 message cache (Milan Crha)
	Bug #632676 - Only "Checking for new mail" in status bar and nothing else (Milan Crha)
	Bug #631804 - Aborts with pthread error in imapx_server_dispose() (David Woodhouse)
	Bug #634084 - ECal reports loaded state too early (Milan Crha)

Miscellaneous Fixes:
	Cannot delete maildir folder (ritz)
	CamelStore: Place Inbox at the top while building folder info (Chenthill Palanisamy)
	Maildir: Use Inbox instead of '.' while building folder info (Chenthill Palanisamy)
	Maildir: Allow subfolders for Inbox (Chenthill Palanisamy)
	Use '_' instead of '^' for renaming folders with dot symbol in it (Chenthill Palanisamy)
	Do not unset the deleted flag while copying mails across folders (Chenthill Palanisamy)
	Make EFileCache changes freezer recursiveable (Milan Crha)
	Fix QRESYNC protocol violation (RH #648082) (David Woodhouse)

Translations:
	Gheyret T.Kenji (ug)
	Ivar Smolin (et)
	Jorge González (es)
	Fran Diéguez (gl)
	Georgios Stefanakis (el)
	Matej Urbančič (sl)
	Marcos Lans (gl)
	Kjartan Maraas (nn)

Evolution-Data-Server 2.91.2 2010-11-08
---------------------------------------

Bug Fixes:
	Bug 631073 - Task update operation has some delay (Milan Crha)
	Bug 631290 - Crash in vee_folder_synchronize_sync (Milan Crha)
	Bug 632687 - Doesn't build against gtk+ 2.91.1 (Matthew Barnes)
	Bug 623017 - Add introspection support (Maxim Ermilov)
	Bug 597567 - Crash in comp_subject() (Milan Crha)
	Bug 632771 - Recurring calendar events set to recur forever do not
	             display past first week (Chenthill Palanisamy)
	Bug 631953 - A possible double-free in google backend
	             (Gary Ching-Pang Lin)
	Bug 632030 - Crashed while Groupwise server is not responding
	             (Punit Jain)
	Bug 445439 - Delete mail from pop-server when deleted from Inbox/Trash
	             (Milan Crha)
	Bug 631842 - Improve error reporting in some ECal/EBook functions
	             (Christophe Fergeau)
	Bug 632527 - Unmatched vFolder returns incorrect uids on search
	             (Milan Crha)
	Bug 632177 - Hide source group when none source lefts after remove
	             (Aparna)
	Bug 633122 - Maildir migration from old folder hierarchy to maildir++
	             hierarchy (Chenthill Palanisamy)
	Bug 632532 - Double free in imapx_job_done,
	             imapx_command_step_fetch_done (Milan Crha)
	Bug 633919 - Stuck on Mark messages as read (Milan Crha)
	Bug 634167 - Fails to build with gir (James M. Cape)

Other Changes:
	* [IMAPX] Crash on QRESYNC line formatting on 32bit platform
	  (Milan Crha)
	* Fix linking against out-of-tree e-d-s (Priit Laes)
	* Fix failure to RSET SMTP connection before re-use. (David Woodhouse)
	* Commit a missing m4 file. (Matthew Barnes)
	* Change the maildir folder hierarchy as per maildir++ spec
	  (Chenthill Palanisamy)
	* override get_full_path and get_meta_path in maildir store
	  (Chenthill Palanisamy)
	* Fix remove maildir folder (Chenthill Palanisamy)
	* Fix maildir rename and some memory leaks (Chenthill Palanisamy)
	* Fix memory leak on imapx_server_get_message() failure
	  (David Woodhouse)
	* Workaround GtkComboBoxText in .ui file (Milan Crha)
	* camel-folder-search: Fix minor GError handling issue (Matthew Barnes)
	* ESourceSelector: Add a "primary-selection" property. (Matthew Barnes)
	* Fix a build failure due to used CPPFLAGS (Paul Smith)
	* ENameSelectorDialog: Fix a potential string comparison crash
	  (Matthew Barnes)

Translations:
	Xandru Armesto (ast)
	Gil Forcada (ca)
	Carles Ferrando (ca@valencia)
	Jorge González (es)
	Matej Urbančič (sl)
	Aron Xu (zh_CN)
	Ivar Smolin (et)

Evolution-Data-Server 2.91.1 2010-10-18
---------------------------------------

Bug Fixes:
	Bug 558478 - Autocompletion inserts comma. (Vibha Yadav)
	Bug 632376 - Rewind in camel-disco-diary to fix a crash (Pacho Ramos)
	Bug 534369 - New mail notifications for local Inbox don't work (Milan Crha)
	Bug 630358 - Google contacts doesn't sync anniversary (Milan Crha)
	Bug 608557 - CamelOfflineJournal can call fclose with NULL (Milan Crha)
	Bug 630358 - Google contacts doesn't sync birthday and URL (Milan Crha)
	Bug 631594 - Various races in CamelOperation (Matthew Barnes)
	Bug 347520 - Names containing a dot in address parsed incorrectly (Milan Crha)
	Bug 630361 - Categories editing fixes (Milan Crha)
	Bug 630889 - Use-after-free while sending messages (Milan Crha)
	Bug 631404 - Stop shipping a Locations.xml (Matthew Barnes)

Miscellaneous Fixes:
	Prefix soup_soap_(message/response) with e_soap and add it in libedataserver so that groupwise, evolution-ews 
	  and evolution-sync for ews (Chenthill Palanisamy)
	Google contacts - do not drop all URLs/events on update (Milan Crha)
	Add a CamelFolder:uri property. (Matthew Barnes)
	Include also reason_phrase on libsoup errors (Milan Crha)
	CamelOperation: Try to avoid crashing on refcount errors. (Matthew Barnes)
	Really fix srcdir != builddir builds. (Javier Jardón)
	Limit libgdata support to 0.6. (Matthew Barnes)

Translations:
	Matej Urbančič (sl)
	Jorge González (es)
	Kjartan Maraas (nn)

Evolution-Data-Server 2.91.0 2010-10-04
---------------------------------------

Bug Fixes:
	Bug 629714 - endless loop in imapx_parse_status()
	             (David Woodhouse)
	Bug 630135 - No UI feedback when imapx connection fails
	             (David Woodhouse)
	Bug 630150 - imapx attempts to connect to server when already
	             cancelled (David Woodhouse)
	Bug 630152 - imapx_parser_thread registers wrong operation
	             (David Woodhouse)
	Bug 629752 - ldap doesn't work in offline (Milan Crha)
	Bug 616598 - AM/PM in Date header confuses parser (Milan Crha)
	Bug 615274 - Encode proxy user/password in proxy URL (Milan Crha)
	Bug 628655 - imapx parser thread gerror memory leak (Milan Crha)
	Bug 615828 - Incorrectly set off-line state on CamelOfflineStore
	             (Milan Crha)
	Bug 629916 - imapx fails to handle errors in imapx_command_idle_stop()
	             (David Woodhouse)
	Bug 616596 - Disable debug prints from e-categories.c (Milan Crha)
	Bug 629726 - Increase imapx starting buffer size to 4KiB
	             (David Woodhouse)
	Bug 629908 - assertion failed: (E_IS_BOOK (book)) (David Woodhouse)
	Bug 630321 - Disabling IMAPX account produces runtime warnings
	             (Milan Crha)
	Bug 630149 - imapx_sync() never returns error (David Woodhouse)
	Bug 599741 - Cannot accept meeting request (Vibha Yadav)
	Bug 630265 - Refetches unchanged 'On The Web' calendar (Milan Crha)
	Bug 629507 - e_book_backend_cache_set_time doesn't rewrite old value
	             (Milan Crha)
	Bug 616172 - Return NULL from imapx_find_commad_tag when not found
	             (Julien Ducourthial)
	Bug 630222 - Build failure camel-tcp-stream-raw.c (David Ronis)

Other Changes:
	* Don't dupplicate wspiapi.h internally.  This will put the
	  responsibility to load a libary correctly to the one who implements
	  the wspiapi.h header. (Fridrich Štrba)
	* bmc#3667 - SOCKS5 failure doesn't fall back to SOCKS4
	  (Federico Mena Quintero)
	* Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
	* Recast CamelOperation as a GCancellable subclass. (Matthew Barnes)
	* Increase safety on Windows Call SetDllDirectory() to reduce risk of
	  DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue
	  code execution. (Fridrich Štrba)
	* Fix a potential race in operation_idle_cb(). (Matthew Barnes)
	* Move printf inside camel_imapx_debug() macro to make prefixes easier
	  (David Woodhouse)
	* Add server tagprefix to imapx debug output messages (David Woodhouse)
	* Use correct debug tagprefix in imapx_parse_capability()
	  (David Woodhouse)
	* Update license to LGPLv2 for e-debug-log files (Chenthill Palanisamy)
	* Updated licenses for imapx to LGPLv2 (Chenthill Palanisamy)
	* Use new GDK keysym names if available. (Matthew Barnes)
	* Sanitize error handling in the SOCKS5/SOCKS4 code paths
	  (Federico Mena Quintero)
	* Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
	* Oops, fix a struct field's name (Federico Mena Quintero)
	* Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
	* Fix potential use-after-free in ECal, as with EBook bug #629908
	  (David Woodhouse)
	* Use GCancellable in all methods that may block. (Matthew Barnes)
	* Rename blocking Camel methods. (Matthew Barnes)
	* Camel: Add an asynchronous API. (Matthew Barnes)
	* Camel: Adapt tests to API changes. (Matthew Barnes)
	* Bump Camel's soname for all this API breakage. (Matthew Barnes)
	* Bump gtk+-2.0 requirement to 2.22.0. (Matthew Barnes)
	* Fix GCancellable usage in IMAPX threads. (Matthew Barnes)
	* Have camel_operation_new() return a GCancellable. (Matthew Barnes)
	* Use macros for CamelOperation timeouts. (Matthew Barnes)
	* Adapt to GtkObject removal in GTK3 (Javier Jardón)
	* Emit CamelFolder and CamelStore signals from idle callbacks.
	  (Matthew Barnes)
	* Don't link libebook to GTK+. (Matthew Barnes)
	* Use upstream gettext instead glib one (Javier Jardón)
	* IMAPX: Use a CamelOperation, not GCancellable in the parser thread
	  (Matthew Barnes)
	* No need to allocate colors with cairo drawing (William Jon McCann)
	* CamelStore: Forgot a part in store_get_folder_info() (Matthew Barnes)
	* Collect Camel flags into enum types. (Matthew Barnes)
	* Avoid passing NULL to g_strstrip in e_contact_get calls (Milan Crha)
	* Temporarily disable EBook tests. (Matthew Barnes)

Translations:
	Marek Cernocky (cs)
	Kenneth Nielsen (da)
	Christian Kirbach (de)
	Ivar Smolin (et)
	Jiri Grönroos (fi)
	Yaron Shahrabani (he)
	Takayuki KUSANO (ja)
	Žygimantas Beručka (lt)
	Mario Blättermann (nl)
	Wouter Bolsterlee (nl)
	Piotr Drąg (pl)
	Antonio Fernandes C. Neto (pt_BR)
	Chao-Hsiung Liao (zh_HK)

Evolution-Data-Server 2.31.92 2010-09-13
----------------------------------------

Bug Fixes:
	Bug 628299 - Crash in g_variant_is_trusted. (Bharath Acharya)
	Bug 507290 (bnc) -Messages in thread out of order (Chenthill Palanisamy)
	Bug 471079 (bnc) - Unable To Exclude Names (Sankar P)
	Bug 627336 - Groupwise cal can return NULL without error on create_object (Milan Crha)
	Bug 628426 - Fix double free crash caused by the previous patch (Milan Crha)
	Bug 603044 (bnc) -Issues with Forward as redirect (Chenthill Palanisamy)
	Bug 611568 (bnc) - Search fails for Cc recipient. (Bharath Acharya)
	Bug 628977 - crash in imapx_parse_uids() (Make stream buf grow automatically) (David Woodhouse)
	Bug 628659 - imapx_sync_changes memory leak (Milan Crha)
	Bug 628658 - imapx expunge memory leak (Milan Crha)
	Bug 628657 - imapx sync_folders memory leak (Milan Crha)
	Bug 628651 - memory leak in imapx_append_message() (Milan Crha)
	Bug 628426 - imapx refresh_info memory leak (Milan Crha)
	Bug 624135 - Gerror with imap provider when clicked 'cancel' (Milan Crha)
	Bug 624229 - Password dialog is not accessible in Subscriptions window (Milan Crha)
	Bug 611539 - EProxy doesn't use authentication for HTTPS (Milan Crha)
	Bug 627817 - Runtime warning when no default addressbook exists (Milan Crha)
	Bug 625110 - IMAPX : Do not free connection manager on disconnect (Milan Crha)
	Bug 624130 - Sasl::challenge reported failure without setting its GError (Milan Crha)
	Bug 624228 - Gerror with Usenet / nntp (Milan Crha)
	Bug 624705 - IMAPX : Deadlock while quiting evolution (Milan Crha)
	Bug 624702 - Cann't create a new folder in imapx (Milan Crha)
	Bug 624318 - Don't claim "CamelOperation status stack non empty" (Milan Crha)
	Bug 569329 - [groupwise] EDS crashed when checking contacts (Milan Crha)
	Bug 628485 - Accessing freed memory in EContactStore::dispose (Milan Crha)
	Bug 624027 - Groupwise cal doesn't use store's default_timezone (Milan Crha)
	Bug 628100 - Weather's cal get_object can ask for nonexistent comp (Milan Crha)
	Bug 623912 - SMTP::query_auth_types should not use NULL hash table (Milan Crha)
	Bug 627627 - Evolution not saving mail labels (Chenthill Palanisamy)
	Bug 627871 - e-name-selector crash (Milan Crha)
	Bug 627609 - imapx user_flags memory leak in imapx_untagged() (Chenthill Palanisamy)
	Bug 627617 - calendar memory leak (Chenthill Palanisamy)

Miscellaneous Fixes:
	Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS. (Matthew Barnes)
	Update API documentation. (Matthew Barnes)
	Re-work my GtkDialog:has-separator workaround. (Matthew Barnes)
	Work around deprecation of gtk_dialog_set_has_separator() (Matthew Barnes)
	Update the server utc time in the key file to avoid fetching duplicates items again and again. This had been broken when fetching modified items moved away from get_quick_messages to get_items_request. 
	 Remove the lock from get_object_list. (Chenthill Palanisamy)
	Switch off user_insert signal handler while inserting the comma. Fixes comma insertion while selecting auto-completed emails. (Chenthill Palanisamy)
	Fixed - Unable to send mails using Evolution. (Bharath Acharya)
	Put the component into the cache after inserting into interval tree. Store comps in interval tree based on just uid for non-recurring events (Punit Jain)
	Remove the key if the value is NULL. (Chenthill Palanisamy)
	Don't use getline, implement a simple replacement. Some systems don't have getline in their C library, so use a private implementation released under LGPL v2+ and found here: 
         http://www.google.com/codesearch/p?hl=en#qUwOD6iX2hc/openjaus/branches/tom/OpenJAUSv3.3.1/ojVehicleSim/src/getLine.c&q=getline%20lang:c&sa=N&cd=9&ct=rc&l=144 (Fridrich ¿trba)
	Ensure end date is generated for master recurrence event while inserting into the interval tree (Chenthill Palanisamy)
	Avoid having backslashes in uri on windows (Fridrich ¿trba)
	Handle error from camel_imapx_stream_token() (David Woodhouse)
	Fix attachments retrieval issue in groupwise. Add the prefix file:// to the filename to form the uri (Chenthill Palanisamy)
	Find the timezone in libical first and then the backend or cache while resolving tzids (Chenthill Palanisamy)
	Patch from Stanislav Slusny as part of the Google Summer of Code project to optimize eds calendar memory usage and speed. Punit Jain <jpunit@novell.com> worked upon this patch and 
	 fixed issues to be able to be upstreamed. Thanks to both of them. (Stanislav Slusny)
	Remove fatal assertions from libecal. (Matthew Barnes)
	Fix calls of e_data_book_view_unref (Milan Crha)
	ESourceList: Fix signal registrations. (Matthew Barnes)
	Remove non-existent symbols from Camel API docs. (Matthew Barnes)

Translations:
	Changwoo Ryu (ko)
	Chao-Hsiung Liao (zh_HK)
	Aron Xu (zh_CN)
	Kjartan Maraas (nn)
	Luca Ferretti (it)
	Christian Kirbach (de)
	Ivar Smolin (et)
	Dr.Tirumurti Vasudevan (ta)
	Daniel Nylander (sv)
	Dirgita (id)
	Philip Withnall (en_GB)
	Petr Kovar (cs)
	Matej Urban¿i¿ (sl)
	Claude Paroz (fr)
	Duarte Loreto (pt)
	Kiyotaka NISHIBORI (ja)
	Marek ¿ernocký (cs)
	Gabor Kelemen (hu)
	Yaron Shahrabani (he)
	Simos Xenitellis (el)

Evolution-Data-Server 2.31.91 2010-08-29
----------------------------------------

Bug Fixes:
	Bug 623703 - Reference counting error in Google backend
	             (Matthew Barnes)
	Bug 625115 - Changes notified from backends aren't propagated to UI
	             (Milan Crha)
	Bug 625514 - Client doesn't recognize server close/crash on GDBus
	             (Milan Crha)
	Bug 625579 - Corruption of mbox file should be properly reported
	             (Milan Crha)
	Bug 627333 - Cannot cancel password dialog for an addressbook
	             (Milan Crha)
	Bug 627597 - Memory leak in user_delete_text() (David Woodhouse)
	Bug 627599 - Memory leak in imapx qresync (David Woodhouse)
	Bug 627610 - imapx store summary memory leak (David Woodhouse)
	Bug 627616 - CamelIMAPXStoreSummary never frees its namespace list
	             (Matthew Barnes)
	Bug 627854 - imapx conn-manager memory leak (Matthew Barnes)
	Bug 627855 - smtp_auth() memory leak (David Woodhouse)
	Bug 627876 - PangoAttrList leak in ENameSelectorEntry (Matthew Barnes)
	Bug 627937 - Crash on email Add to a contact list (Milan Crha)
	Bug 628196 - Miscellaneous string fixes (Philip Withnall)

Miscellaneous Fixes:
	* Rewrite e_load_book_source_async(). (Matthew Barnes)
	* Add e_source_list_peek_default_source(). (Matthew Barnes)
	* Remove -DGDK_DISABLE_DEPRECATED (Matthew Barnes)
	* Fix SEGV when imapx_parse_list() fails (David Woodhouse)
	* Do not unref EDataBook before done with it (part of bug #627332)
	  (Milan Crha)
	* Fix another memory leak in imapx qresync (David Woodhouse)

Translations:
	Ask H. Larsen (da)
	Giannis Katsampirhs (el)
	Philip Withnall (en_GB)
	Jorge González (es)
	Ivar Smolin (et)
	Bruno Brouard (fr)
	Claude Paroz (fr)
	Fran Diéguez (gl)
	Yaron Shahrabani (he)
	Kjartan Maraas (nb)
	A S Alam (pa)
	Daniel Nylander (sv)
	Chao-Hsiung Liao (zh_HK)

Evolution-Data-Server 2.31.90 2010-08-16
----------------------------------------

Bug Fixes:
	Fix for bug #624789, use ldapssl_init to initialize SSL connection for sunldap. (Jeff Cai)
	Bug 626505 - ECategoriesDialog doesn't show new categories (Matthew Barnes)
	Bug 626090 - Only set -fno-strict-aliasing for GCC (Matthew Barnes)

Miscellaneous Fixes:
	Merge branch camel-socks-proxy-master for SOCKS5 / IPv6 support (Federico Mena Quintero)
	use cairo as gc is deprecated (Chenthill Palanisamy)
	Enable largefile support by default. (Matthew Barnes)
	ENameSelectorEntry: Avoid IM confusion when inserting text (Matthew Barnes)
	Deprecate CamelHttpStream. (Matthew Barnes)
	cleanup, and fix for substantial GWise / soap mail leak, bgo#622366 (Michael Meeks)

Translations:
	drtv (ta)
	Matej Urban¿i¿ (sl)
	Daniel Nylander (sv)
	Kjartan Maraas (nn)

Evolution-Data-Server 2.31.6 2010-08-02
---------------------------------------

Evolution-Data-Server now complies with the XDG Base Directory
Specification [1], which means user-specific data is no longer
stored under ~/.evolution.  Instead, data is partitioned into
three base directories controlled by environment variables:

   $XDG_DATA_HOME/evolution    (default: $HOME/.local/share/evolution)
   $XDG_CACHE_HOME/evolution   (default: $HOME/.cache/evolution)
   $XDG_CONFIG_HOME/evolution  (default: $HOME/.config/evolution)

Data which is managed by the various address book and calendar
backends will be migrated from $HOME/.evolution upon starting the
corresponding D-Bus factory service.

[1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

Bug Fixes:
	Bug 602287 - Avoid racing with camel_operation_mute() (Matthew Barnes)
	Bug 608299 - Cut/copy error when selection has trailing comma
	             (Matthew Barnes)
	Bug 612082 - Do not expose off_t in public API, use goffset instead
	             (Milan Crha)
	Bug 622884 - Migrate from dbus-glib to glib's GDBus (Milan Crha)
	Bug 624029 - Copying messages across stores is broken (Matthew Barnes)
	Bug 624316 - Disable debug messages in GroupWise calendar backend
	             (Matthew Barnes)
	Bug 624325 - CamelPOP3Store missing some methods (Matthew Barnes)
	Bug 624417 - Fix error handling in e_cal_backend_sync_get_timezone()
	             (Matthew Barnes)
	Bug 624891 - Various compiler warnings in git/master (Milan Crha)
	Bug 625039 - Commonly named macros in Camel header files
	             (Matthew Barnes)
	Bug 625083 - Gettext can't parse GLib's printf format constants
	             (Matthew Barnes)
	Bug 625282 - Quick add contact claims on console (Milan Crha)
	Bug 625351 - Sending through sendmail reports error (Milan Crha)
	Bug 625482 - Personal addressbook is vanished (Milan Crha)
	Bug 625606 - git/master build dies with glib-2.25.12 (Milan Crha)

Other Changes:
	* libebook.pc.in missing camel-1.2 requirement. (Matthew Barnes)
	* Add connection manager to imapx (Chenthill Palanisamy)
	* Removed folders from connection when operations gets done -
	  handles when jobs return back without executing
	  (Chenthill Palanisamy)
	* CamelOperation debugging improvement (Matthew Barnes)
	* Avoid absolute paths in "On This Computer" source groups.
	  (Matthew Barnes)
	* Remove deprecated ECalBackend::set_default_timezone (Milan Crha)
	* Fix bug #624909 (Jeff Cai)
	* EDataCal: Add a getCacheDir() D-Bus method. (Matthew Barnes)
	* Comply with XDG Base Directory Specification. (Matthew Barnes)
	* Reset BASE_VERSION to 2.32. (Matthew Barnes)
	* Fix error handling in CamelLocalFolder::sync() (Matthew Barnes)
	* Fix error handling in CamelImapFolder::get_message() (Matthew Barnes)
	* Avoid overwriting files while migrating. (Matthew Barnes)
	* Build path portably in session_get_storage_path(). (Matthew Barnes)
	* imapx: server flags can be integers (David Woodhouse)
	* imapx: ->cinfo *can* be NULL in imapx_server_dispose() for a
	  failed connection (David Woodhouse)
	* ebook: Remove duplicate free from array_to_stringlist helper
	  (#625750) (Rob Bradford)
	* ebook & edataserverui: Use _async suffix rather than _ex suffix
	  (Rob Bradford)
	* Replace dbus-glib-1 with gio-2.0 in pkgconfig files. (Matthew Barnes)
	* Prefer gio-2.0 when requiring GLib libraries. (Matthew Barnes)
	* Replace "Since: 3.0" with "Since: 2.32". (Matthew Barnes)
	* Fixed uudecode logic (Jeffrey Stedfast)
	* Optimized camel_uuencode_step (Jeffrey Stedfast)

Translations:
	Christian Kirbach (de)
	Jorge González (es)
	Fran Diéguez (gl)
	Yaron Shahrabani (he)
	Kjartan Maraas (nb)
	Lucian Adrian Grijincu (ro)
	Aron Xu (zh_CN)
	Chao-Hsiung Liao (zh_HK)

Evolution-Data-Server 2.31.5 2010-07-12
---------------------------------------

Bug Fixes:
	Bug 618938 - Crash when reading calendar acknowledgement message
	             (Milan Crha)
	Bug 623936 - 75 second delay when creating new DAV entries in Zimbra
	             (Milan Crha)
	Bug 624018 - Fix error handling in groupwise_get_folder()
	             (Matthew Barnes)
	Bug 623204 - Be able to report detailed errors from backends
	             (Milan Crha)
	Bug 623919 - Error while opening any newly received message
	             (Matthew Barnes)
	Bug 623795 - URI at the end of text isn't clickable (Milan Crha)
	Bug 621609 - Can pass unknown UID to e_source_combo_box_set_active_uid
	             (Milan Crha)
	Bug 623431 - Use gweather-3.0 when building with gtk3
	             (Maciej Piechotka)
	Bug 623430 - libedataserverui.pc.in hardcodes 1.2 API version
	             (Matthew Barnes)

Other Changes:
	* Lots of IMAPX improvements (David Woodhouse and Chenthill Palanisamy)
	* Make NSS database initialisation more robust, handle errors better
	  (David Woodhouse)
	* Use text/vcard content type on WebDAV PUT request (Milan Crha)
	* Migrate from CamelException to GError. (Matthew Barnes)
	* Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.
	  (Matthew Barnes)
	* Add functions to get Evo/EDS base directories. (Matthew Barnes)
	* Improve error handling in CamelStreamBuffer::read(). (Matthew Barnes)

Translations:
	Mario Blättermann (de)
	Jorge González (es)
	Fran Diéguez (gl)
	Kjartan Maraas (nb)

Evolution-Data-Server 2.31.4 2010-06-29
---------------------------------------

Bug Fixes:
	Bug 622392 - Build failure due to missing nspr includes (Matthew Barnes)
	Bug 622799 - Fails to link libedataserverui-1.2.la (Matthew Barnes)
	Bug 622710 - Crash in imapx_idle_supported due to cinfo being NULL (Milan Crha)
	Bug 620815 - Memory leaks with Evolution (Milan Crha)
	Bug 622008 - Don't trust is->select_folder in imapx_job_scan_changes_done() (David Woodhouse)
	Bug 316783 - Broken dragging of email addresses (Matthew Barnes)
	Bug 621851 - CamelFolder description should fall back to full-name (Matthew Barnes)
	Bug 621961 - Remove GroupWise debugging messages. (Matthew Barnes)
	Bug 601535 - Categories not translated in menus (Matthew Barnes)
	Bug 621877 - Crash in summary_header_to_db at camel-vee-folder.c (Milan Crha)
	Bug 621842 - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
	Bug 621740 - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
	Bug 621740 - Fix double command ->complete() in imapx_command_start_next() (David Woodhouse)
	Bug 617723 - Critical warnings when going offline in contact view (Milan Crha)
	Bug 206061 - Allow normal, non-vFolder, Trash and Junk folder (Milan Crha)
	Bug 610919 - Remove superfluous space in flags in APPEND command (David Woodhouse)
	Bug 610919 - to display the exceptions to the user. We still need to enable displaying exceptions asyncronously (Chenthill Palanisamy)
	Bug 615239 - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
	Bug 599879 - Fix NULL return without exception on krb5-auth-dialog failure (David Woodhouse)
	Bug 585301 - Use ~/.pki/nssdb for NSS SQL database, not Evolution directory. (David Woodhouse)
	Bug 585301 - Use correct NSS system database where appropriate. (David Woodhouse)
	Bug 621262 - Fix fetch of large mails from broken servers like Exchange (David Woodhouse)
	Bug 621237 - Add imap-over-custom-command support for imapx (David Woodhouse)
	Bug 585353 - Add new CAMEL_STORE_REAL_JUNK_FOLDER flag (Milan Crha)
	Bug 550414 - Corruption of mailbox and can't expunge trash (Milan Crha)
	Bug #622350 - CamelFolder's "deleted" signal prototype changed (Milan Crha)

Miscellaneous Fixes:
	For the sake of portability: sleep -> g_usleep (Fridrich ¿¿trba)
	Revamp imapx_job_refresh_info_start() to make use of modseq and uidnext (David Woodhouse)
	Always enable QRESYNC where it's available. (David Woodhouse)
	Handle UIDNEXT and MODSEQ/HIGHESTMODSEQ information from server. (David Woodhouse)
	Allow debugging to be enabled with CAMEL_DEBUG environment variable (David Woodhouse)
	Permit all characters but dir_sep in imapx folder names. (David Woodhouse)
	Simplify relationship between full and path names for imapx (David Woodhouse)
	Queue non-folder specific jobs while waiting for SELECT to complete (David Woodhouse)
	Propagate STATUS responses to folders directly from imapx_untagged() (David Woodhouse)
	Fix overzealous IDLE handling (David Woodhouse)
	Handle [CLOSED] status (RFC5162). (David Woodhouse)
	Cope with unsolicited FETCH having both FLAGS and UID. (David Woodhouse)
	Support VANISHED response (RFC5162) (David Woodhouse)
	Extract EXPUNGE handling into imapx_expunge_uid_from_summary() function. (David Woodhouse)
	Fix imapx_parse_flags to not just return the first UID repeatedly, export it. (David Woodhouse)
	Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start() (David Woodhouse)
	Add LITERALPLUS support. (David Woodhouse)
	Encode folder names as literals when sending commands, where needed (David Woodhouse)
	Accept unsolicited CAPABILITY report as part of LOGIN/AUTHENTICATE response (David Woodhouse)
	Detect CONDSTORE and QRESYNC capabilities (David Woodhouse)
	Use camel_folder_sync_message() to sync messages. (David Woodhouse)
	camel_folder_append_message: 'info' can be NULL. (Matthew Barnes)
	Clarify documentation for e_destination_get_address(). (Matthew Barnes)
	s/EVOLUTION_LOCALEDIR/LOCALEDIR/ (Matthew Barnes)
	Check EBook DBus error names without underscores too (Milan Crha)
	Build with gtk3 and have backward compatibility (Chenthill Palanisamy, Matthew Barnes)
	
Translations:
	Yaron Shahrabani (he)
	Fran Di¿¿guez (gl)

Evolution-Data-Server 2.31.3 2010-06-07
---------------------------------------

Bug Fixes:
	Bug #619347 - Return formatted address in e_destination_get_address (David Ayers)
	Bug #620522 - Build break: 'nss_config' undeclared (Matthew Barnes)
	Bug #617261 - Evolution didn't quit due to deadlock (Milan Crha)
	Bug #617439 - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
	Bug #585301 - Use NSS SQLite database, if available (Craig Ringer)
	Bug #601535 - Fix translation domain for default categories (Gert Michael Kulyk)

Miscellaneous Fixes:
	Gtk-Doc updates. (Matthew Barnes)
	Set the GTK+ backward compatibility check to 2.21.2. (Matthew Barnes)
	Add compatibility with GTK+ 2.20 (Florian M¿¿llner)
	Use accessors for newly sealed GdkDragContext members (Florian M¿¿llner)
	Making e-d-s build on Windows and also build on other platforms :) (Fridrich ¿¿trba)
	Factor out function to rehandshake SSL (Federico Mena Quintero)
	Add support for SOCKS proxy support (Federico Mena Quintero)
	Declare mbox' frompos as goffset, not off_t (Milan Crha)
	Remove dead CamelFolderSummary methods. (Matthew Barnes)

Translations:
	Kjartan Maraas (nn)
	Ivar Smolin (et)

Evolution-Data-Server 2.31.2 2010-05-24
---------------------------------------

Bug Fixes:
	#240317 - Allow searching in subscribe dialog (Milan Crha)
	#304415 - Allow change of signature hash algorithm (Milan Crha)
	#337479 - Evolution forgets password on any error (Milan Crha)
	#531912 - Mail inline parser doesn't always work (Milan Crha)
	#556061 - EContact/EVCard can re-order phone and email attributes
	          (Milan Crha)
	#566330 - WebDAV addressbook is too strict about content-type
	          (Petr Tomasek)
	#566354 - Handle server's resource rename on WebDAV PUT response
	          (Milan Crha)
	#604650 - Mishandling of '@' in WebDAV contacts username (Milan Crha)
	#612596 - Crash in gnome_keyring_item_info_free from e-passwords.c
	          (Milan Crha)
	#617168 - WebDAV Addressbook backend should use ctags (Milan Crha)
	#617881 - Crash on fetch finish with POP3 (Milan Crha)
	#618474 - WebDAV backend not linking to libebackend (Matthew Barnes)
	#618578 - Require automake >= 1.10 (Adrian Bunk)

Other Changes:
	* e_cal_new_from_uri/e_cal_open_default emits runtime warning
	  (Milan Crha)
	* Remove an unused label in the name selector dialog
	  (Federico Mena Quintero)
	* Convert CamelObject events to GObject signals. (Matthew Barnes)
	* Remove border_width from the name selector's dialog toplevel
	  contents (Federico Mena Quintero)
	* Create a section in the name selector dialog in its own function
	  (Federico Mena Quintero)
	* Redo the container hierarchy in the name selector dialog
	  (Federico Mena Quintero)
	* Don't set a default vertical size for the name selector window
	  (Federico Mena Quintero)
	* Disallow overwriting one CamelException with another.
	  (Matthew Barnes)
	* Shrink the spacing between the name selector's sections
	  (Federico Mena Quintero)
	* Put the name selector's section labels in the same row as the
	  treeviews (Federico Mena Quintero)
	* Fix pointlessly narrow default width in the name selection dialog
	  Name the pointless label at the top, so it can be disabled for
	  MeeGo (Michael Meeks)
	* Add ORG support to the Google Contacts backend (Philip Withnall)
	* Add NOTE support to the Google Contacts backend (Philip Withnall)
	* Remove Google Calendar backend (Philip Withnall)
	* Add argument checks to camel-block-file.c. (Matthew Barnes)
	* Add argument checks to camel-partition-table.c. (Matthew Barnes)
	* Bump libedataserver soname twice. (Matthew Barnes)

Translations:
	Thomas Thurman (en@shaw)
	Fran Diéguez (gl)
	Kjartan Maraas (nb)
	Manoj Kumar Giri (or)

Evolution-Data-Server 2.31.1 2010-05-03
----------------------------------------

Bug Fixes:
	Bug #617263 - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
	Bug #545505 - Properly free unused message infos periodically (Milan Crha)
	Bug #616819 - CamelIMAPXStore type definition typo (Milan Crha)
	Bug #615735 - Contacts are not displayed in GW Addressbook. (Bharath Acharya)
	Bug #608620 - Use CRLF in signed & encrypted S/MIME messages (dev+gnome)
	Bug #615246 - Teach camel_sexp_to_sql_sexp about no-arg (match-all) (Matt McCutchen 2)
	Bug #616318 - Don't use an unitialized key in folder_changed_remove_uid (Claudio Saavedra)
	Bug #616821 - From field missing in mail (Milan Crha)
	Bug #580021 — Port to external libgdata (Philip Withnall)
	Bug #603773 - com_err.h doesn't exist on Solaris (Matthew Barnes)
	Bug #501140 - IMAP provider missing mnemonics (Alex Kloss)
	Bug #562595 - POP3 Delete after X days should depend on Leave messages (Milan Crha)
	Bug #615776 - Drop camel-private.h and offer a public alternative for locks (Milan Crha)
	Bug #608766 - Replace pthread with GLib's GThread (Milan Crha)
	Bug #507423 (bnc) -  Message list in Inbox doesn't get refreshed (Chenthill Palanisamy)
	Bug #611646 - Calendar shows recurring birthdays incorrectly (Milan Crha)
	Bug #615290 - Fails to build with Heimdal Kerberos (Alexandre Rostovtsev)
	Bug #514041 - Add space between categories (punit)
	Bug #583791 (bnc) - User created contact list does not behave reliably (Bharath Acharya)
	Bug #253510 - Do not use "Item(s)" in translatable string (Milan Crha)
	Bug #336776 - Learning junk feedback in status bar unclear (Milan Crha)
	Bug #593843 - Unclear "Use cancel" translatable message (Milan Crha)
	Bug #538793 - Translation issues under camel/providers/local (Milan Crha)
	Bug #614388 - Broken Delete after X days behaviour (Lucian Langa)
	Bug #325121 - Do not translate developer strings in g_param_spec_* (Milan Crha)
	Bug #261087 - "Learning junk" in camel difficult to translate (Milan Crha)
	Bug #611247 - Bad concatenation for translators (Claude Paroz)
	Bug #610353 - Search folder with label matches on substring (Milan Crha)
	Bug #570508 - Google Contacts does not display business phone (Jim McMahon)
	Bug #567000 - [IMAP] Renaming folder generates errors (Milan Crha)
	Bug #520233 - Crash in imap_body_decode at camel-imap-utils.c:979 (Milan Crha)
	Bug #518876 - Does not display recent messages in nntp (Milan Crha)
	Bug #418502 - Evolution causes gpg stale locks (Milan Crha)
	Bug 614056 - evolution-data-server-2.29.92 failed to build (Chenthill Palanisamy)
	Bug 549221 - Deleted E-Mails re-appear in Evolution client (Chenthill Palanisamy)
	Bug 549225 (bnc) -Evlution client does not update status of messages in the GroupWise Post Office (Chenthill Palanisamy)

Miscellaneous Fixes:
	Set the CamelIMAPXFolder type to OFFLINE_FOLDER type (Chenthill Palanisamy)
	Add a null check while accessing folder_get_fullname - imapx (Chenthill Palanisamy)
	Fix a crasher in moving large number of messages - imapx (Chenthill Palanisamy)
	Make selecting a folder to work - imapx (Chenthill Palanisamy)
	Remove a stray file (Kjartan Maraas)
	Don't abbreviate public symbols. (Matthew Barnes)
	Use GObject properties instead of CamelArg. (Matthew Barnes)
	Avoid passing NULL to g_strstrip in e_contact_get calls (Milan Crha)
	Specify the executable extension where applicable in the service files (Fridrich Å trba)
	The 'operation' in camel_mime_filter_progress_new can be NULL (Milan Crha)
	Port Camel to GObject. (Matthew Barnes)
	Clean up the Google Contacts addressbook backend (Philip Withnall)
	Whitespace fixes for the Google Contacts addressbook backend (Philip Withnall)
	Get Camel tests building again. (Matthew Barnes)
	Seal up libedataserverui classes. (Matthew Barnes)
	A little bit more of cleaning (Fridrich Å trba)
	Show deleted mails from trash and fix a crash (Chenthill Palanisamy)
	[win32] Use _WIN32 define instead of G_OS_WIN32 in public headers (Fridrich Å trba)
	[win32] G_OS_WIN32 cannot be defined if no glib header is included (Fridrich Å trba)
	Implement CamelVeeStore::get_name() (Milan Crha)
	Bump gtk+ version requirement to 2.20.0 (Milan Crha)
	Add GSEAL_ENABLE to AS_COMPILER_FLAGS. (Matthew Barnes)
	Assure that G_OS_WIN32 can be defined before relying on it (Fridrich Å trba)
	Compare the recurrence appointments using item id rather than rid while fetching deltas, Rid comparision may not be fool-proof as default_zone can change (Chenthill Palanisamy)
	Don't leave dangling stale pointers to ECal's in the backend (Michael Meeks)
	Drop the "hula" Camel provider. (Matthew Barnes)
	Drop the "imap4" Camel provider. (Matthew Barnes)
	[win32] Trying to remove inclusion of win32 headers in camel headers. Following the new include policy of camel/camel.h, windows defines were poluting everything. Trying to make them unseen and unheard of. (Fridrich Å trba)
	Do not call camel_mime_filter_basic_new recursively (Milan Crha)
	Assure that the G_OS_WIN32 is defined on windows (Fridrich Å trba)
	Lock down Camel headers. (Matthew Barnes)
	Implicit declaration of function 'gpg_ctx_op_cancel' on windows (Milan Crha)
	Add gtk-doc tests, but leave them disabled. (Matthew Barnes)
	Add --name-space to MKDB_OPTIONS. (Matthew Barnes)
	Remove deprecated API from libedataserver. (Matthew Barnes)
	Remove ESourceOptionMenu from libedataserverui. (Matthew Barnes)
	Convert ENTITY tags to xi:include in Camel API docs. (Matthew Barnes)
	Fix a crash on quit - imapx (Chenthill Palanisamy)

Translations:
	Valencian translation  (ca)
	Francisco Diéguez (gl)
	Jorge González (es)
	Fran Diéguez (gl)
	Philip Withnall (en_GB)
	Theppitak Karoonboonyanan (th)
	Mario Blättermann (de)
	Kjartan Maraas (nn)
	Laurent Coudeur (fr)
	Wadim Dziedzic (pl)
	Shankar Prasad (kn)

Evolution-Data-Server 2.29.92 2010-03-08
----------------------------------------

Bug Fixes:
	#529331 - Be able to disallow selection of a certain ESource
	          (Milan Crha)
	#600322 - assertion failed: (reply == msg) in cs_waitinfo()
                  (Milan Crha)
	#602723 - Contact list name doesn't get displayed in 'To' dialog
	          (Milan Crha)
	#611125 - Duplicate definition of camel-iconv.h in install targets
	          (Priit Laes)
	#611355 - calendar/tests/ecal/test-ecal-create-object--2 test
	          (Priit Laes)
	#611860 - Pilot calendar, todo, memo do not sync when timezone is
	          set to UTC (Matt McCutchen 2)
	#611873 - Make triple-clicking a shortcut for "Show Only This ..."
	          (Matthew Barnes)

Other Changes:
	Locking improvements in Camel (Michael Meeks)
	Steady progress on the new IMAPX backend (Chenthill Palanisamy)
	Various cleanups for Windows support (Fridrich Strba)

Translations:
	Alexander Shopov (bg)
	Simos Xenitellis (el)
	Bruce Cowan (en_GB)
	Inaki Larranaga Murgoitio (eu)
	Claude Paroz (fr)
	Yuri Kozlov (ru)
	Daniel Nylander (sv)

Evolution-Data-Server 2.29.91 2010-02-22
----------------------------------------

Bug Fixes:
	#603506 - Use thread safe G_DEFINE_TYPE/G_DEFINE_TYPE_EXTENDED (Milan Crha)
	#609964 -  Crash in imapx_command_expunge_done (Chenthill Palanisamy)
	#574940 - Always ref returned info from message_info_from_uid (Milan Crha)
	#609649 - Doesn't emit cal-opened on password prompt cancel (Milan Crha)
	#609646 - Unset global DBus variables on destroy or disconnect (Milan Crha)
	#609614 -  Folder -> expunge doesn't work in imapx (Chenthill Palanisamy)
	#606811 - evolution crashed in match_content_type at camel-folder-summary.c:5066 (Bharath Acharya)
	#609398 -  [IMAPX] Subscriptions are not respected. (Chenthill Palanisamy)
	#609390 -  search folders don't work in imapx (Chenthill Palanisamy)
	#609393 -  evolution crashed when clicked on search folder (Chenthill Palanisamy)
	#609375 -  Duplicate mnemonic in imapx preference (Chenthill Palanisamy)
	#609310 -  IMAPX - Crasher - imapx_job_done (Chenthill Palanisamy)
	#609374 -  Missing mnemonic in imapx preference (Chenthill Palanisamy)

Other Fixes
	Fix distcheck error. (Matthew Barnes)
	Remove libglade-2.0 from libedataserverui.pc. (Matthew Barnes)
	More imapx fixes (Chenthill Palanisamy)

Translations:
	Mario Blättermann (de)
	Christian Kirbach (de)
	Antonio Fernandes C. Neto (pt_BR)
	Petr Kovar (cs)
	vasudeven (ta)
	Mattias Põldaru (et)
	Fran Diéguez (gl)
	Chao-Hsiung Liao (zh_HK)
	Lucian Adrian Grijincu (ro)
	Matej Urbančič (sl)
	Kjartan Maraas (nb)
	Jorge González (es)
	
Evolution-Data-Server 2.29.90 2010-02-08
----------------------------------------

Bug Fixes:
	#581604 - Permissions on mail/local folders are too open
	          (Chenthill Palanisamy)
	#602820 - Test validity of a book_view before using it in LDAP
	          (Milan Crha)
	#607812 - Properly encode CalDAV URL (Milan Crha)

Other Changes:
	Disable strict aliasing optimization. (Matthew Barnes)
	Steady progress on the new IMAPX backend (Chenthill Palanisamy)
	Fix a misspelling of "calendar". (Bruce Cowan)
	Use conditional locks in camel-folder (Srinivasa Ragavan)
	Level the differences with the alternative runtime/header set
	(Fridrich Strba)
	Fix missing LDFLAGS for imapx. (Srinivasa Ragavan)
	Add gthread-2.0 to E_DATA_SERVER.  At times soap test fails.
	(Srinivasa Ragavan)

Translations:
	Krasimir Chonov (bg)
	Jamil Ahmed (bn)
	Jorge González (es)
	Kjartan Maraas (nb)
	Matej Urbančič (sl)

Evolution-Data-Server 2.29.5 2010-01-25
---------------------------------------

Bug Fixes:
	#605232 - configure.ac quoting fixes and sync with evolution 
		  (H.Habighorst)
	#607588 - Fix leak in camel_folder_info_build() (Jonathon Jongsma)
	#602983 - Unresponsive IMAP Inbox (Milan Crha)
	#345401 - Cannot include 2 emails from same contact in To: dialog 
		  (Milan Crha)
	#590762 - Reocurring google calendar items are not changeable 
		  (Milan Crha)
	#607191 - Do not install gtk-docs that claim lower-level functions 
		  (Matthew Barnes)
	#568822 - (bnc) - crash caused overly large window due to malicious 
		  POP3 server (Chenthill Palanisamy)
	#607169 - Remove space and tab trailing backspace 
		  (Thomas Hindoe Paaboel Andersen)
	#606765 - e_cal_get_timezone() broken for sync backends(Travis Reitter)
	#599879 - Dbus integration with krb5-auth-dialog for renewing ticket 
		  when it expires. (Srinivasa Ragavan)

Other Changes:
	Fix distcheck errors. (Matthew Barnes)
	Coding style and whitespace cleanups. (Matthew Barnes)
	Fix possible access to already freed memory in camel-store-summary.c 
	(Milan Crha)
	Update the folder count in NOOP (Chenthill Palanisamy)
	A bit less 'camel_exception_get_id called with NULL parameter' on 
	console (Milan Crha)
	Change the conditional sentences. Solaris CC does not support a ? : ""
	Change them to a ? a : "" (caiqm)

Added tests for various modules (Travis Reitter)
	Add tests to stress-test the addressbook factory. (Travis Reitter)
	Add tests to stress-test the calendar factory. (Travis Reitter)
	Make tests silent by default. (Travis Reitter)
	Use the proper freeing function for the members of the list returned 
	by e_cal_get_free_busy(). (Travis Reitter)
	Add test for EDataCal method 'getQuery' and the view's 'start' method.
	(Travis Reitter)
	Add a test for EDataCal method 'receiveObjects'. (Travis Reitter)
	Add a test for EDataCal method 'sendObjects'. (Travis Reitter)
	Add test for EDataCal method 'getFreeBusy'. (Travis Reitter)
	Add test for EDataCal method 'setDefaultTimezone'. (Travis Reitter)
	Add test for EDataCal method 'addTimezone'. (Travis Reitter)
	Add test for EDataCal method 'getTimezone'. (Travis Reitter)
	Add test for EDataCal method 'modifyObject'. (Travis Reitter)
	Add test for EDataCal method 'getObjectList'; factor out some common 
	test code as a utility. (Travis Reitter)
	Add tests for EDataCal methods '{get,create,remove}Object'.
	(Travis Reitter)
	Add test for EDataCal method 'getDefaultObject'. (Travis Reitter)
	Add test for EDataCal method 'setMode'. (Travis Reitter)
	Add test for EDataCal method 'getSchedulingInformation'.
	(Travis Reitter)
	Add test for EDataCal method 'getLdapAttribute'. (Travis Reitter)
	Add test for EDataCal method 'getAlarmEmailAddress'. (Travis Reitter)
	Cut commented code. (Travis Reitter)
	Add test for EDataCal method 'getCalAddress'. (Travis Reitter)
	Add test for EDataCal D-Bus methods 'open'. (Travis Reitter)
	Add a test for e-cal's 'remove' method to libecal (as the beginning 
	of an automated test suite, like libebook has). (Travis Reitter)
	Add a test program for the e-book book view. (Travis Reitter)
	Cut some trailing whitespace. (Travis Reitter)
	Add a test for the e-book 'getBookView' method. (Travis Reitter)
	Move all the well-formed addressbook tests into the list of tests to 
	run for 'make check' (Travis Reitter)
	Trivial clean-ups for the output of the test utils and a couple tests
	(Travis Reitter)
	Add a test for the e-book 'getSupportedAuthMethods' method.
	(Travis Reitter)
	Don't crash when getSupportedAuthMethods is called on the file backend
	(Travis Reitter)
	Add a test for the e-book 'getSupportedFields' method.(Travis Reitter)
	Add a test for the e-book 'getRequiredFields' method.(Travis Reitter)
	Add a test for the e-book 'getStaticCapabilities' method.
	(Travis Reitter)
	Pass the full closure into the test util async callback functions, for
	greater flexibility in the tests. (Travis Reitter)
	Add a test for the e-book 'removeContacts' method. (Travis Reitter)
	Add a test for the e-book 'removeContacts' method. (Travis Reitter)
	Factor out test vcard into its own file, so we can add additional ones
	in a clean way. (Travis Reitter)
	Use consistent style with the new tests. (Travis Reitter)
	Take advantage of add-contact util function in test-changes and don't 
	return newly-allocated memory when the caller may not care about the 
	return value. (Travis Reitter) 
	Add a test program for the e-book 'addContact' method. (Travis Reitter)
	Add test program for the e-book 'getContact' method. (Travis Reitter)
	Additional test factoring (Travis Reitter)
	Begin factoring out ebook test functions (Travis Reitter)
	Rename test-book-remove to test-ebook-remove for a little more 
	consistency. (Travis Reitter)
	Add a test for e_book.*_remove() (Travis Reitter)

Translations:
	Chao-Hsiung Liao (zh_HK) (zh_TW)
	Vasudeven (ta)
	Kjartan Maraas (nb)
	Jorge González (es)
	Daniel Nylander (sv)
	Krasimir Chonov (bg)
	Stéphane Raimbault (fr)

Evolution-Data-Server 2.29.5 2010-01-11
---------------------------------------

Bug Fixes:
	#550622 - Always update attachment flag on IMAP message fetch
	          (Milan Crha)
	#597816 - Do not crash on incorrect parameters used in sexp to SQL
	          (Milan Crha)
	#604236 - Slow GPG processing (Milan Crha)
	#605125 - Crash while trying to access ldap address book (Milan Crha)
	#605432 - Renaming source allows entering same name (Milan Crha)
	#605682 - Do not scan url in invalid UTF8 strings (Milan Crha)
	#606316 - Mail with an attachment in a Junk folder crashes Evo
	          (Milan Crha)

Other Changes:
	Do not show the passwd in the dialog while typing (Bharath Acharya)
	Steady progress on the new IMAPX backend (Chenthill Palanisamy)
	Bump libedata-cal soname from 6 to 7. (Matthew Barnes)

Translations:
	Xandru Armesto Fernandez (ast)
	Daniel Nylander (sv)
	Maxim V. Dziumanenko (uk)

Evolution-Data-Server 2.29.4 2009-12-21
---------------------------------------

Bug Fixes:
Mailer:
	#604865 - Message part description shouldn't be translated (Matthew Barnes) 
	#553057 - Add information about signers to a validity structure (Matthew W. S. Bell)
	#603342 - Memory leak fixes (Milan Crha)
	#592317 - Sign S/MIME with valid certificates only (Milan Crha)
	#604305 -  Attachments not properly indicated in message summary (Milan Crha)
	#603689 -  Improper escaping of folder name (Lucian Langa)
	#487988 - Bad search filter for LDAP address book (Alex Larsson)
Calendar:
	#603437 - Fixes for valgrind reports on e-calendar-factory (Milan Crha)
	 #602945 - Avoid code duplication with timezone fetching from backends (Milan Crha)
Contacts:
	#601513 - Crashes when trying to add a new contact in MAPI (Milan Crha)

Misc:
	#604550 - e_passwords_shutdown is buggy password_cache is destroyed without properly 
	acquiring the lock. (Wenli).
	#603770, Replace __PRETY_FUNCTION__ with G_STRFUNC (Jeff Cai)
	#603772 - Include e-data-server-ui-marshal.list in tarballs (Matthew Barnes)

Other Changes:
	Get the prototype for strptime() when it's available  Instead of only getting it on Linux. 
	Also use nl_langinfo() (Emilio Pozuelo Monfort)
	In the factories, don't double-free some memory (and crash) when the DBus service name owner changes.
	(Travis Reitter)
	Fixes a crash in select - imapx. (Chenthill Palanisamy)
	Sync up the store summary and rename labels for backward, thunderbird compatibility - imapx (Chenthill 
	Palanisamy)
	Get rid of rest of the warnings. (Chenthill Palanisamy)
	Initialize the uidset before sync user flags. (Chenthill Palanisamy)
	Sync the changes - imapx. (Chenthill Palanisamy)
	Lock the search. (Chenthill Palanisamy)
	Create a new me-card in e_book_get_self() if one doesn't exist (Ross Burton)

Translations:
	Lucian Adrian Grijincu (ro)
	Kjartan Maraas (nb)
	Ivar Smolin (et)
	Matej Urbančič (sl)


Evolution-Data-Server 2.29.3 2009-11-30
---------------------------------------

Bug Fixes:

Mailer:
	#600449 - segfault in camel_msgport_destroy (Milan Crha)
	#549221 (BNC) - delete, sync flags immediately (Chenthill Palanisamy)
	#361145 - Evolution hangs when formatting message - fixes part of it.
	(Chenthill Palanisamy)
	#574940 - Crash in message_info_to_db() (Milan Crha)

Calendar:
	#394567 - Use correct FBTYPE values in GroupWise calendar backend
	(Jari Urpalainen)
	#347845 - Early Hour AM iCal Calendar Entries Do Not Load (Milan Crha)
	Bug 603311 -  Prepare for new weather_info_get_icon_name() return values
	(Frank Solensky)
	Bug 494394 -  No way for the user to refresh a calendar (Milan Crha)

Misc:
	#602719 - Crash in ep_set_proxy with no proxy user or password
	(Milan Crha)


Other Changes:

Calendar:
	Check the proxy state at the beginning of each function(Travis Reitter)
	Add a bit more input validation for D-Bus-bound ECal functions.
	(Travis Reitter)

Contacts:
	Documentation fix (Patrick Ohly)

Camel:
	Coding style and whitespace cleanup. (Matthew Barnes)
	Fetch message summary - imapx. (Chenthill Palanisamy)
	Add camel cflags for nameselector test program. (Chenthill Palanisamy)
	Fetches the folderinfo from multiple namespaces - imapx.
	(Chenthill Palanisamy)
	Pass the port directly which to exchange message(Chenthill Palanisamy)
	Revert 'Remove unused assignments' as it breaks nntp summary
	(Lucian Langa)
	Serializes the connect, notify new messages to UI, fixes a crash - imapx
	(Chenthill Palanisamy)

Misc:
	Update API documentation. (Matthew Barnes)
	Enable automatic .gitignore generation. (Matthew Barnes)
	
Translations:
	Ivar Smolin (et)


Evolution-Data-Server 2.29.2 2009-11-16
---------------------------------------

Bug Fixes:
	#599955 - Addressbook's writable signal received late (Milan Crha)
	#597648 - Crash due to DBus used from more threads in one time
	(Milan Crha)
	#600573 - e-addressbook-factory aborts on ldap lookup (Milan Crha)
	#332496 - Category icons not removable (Milan Crha)
	#600527 - Do not use space-and-comma as a category delimiter
	(Milan Crha)
	#600792 - build failure: e_calendar_factory (Yan Li)
	#600792 - build failure: undefined reference to
	`e_offline_listener_new' (Yan Li)
	#344790 - Add nss/nspr package names to pkgconfig requirements
	(Matthew Barnes)
	#599735 - evolution crashes on start up (Chenthill Palanisamy)
	#599671 - gtk_tree_view_column_get_cell_renderers() is deprecated
	(Matthew Barnes)

Other Changes:
	Update API documentation. (Matthew Barnes)
	Whitespace cleanups. (Matthew Barnes)
	Add MANUAL_NSPR_LIBS, too, to LDFLAGS for duration of one test
	(Tor Lillqvist)
	Use EAGAIN instead of ETIMEDOUT on Windows (Tor Lillqvist)
	Don't use commas on the Requires line (Tor Lillqvist)
	Do not skip the + symbol while parsing namespaces and parse all
	namespaces. (Chenthill Palanisamy)
	Deprecate camel_mkdir() and remove assertions. (Matthew Barnes)
	Use g_mkdir_with_parents() in camel_mkdir() (Tor Lillqvist)
	Allow ESourceComboBox to exist with no ESourceList. (Matthew Barnes)
	Remove the IDL stuff from our pkgconfig files. (Matthew Barnes)
	Use SQLite's default cache size of 2000 pages in folders.db
	(C de-Avillez)
	Don't pass NULL to PR_Lock() during camel_shutdown(). (Matthew Barnes)
	Deprecate EDList. (Matthew Barnes)
	Use CamelDList and CamelMsgPort in imapx. (Matthew Barnes)

Translations:
	Thomas Thurman (en@shaw)
	Jorge González (es)
	Antón Méixome (gl)
	Kjartan Maraas (nb)
	Dumitru Mișu Moldovan (ro)
	Matej Urbančič (sl)
	Daniel Nylander (sv)
	Matej Urbančič (sl)
	drtvasudevan (ta)


Evolution-Data-Server 2.29.1 2009-10-26
----------------------------------------

Bug Fixes:
	Bug #484839 - Keep uids order as is before doing threading (Milan Crha)
	Bug #598971 - Preserve selection in ENameSelectorEntry if possible 
	(Milan Crha)
	Bug #593953 - LDAP - first unset SSL mode, then try to change it 
	(Milan Crha)
	Bug #592159 - Support multiple factories for address-book with dbus 
	(Milan Crha)
	Bug #413422 - IMAP Subscribing/Viewing of Shared Folders does not work 
	(Milan Crha)
	Bug #556933 - Too long quoted-printable lines in edge case (Milan Crha)
	Bug #386468 - gpg encrypted message not shown (Milan Crha)
	Bug #372435 - Pass signer's certificate to the camel_cipher_validity 
	(Milan Crha)
	Bug #596095 - Open saved ESource-s for e_cal_/e_book__new_system_* calls 
	(Milan Crha)
	Bug #593953 - Define LDAP_DEPRECATED as we use deprecated functions 
	(Milan Crha)
	Bug #581508 - /usr/share/zoneinfo/ isn't being parsed correctly 
	(Milan Crha)
	Bug #516000 - Wrong formatted quoted text (Milan Crha)
	Bug #592873 - Connect to "changed" signal on a source in file backend 
	(Milan Crha)
	Bug #499180 - BYDAY and BYMONTHDAY combination show too many entries 
	(Milan Crha)
	Bug #594502 - Some google calendar meetings don't show up (Milan Crha)
	Bug #593023 - Deleting an imported recurrent event will remain 
	(Milan Crha)
	Bug #482526 - E-mail list truncated in To/Cc/Bcc (Milan Crha)
	Bug #523399 - Maildir speedup when moving items to another Maildir 
	(Philip Van Hoof)
	Bug #329100 - Choosing adress book for birthdays (Milan Crha)
	Bug #498095 - Fixing mnemonics (Milan Crha)
	Bug #597932 - Split out Kerberos 5 check into an macro (H. Habighorst)
	Bug #596619 - Fixup problems in building docs (H. Habighorst)
	Bug #597855 - Fix for NSS/NSPR check (H. Habighorst)
	Bug #597836 - Remove E2K_DEBUG (Matthew Barnes)
	Bug #597716 - Fixes for KRB5/SSL and KRB4 removal (H. Habighorst)
	Bug #597157 - Better error handling and dbus signal names without '-' 
	(Milan Crha)
	Bug #597513 - Uninitialized variable after e_cal_get_object_list 
	(Milan Crha)
	Bug #597182 - Rewrite autoconf check of NSS\NSPR (H. Habighorst)
	Bug #597566 - Remote calendars are marked as readonly (Milan Crha)
	Bug #597157 - Crashes e-calendar-factory on multiple EDataCal requests 
	(Milan Crha)
	Bug #513031 - Partial Fix (Milan Crha)
	Bug #597173 - Rewrite autoconf check of gnome-keyring (H.Habighorst)
	Bug #595393 - Use per-target CPPFLAGS in EDS (Matthew Barnes)
	Bug #596971 - Drop support for Kerberos 4 (H.Habighorst)
	Bug #596834 - Fix misquoting in libdb configuration (H.Habighorst)
	Bug #410164 - Remove local copy of Berkeley DB (libdb) (Matthew Barnes)
	Bug #270893 - Support client certificates for IMAP (Craig Ringer)
	Bug #596157 - Use "Message-ID" instead of "Message-Id" (Jeremy Visser)
	Bug #595082 - contacts displayed twice in new email contact list 
	(Milan Crha)
	Bug #595351 - Drop OpenSSL support in Camel (H.Habighorst)
	Bug #595327 - Bump libtool to 2.2 and remove dolt (H.Habighorst)
	Bug #350007 - evolution busy-waits on GPG signing operations (Milan Crha)
	Bug #474948 (BNC) - Expand <group> Inline Adds Control Codes.
	(Bharath Acharya)
	Bug #499179 (BNC) - Paste of e-mail always goes to left most position
	(Bharath Acharya)
	Bug #578910 - Removed debug printf and changed other console print 
	(Milan Crha)
	Bug #429317 - (Petr Tomasek)
	Bug #578910 - Fixes problem of missing migration for left out 
	(Srinivasa Ragavan)
	Bug #592310 - Deadlock in maildir provider after doing expunge 
        (Milan Crha)
	Bug #581288 - Use GtkBuilder instead of libglade (Milan Crha)
	Bug #590575 - Do not crash while searching unmatched categories. 
	(Chenthill Palanisamy)
	Bug #590574 - Do not allow hyphen in error names. Fixes memory leaks. 
	(Chenthill Palanisamy)
	Bug #590227 - missing evolution-data-server idl (Bharath Acharya)
	Bug #591377 - Fails to detect krb5 in configure with -as-needed 
	(H.Habighorst)
	Bug #591324 – Cosmetic changes and fixes in configure.ac (H.Habighorst)
	Bug #590044 - Drop index on all columns of sqlite database	
	(Romuald Brunet)
	Bug #571206 - Index files on Maildir accounts are not updated on move 
	(Milan Crha)

Other Fixes:
	Coding style and whitespace cleanup. (Matthew Barnes)
	Automatic Gtk-Doc updates. (Matthew Barnes)
	Put compiler warning flags in AM_CPPFLAGS instead of CFLAGS.
        (Matthew Barnes)
	Remove the structured exception handling as it may cause 
	(Chenthill Palanisamy)
	Remove dead Camel code that uses EPoolv. (Matthew Barnes)
	Remove dead Camel code that uses EStrv. (Matthew Barnes)
	Fix compiler warnings. (Matthew Barnes)
	Move servers/exchange to evolution-exchange. (Matthew Barnes)
        Full list of errors returned from EDataCal/EDataBook (Milan Crha)
	Fix the libecal documentation build (Ross Burton)
	Port libecal to DBus (Ross Burton)
	Port libedata-cal to DBus (Ross Burton)
	Remove calendar/idl (Ross Burton)
	Remove EComponentListener (Ross Burton)
	Remove the Bonobo factory (Ross Burton)
	Remove unused Bonobo checks (Ross Burton)
	Switch calendar to DBus instead of Bonobo (Ross Burton)
	Unbreak Camel providers. (Matthew Barnes)
	Remove unused assignments (Kjartan Maraas)
	Remove unused code (Kjartan Maraas)
	Mark data static (Kjartan Maraas)
	libecal: importing event with pseudo "Etc/UTC" timezone crashed 
        (Bug #593019) (Patrick Ohly)	
	Retrieving and storing bodystructure from IMAP servers (Philip Van Hoof)
	Let offline listener set local/remote mode in factory. (Johnny Jacob)
	Added a crude gconf based offline listener for e-addressbook-factory 
	(Johnny Jacob)
	Port libedata-book to DBus (Ross Burton)
	Port libebook to DBus (Ross Burton)
	Migrate eds pkgconfig to dbus (Ross Burton)
	Build the ORBit server only if the calendar is enabled (Rob Bradford)
	Remove the addressbook support from the ORBit server (Ross Burton)
	Add DBUS related gubbins to configure. (Rob Bradford)

Translations:
	Ivar Smolin (et)
	Jorge González (es)
	drtvasudevan (ta)
	ifelix (ta)
	Kjartan Maraas (nb)
	Amitakhya Phukan (as)
	Jiri Eischmann (cs)
	Astur (ast)
	Takayuki KUSANO (ja)
	David Planela (ca)
	Adi Roiban (ro)
	A S Alam (pa)
	Ask H. Larsen (da)
	Philip Withnall (en_GB)
	Matej Urbančič (sl)
	Shankar Prasad (kn)
	Mario Blättermann (de)
	krishnababu k (te)
	Piotr Drąg (pl)
	Sweta Kothari (gu)
	Žygimantas Beručka (lt)
	Gabor Kelemen (hu)
	Luca Ferretti (it)
	Duarte Loreto (pt)
	Daniel Nylander (sv)
	Aron Xu (zh_CN)
	Claude Paroz (fr)
	Inaki Larranaga Murgoitio (eu)
	Manoj Kumar Giri (or)
	Seán de Búrca (ga)
	Alexander Shopov (bg)
	Antón Méixome (gl)
	Sandeep Shedmake (mr)

Evolution-Data-Server 2.27.90 2009-08-10
----------------------------------------

Bug Fixes:

Calendar:
	#579965 - calendar file backend, update 'LAST-MODIFIED' when removing a recurring event 
		  instance (Chen Congwu)
	#589984 - eds crash trying to create an event. (Chenthill Palanisamy)

Mail:
	#511283 - Some Images Do not Display in Evolution Mail Reader (Milan Crha)

Miscellaneous:
	#590697 – Build regression detecting com_err.h (Matthew Barnes)
	#589388 – Build fixes / enhancements for EDS (H.Habighorst)

Other Fixes:
	Enforce including only top-level GLib and GTK+ headers. (Matthew Barnes)

Translations:
	Seán de Búrca (ga)
	Djavan Fagundes (pt_BR)
	Kjartan Maraas (nb)
	Jamil Ahmed (bn)
	Chao-Hsiung Liao (zh_HK)

Evolution-Data-Server 2.27.5 2009-07-27
---------------------------------------

Bug Fixes:

Address Book:
	#587558 - Removing a picture of a contact in an LDAP addressbook
	crashes evolution (Milan Crha)
	#589325 - Evolution Contacts reports ambiguous error on Google
	Contacts authentication failure with bad password (Milan Crha)

Calendar:
	#572176 - Allow local iCal files to be selected as calendar source
	(Milan Crha)
	#586342 - CalDAV backend does not support attachments (Wang Xin)
	#588857 - CalDAV for Google calendars should allow email notifications
	(Milan Crha)

Mail:
	#524219 (bnc) - Unable to read forward groupwise mails in other
	clients. (Chenthill Palanisamy)
	#588220 - Evolution crashed when starting with local account
	configured (Jeff Cai)
	#588573 - NULL string comparison in camel-search-sql-sexp.c
	(Matthew Barnes)

Miscellaneous:
	#583374 - The broken Google calendar import should be replaced by
	the working CalDAV support (Milan Crha)
	#588277 - Unnecessary special-purpose configure flag (Matthew Barnes)

Other Fixes:
	Handle quota error messages. (Chenthill Palanisamy)
	Return the proper timezone to get the counts right in all timezones.
	(Chenthill Palanisamy)
	CamelVeeFolder - pass exceptions to functions instead of NULL
	(Milan Crha)
	Migrate caldav, groupwise, http, weather backends to ECalBackendStore.
	(Chenthill Palanisamy)

Translations:
	Ilkka Tuohela (fi)
	Daniel Nylander (sv)

Evolution-Data-Server 2.27.4 2009-07-13
---------------------------------------

Bug Fixes:

Addressbook:
	#540779 - Do not call e_book_new in the main thread (Milan Crha)
	#563668 - Do not pop-down an empty completion list (Milan Crha)
	#586225 - Parse numeric name suffixes (Marco Barisione)

Calendar:
	#548702 - google calendar source does not show all events (Milan Crha)
	
Mail:
	#575701 - Message disappear from unread vfolder, when reply. (Srinivasa Ragavan)	
	#568302 - create camel summary table if not exists on load (Milan Crha)
	#586602 – folder messages are lost on folder rename (Lucian Langa)
	#327285 - Word "Success" in error message for failed action (Milan Crha)
	#587699 - IMAP - Localize only Inbox folder name, no other (Milan Crha)
	#579065 - IMAP - Synchronize remote mail locally is not working (Milan Crha)
	#564388 - UI blocks for a long time when downloading mails with nntp (Srinivasa Ragavan)
	
Misc:
	#586442 – Various build cleanups (H.Habighorst)
	#586477 – Fix quoting in configure.ac (H.Habighorst)
	#586811 – Require automake 1.9 and fix whitespace (H.Habighorst)
	#586813 – Fix iconv cflags/libs in configure.ac (H.Habighorst)
	#586809 – Enable "silent rules" automake 1.11 option (H.Habighorst)
	#587165 – Double free in initialize_categories (Matthew Barnes)
	#587374 - iconv test broken on some gcc (Matthew Barnes)
	
Other Fixes:

Misc:
	Use G_BEGIN_DECLS / G_END_DECLS macros. (Matthew Barnes)
	Work around deprecation of g_mapped_file_free() (Matthew Barnes)
	Silence some compiler warnings (Ross Burton)
	Fixes for windows build (Fridrich Strba)

Calendar:
	CalDav Fixes/improvements (Milan Crha)

Translations:
	Ivar Smolin (et)
	Maxim Dubovoy (uk)

Evolution-Data-Server 2.27.3 2009-06-15
---------------------------------------

Bug Fixes:
	
	#583507 - Fix for evolution hang while updating search folder.
		  (Srinivasa Ragavan)
	#585327 - Attaching a message via drag and drop doesn't work for
		  GW provider. (Bharath Acharya)
	#266678 - Renaming LDAP contacts CN breaks DN. (Sven Anders)
	#580198 - IMAP offline mode improvement. (Milan Crha)
	#584797 - Do not set internal SQLite3 structures on error. (Milan Crha)
	#580212 - Report errors in CamelException when verifying signature (Milan Crha)
	#559345 - Support CalDAV free/busy extension (Milan Crha)
	#337082 - Do not return folders with empty names (Milan Crha)
	#584101 - Configure fails with kerberos and LDFLAGS="-Wl,--as-needed" (Tiziano Muller)
	#584030 - New API function for ESourceSelectorDialog (Milan Crha)
	#583344 - do not leak pipe handles (Milan Crha)
	#562015 - CalDAV - Store CTag in a cache (Milan Crha)
	#506265 - (bnc) do not reset the meeting date to delivered date. (Milan Crha)
	#583528 - Hints of missing mails in Gw (Chenthill Palanisamy)
	#582643 - Deleted mails are not immediately synced (Chenthill Palanisamy)
	#543069 - Support detached instances in CalDAV (Milan Crha)
	#559980 - Harden WebDAV contact backend by checking for etag being NULL (Tobias Muller)

Translations:
	Manoj Kumar (or)
	Kjartan Maraas (nb)

Other Fixes:
	Support for header based threading in GroupWise provider. (Chenthill Palanisamy)
	Compiler warnings and white space cleanup (Matthew Barnes)
	Correctly dispose of the source in EBookBackend. Code cleanup. (Ross Burton)
	Instead of duplicating libgnome function, use corresponding glib functions (Fridrich Strba)
	Make the backend factory type const (Rob Bradford)

Evolution-Data-Server 2.27.2 2009-05-25
---------------------------------------

Bug Fixes:

	#549094 – provider_table might not be initialized in
                  camel_provider_list (Tobia Mueller)
	#576413 – Cannot delete multiple categories at once (Matthew Barnes)
	#579176 – crashes when accepting meeting invitation (Milan Crha)
	#579360 – Problem with vfolders in latest svn trunk version
                  (Srinivasa Ragavan)
	#580154 – Use e_data_book_view_{ref,_unref} transition functions
                  (Rob Bradford)
	#580419 – Remove deprecated libgnome dependency (Milan Crha)
	#581420 – Cannot retrieve html images on Solaris (Jeff Cai)
	#581424 – Personal folder tree appears besides Public folder when
                  you go to Folder > Subscription (Johnny Jacob)
	#582110 – build: dolt has some link issues with library dependency
                  (Marc-André Lureau)
	#184554 – (bnc) multiple groupwise open notices (Chenthill Palanisamy)
	#494490 – (bnc) Fixes a crash while moving messages twice
                  (Chenthill Palanisamy)
	#498712 – (bnc) meetings are not deleted properly sometimes
                  (Chenthill Palanisamy)
	#498745 – (bnc) Read/Unread count is not syncronized properly
                  (Chenthill Palanisamy)
	#499105 – (bnc) do not update the server utc time when the
                  calendar opens (Chenthill Palanisamy)
	#500133 – (bnc) show mails with same subject in a single thread
                  (Chenthill Palanisamy)

Updated Translations:

	Jorge Gonzalez (es)
	Ivar Smolin (et)
	drtvasudevan (ta)

Evolution-Data-Server 2.27.1 2009-05-04
----------------------------------------

Bug fixes:
	#480091 (bnc) - Crash From Filters Moving To Sub-Folders 
	#477697 (bnc) - Evolution GroupWise Sender column is blank
	#576424 - Do not unref object twice and treat icalcomponent as it, not as icaltimezone.
	#573187 - Do not leak unchanged components.
	#569700 - Disconnect properly on a failure
	#564465 - Pass correct body for signature verification
	#573880 - Properly encode given uri before using it
	#571677 - Do not duplicate timezones in a file on open
	#575084 - Check for actual SQLite3 version in runtime
	#577002 - Do not leak ".ev-journal" file handles
	#574522 - Free list's members of e-proxy properly
	#241604 (bnc) - Fixes monthly recurring appointments to be created on correct dates
	#471083 (bnc) - Do not allow deletion of system folders
	#488632 (bnc) - Fixes the number of instances created on server
	#561312 - Need not merge master event dates as evo handles it now
	#573205 - Use the util function to load the system timezone if its not
	#556116 - support for unmatched search folder
	#578823 - fixed a wrong condition
	#578210 - fix the code to handle re-entrant problem
	#578817 - fixed potential invalid dereference
	#578822 - fixed potential invalid dereference
	#578818 - only do closedir() if directory is not NULL
	#343505 - Make Search ignore accents for address book summary searches
	#381132 - Allow getting system timezone information in libecal
	#552583 - Compare URLs only on protocol, user, host and port for smtp and pop3
	#569652 - Deprecate e_source_list_peek_group_by_name
	#571206 - Index files on Maildir accounts are not updated
	#563954 - Define camel_folder_cmp_uids to compare UIDs properly
	#478239 - Unset attachment icon if no attachment found
	#575773 - Set new object properly on object modify in a file calendar backend
	#553932 - Ask calendar on a readonly state after changing its mode
	#567731 – Redundant declarations in camel-folder-summary.h
	#577485 – CRL strings suck: explain the abbrevation
	#572977 – Use g_strerror() instead of strerror()
	#577491 – "mailbox:%s (%s)" typo
	#573170 - Add back support for vfolder of vfolders

Updated translation:

	Kjartan Maraas (nb)
	Anas Afif Emad (ar)
	Manoj Kumar (or)
	Jorge Gonzalez (es)
	Baris Cicek (tr)
	Gabor Kelemen (hu)
	Milo Casagrande (it)
	Philip Withnall (ne)
	

Evolution-Data-Server 2.26.0 2009-03-16	
----------------------------------------

What is in 2.26.0?

	Support CalDAV for VTODO and VJOURNAL (Milan Crha)
	Improved Camel/Sqlite support
	Dropped libical fork and uses upstream libical
	Exchange MAPI support for Exchange 2007 connectivity.
	Mail summary database restructured for use by Tracker/Beagle
	Loads of bug fixes

Evolution-Data-Server 2.25.92 2009-03-02
----------------------------------------

Updated Translations:
	Alexander Shopov (bg)
	Andre Gondim (pt)
	Arangel Angov (mk)
	Changwoo Ryu (ko)
	Chao-Hsiung Liao (zh)
	Claude Paroz (fr)
	Clytie Siddall (vi)
	Daniel Nylander (sv)
	David Planella (ca)
	Duarte Loreto (pt)
	Gabor Kelemen (hu)
	Ilkka Tuohela (fi)
	Inaki Larranaga Murgoitio (eu)
	Ivar Smolin echo
	Jani Monoses (ro)
	Jiri Eischmann (cs)
	Jorge Gonzalez (es)
	Kenneth Nielsen (da)
	Kjartan Maraas (nb)
	Luca Ferretti (it)
	Philip Withnall (en)
	Robert Sedak (hr)
	Sweta Kothari (gu)
	Takeshi AIHANA (ja)
	Theppitak Karoonboonyanan (th)
	Vladimir Melo (pt)
	Wadim Dziedzic (pl)
	Wouter Bolsterlee (nl)

Bug Fixes:
	#266147 : Verify signature of the encrypted text, if any (Milan Crha)
	#273233 : Show to user also reason why the operation failed (Milan Crha)
	#477535 : Randomly mail status changes were not getting stored in server (Sankar P)
	#534938 : Remember which IDs we added to the folder and ignore these in report of recent messages (Milan Crha)
	#555888 : Use proxy configurable within Evolution (Milan Crha)
	#563212 : Track state of the operation, three states WAITING, PROCESSING, CANCELLING and cancel or process only those WAITING (Milan Crha)
	#567008 : Avoiding the clearing of the uids in the spool summary if forceindex is true (Jeff Cai)
	#567861 : Two sources also differ when one has set color_spec and the other not (Milan Crha)
	#569459 : Revert back to including <libical/ical*.h> (Suman Manjunath)
	#570653 : Kill n_std_folders and use G_N_ELEMENTS (std_folders) instead (Matthew Barnes)
	#570696 : Define GDATA_CFLAGS and GDATA_LIBS and explicitly require libsoup-2.4 and libxml-2.0 (Matthew Barnes)
	#570765 : Do not store UTC to the component (Milan Crha)
	#571046 : Always strip trailing white-spaces added during message transmission, before verifying message signature (Milan Crha)
	#571726 : Fix a translatable string typo (Matthew Barnes)
	#571761 : Stop using deprecated GtkType macros (Matthew Barnes)
	#572268 : Do not create duplicate folder infos (Milan Crha)
	#572566 : Do not set/access NULL pointers (Milan Crha)
	#572950 : Fix ordering of -I compiler directives (Daniel Macks)
	#573175 : Use a proper format string to call g_set_error with (Tobias Mueller)
	#573240 : Do not disconnect on user canceled (Milan Crha)
	#573497 : Use "%s" as format-string to g_set_error (Tobias Mueller)
	#566984 : (Tom Parker)
	#570696 : Remove unnecessary dependencies from libgdata (Daniel Macks)
	#573183 : Use a gint64 for a format string with the macro PRId64 (Tobias Mueller)
	#573494 : Use a const char[] instead of a const char* for a fixed sized format-string to increase auditability (Tobias Mueller)
	#549838 : Entity-encode the text and target URL of links when formatting plain text mail to HTML for display (Matt McCutchen)

Other contributions:
	AC_HELP_STRING instead of AS_HELP_STRING (Tor Lillqvist)
	Add a "no space" error (Ross Burton)
	Add e_contact_field_id_from_vcard() (Ross Burton)
	Add EVC_X_SIP and E_CONTACT_SIP (Ross Burton)
	Comment too recent error codes (Milan Crha)
	Fix -Wold-style-definition warnings (Andre Klapper)
	Handle EContactName structures containing NULLs (Ross Burton)
	Move e_book_view_set_book to -private (Ross Burton)
	Recompute digests from the signed message content (Nalin Dahyabhai)
	Some help comments for the future maintainers (Sankar P)
	Include <libical/ical*.h> (Suman Manjunath)
	Use correct server parameter for getting folder information (Sankar P)

Evolution-Data-Server 2.25.90 2009-02-02
----------------------------------------

Updated Translations:
	Andre Klapper (de)
	Changwoo Ryu (ko)
	David Planella (ca)
	Gabor Kelemen (hu)
	Laurent Coudeur and Claude Paroz (fr)
	Matthew Barnes (PO)
	Yair Hershkovitz (he)

Bug Fixes:
	#390198 : Free the exception object which was leaking. (Sankar P)
	#464758 : Evolution crashes while moving mails to Junk in Groupwise (Sankar P)
	#464878 (BNC) : When an HTML attachment contains an image tag with a source that returns a "HTTP/302 Moved Temporarily", that image is not displayed (Simon Brys)
	#467075 (BNC) : Incorrect url is displayed in Evolution plain text mails when the url is surrounded by brackets (Simon Brys)
	#467638 (BNC) : Fix the broken current_folder handling code. Lots of issues are fixed. some may remain yet. (Sankar P)
	#470143	: GroupWise Container Crash (Sankar P)
	#557348 : Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
	#568332 : Sqlite vfs for async disk wrigte (Milan Crha)
	#568561 : crash in summary_reloaded (Srinivasa Ragavan)
	#569405 : Negated header criterion fails to match messages without the header (Matt McCutchen 2)
	#569742 : Do not crash when open of the file failed. Also be thread safe with respect of filling global variables. (Milan Crha)
	#569874 : Crash while deleting messages  (Srinivasa Ragavan)
	#347287 : MVC for calendar. Store the current operation going on. (Chenthill Palanisamy)
	#550414 : Corruption of mbox and failure to expunge (Hiroyuki Ikezoe)


Other contributions:
	Add libical to the calendar and server deps to ensure that it is available everywhere it is needed, and not checked if we're not building the calendar. (Ross Burton)
	Fix compiler warning (Srinivasa Ragavan)
	"GUI" executable on Windows to avoid console windows that annoy end-users. (Tor Lillqvist)
	Include appropriate headers which otherwise cause build failures with strict compiler settings. (Suman Manjunath)
	Remove some trailing whitespace. (Ross Burton)
	Allow cross-compiling e-d-s for windows fix some win32 hickups. (Fridrich Strba)
	Use G_DEFINE_TYPE. (Ross Burton)
	Use GObject private data instead of g_new(). (Ross Burton)


Evolution-Data-Server 2.25.5 2009-01-19
---------------------------------------

Updated Translations:
	Andre Klapper (de)
	Kjartan Maraas (nb)
	Luca Ferretti (it)
	Wadim Dziedzic (pl)

Bug Fixes:
	#303738 : Return AuthFailed when need auth, to ask for a password again, or return AuthRequired to indicate we require authentication. (Milan Crha)
	#360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC.  (Milan Crha)
	#435599 : Don't do to displaying and creation of organization's contact in evolution.  (Ashish Shrivastava)
	#439986 (bugzilla.novell.com) : Set the transparency on the cached object. (Chenthill Palanisamy)
	#443296 (bugzilla.novell.com) : Free memory only after it is duped.  (Suman Manjunath)
	#443544 (bugzilla.novell.com) : Send a 'Free' block to the frontend if there are no 'Busy' blocks. Also set the start/end of the Free/Busy range. (Suman Manjunath)
	#463095 : Fix cinfo parsing logic (Simon Brys)
	#501298 : Make _open function quick as much as possible, to not block the sync_backend lock for long, thus other threads can work with it too. Do not search a book when it wasn't opened correctly. Do not ref/unref backend in a structure which backend holds itself. (Milan Crha)
	#518920 : Handle relative URIs in value of action attribute of form in form-based authentication. (Chow Loong Jin)
	#554182 : Don't use 'authmech' for URL comparision. (Milan Crha)
	#557348 : Re-did bits of threaded vfolder (Matt McCutchen)
	#562200 : Define subclass of a GtkCellRendererToggle, which toggles itself only when user clicks over the toggle cell and not in any other case. of a GtkCellRendererToggle to prevent unnecessary toggling in a source selector when source itself doesn't have defined its color. (Milan Crha)
	#564339 : Reduce the IO done during sync by not reading into memory locally cached files. (Robert Collins)
	#564543 : Bump gtk_minimum_version to 2.14.0. (Matthew Barnes)
	#564543 : Call soup_form_encode_hash() instead of soup_form_encode_urlencoded(). Call soup_session_add_feature() instead of soup_logger_attach(). Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
	#564954 : Fix SQL-ization of booleans and immediate-function confusion. (Matt McCutchen)
	#566279 : Introduces a new API in Camel needed for implementing EPlugin of Bug #565091 (Philip Van Hoof  )
	#565376 : Support more search options (Milan Crha)
	#567384 : Remove unused variables. Comment out variables that are used by commented out code to silence compiler warnings. (Matthew Barnes)

Other contributions:
	DB Logging and DB Optimizations  (Srinivasa Ragavan  )
	Manage GroupWise counts better. fix bugs in read-cursor elimination. A brand new flags handling code for GroupWise provider. (Sankar P)
	Always send XEV headers with messages. (Srinivasa Ragavan)
	Allowing devleoper to add migration code for in case the schema of Camel's summary SQLite data format changes. Also adds two columns, modified and created, to the summary data being stored and renames the column msg_security to dirty as requested by Srinivasa Ragavan and Sankar P.  (Philip Van Hoof)
	Hack and debug log to get one hard to get imap crash. (Srinivasa Ragavan)
	Fix for better vfolder flag syncing and count (Srinivasa Ragavan)
	Sync using counting manually than the old approach (Srinivasa Ragavan)

Evolution-Data-Server 2.25.4 2009-01-05
---------------------------------------

Bug Fixes:
	#209514: (Novell Bugzilla) Addresses some missing mails issues. Optimization fixed (Sankar P)
	#446290: Parallel clients support and (un)read count handling (Sankar P)
	#448079: (Novell Bugzilla) Avoid invalid reads by validating optional fields (Sankar P, Simon Brys)
	#449916: (Novell Bugzilla) Display multiple lines of an assinged asks or shared memo. (Bharath Acharya)
	#462575: (Novell Bugzilla) Extend function to honor "Check in all folders" setting (Simon Brys)
	#559153: Migration improvements (Sankar P)
	#564652: Convert time from UTC properly. Leak a bit less (Milan Crha)

Updated Translations:
	Jorge Gonzalez (es)

Evolution-Data-Server 2.25.3 2008-12-15
---------------------------------------

Bug Fixes:
	#270376: Skype name field added to the  list of IM information (Sasa Ostrouska)
	#348299: New files implement category completion (Matthew Barnes)
	#352287: Share locations and forecast rertieving with libgweather (Milan Crha)
	#357948: Show preview of the selected image file when choosing new icon (Milan Crha)
	#435632: (Novell Bugzilla) Don't unref when things aren't reffed (Srinivasa Ragavan)
	#440265, #447121: (Novell Bugzilla) Fix some stupidity (Srinivasa Ragavan)
	#451734: Correctly set Blythe, CA URL (Ian Weisser)
	#503662: Use last '@' in the address part to be the delimiter between user name and server address, not the first one (Milan Crha)
	#545834: Update mailing list information after full retrieval if necessary (Milan Crha)
	#552986: Ensure error description is valid UTF-8 text before using it (Milan Crha)
	#558883: Don't do DB sort from IMAP (Srinivasa Ragavan)
	#561081: Delete mails for XGWMOVE when mails are moved (Srinivasa Ragavan)
	#561561: Use a sufficiently large buffer for  strings used as an operand in strftime() (Federic van Starbann)
	#562228: Always store correct owa_path when validating, without trailing slash and without mailbox name (Milan Crha)
	#562567: Remember local/remote mode correctly. Also done various cleanups, less debug output and waits for the slave thread only if exists (Milan Crha)

Updated Translations:
	Kjartan Maraas (nb)
	Luca Ferretti (it)
	Gabor Kelemen (hu)

Evolution-Data-Server 2.25.2 2008-12-01
---------------------------------------

New in 2.25.2
	Support CalDAV for VTODO and VJOURNAL (Milan Crha)

Bug Fixes:
       #359745: Support CalDAV for VTODO and VJOURNAL (Milan Crha)
       #524377: Attachments with localised letters are unrecognised by Outlook (Milan Crha)
       #527692: CalDAV does not work with Apple CalDAV  (Milan Crha)
       #531090: Deprecate dead API in camel-object.h (Matthew Barnes)
       #546637: Mail opened from the "Unread mails" displays empty list (Srinivasa Ragavan)
       #555979: Evolution does not empty trash on exit (Milan Crha)
       #556119: Evolution takes a very long time to index newsgroup (Srinivasa Ragavan)
       #557348: Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
       #557818: Centralize ESourceSelector drag-n-drop handling (Matthew Barnes)
       #558322: Pressing "F2" on a highlighted Task List / Memo List / Address Book / Calendar 
                should bring up the properties dialog box (Matthew Barnes)
       #558737: Evolution freezes on trying to store folder (Milan Crha)
       #558883: Evolution 2.24 is terribly slow with large IMAP folders (Milan Crha) (Srinivasa Ragavan)
       #559272: Evolution freeze while using a CalDAV calendar (Milan Crha)
       #560076: Follow-Ups doesn't work in 2.24 (Srinivasa Ragavan)
       #560185: Support 'getctag' in CalDAV, if available (Milan Crha)
       #560681: Parsing QUOTED-PRINTABLE vcards probably ignores CHARSET info (Milan Crha)
       #560981: Result of xpath query is not freed in CalDAV synch loop (Andrew McMillan)
       #561069: Evolution crashed expunging 48k deleted junk messages (Srinivasa Ragavan)
       #561466: Changes needed in E-D-S for evolution-mapi (Suman Manjunath)
       #435964 (bugzilla.novell.com): Crash after switching from offline to online in GW addressbook (Ashish Shrivastava)

Evolution-Data-Server 2.25.1 2008-11-03
---------------------------------------

Bug Fixes:
	#209514, #372382, #434958, #434946, #435725, #434950, #435727, #440502: (Novell Bugzilla) GroupWise improvements (Sankar P)
	#313225: Fix misunderstanding of the parameter in code causing crash in this part (Milan Crha)
	#315919: Show contact's photo in the completion list if available locally. (Milan Crha)
	#337479: Do not use uninitialized variables (Milan Crha)
	#364542: Be able to cancel async op too (at least any) (Milan Crha)
	#497928: Check for NULL pointers before accessing members of the structure (Milan Crha)
	#511947: Do not parse response when status indicates failure. (Milan Crha)
	#514670: Check for errors properly. Also do not use uninitialized variables (Milan Crha)
	#537718: Be able to cooperate with servers which use redirections. Support for (default) timezone information on the backend. Store component's timezone(s) in cache to have them available. (Milan Crha)
	#544141: Do not store invalid values in 'standard_uris', it leads to crash later (Milan Crha)
	#546406: Don't lookup password from old keyring. (Srinivasa Ragavan)
	#546637: Redo for unread vfolder (Srinivasa Ragavan)
	#547243: Check for correct values to prevent invalid reads. (Milan Crha)
	#550466: Ignore 'no such table' errors (Milan Crha)
	#550980: Fix the offline mode string to be more helpful. (Philip Withnall)
	#550998: Refresh, when everything local is deleted on the server (Srinivasa Ragavan)
	#552261: Don't expose sqlite3 header outside. (Srinivasa Ragavan)
	#552491: Check for NULL output from xmlParseDoc before continuing (Philip Withnall)
	#552631: Do not forget password on 'resource temporarily unavailable' exception (Milan Crha)
	#553148: Standardise "GroupWise" usage in translatable strings (Philip Withnall)
	#553266: Do not free memory owned by someone else (Milan Crha)
	#553298: Unset all known server flags on the message when the resulting flag list is empty (Milan Crha)
	#553301: Do not forget password when server not available at the moment or user cancelled (Milan Crha)
	#553944: Do not unsubscribe from the server when destroying context and make copy of the uri, because it comes from the structure we are going to free (Milan Crha)
	#554455: Allow thread based searches by falling back on the old in-memory search model (Srinivasa Ragavan)
	#554540: Don't compare XML data of ESource* literally. Instead, compare them semantically. (Suman Manjunath)
	#556372: Update counts to summary on sync (Srinivasa Ragavan)
	#556495: When things don't match, remove them from db and force a count (Srinivasa Ragavan)
	#556688: Sync before emitting the signal (Srinivasa Ragavan)
	#558727: Fix some potential string format crashes (Frederic van Starbmann)

Updated Translations:
	Jorge Gonzalez (es)
	Vladimir Melo (pt_BR)
	Ignacio Casal Quinteiro (gl)
	Ivar Smolin (et)
	Kjartan Maraas (nb)
	Yair Hershkovitz (he)

Evolution-Data-Server 2.24.0 2008-09-22
---------------------------------------

New in 2.24.0
	* Google Contacts Backend
	* WebDAV Contacts Backend
	* Sqlite based on-disk summary for Camel
	* Quota support for IMAP

Bug Fixes:
	#418080: (Novell Bugzilla) Match contains using %like% (Srinivasa Ragavan)
	#551805: Honour return data type (Milan Crha)
	#552724: Remove a while space following trailing backslash. (Hiroyuki Ikezoe)
	#552729: Adds support for x-camel-mlist & Answered flag to search/vfolders. (Srinivasa Ragavan)

Updated Translations:
	Wadim Dziedzic (pl)
	Kenneth Nielsen (da)
	Takeshi AIHANA (ja)
	Igor Nestorović (sr, sr@latin)
	Žygimantas Beručka (lt)
	Djihed Afifi (ar)
	Tirumurthi Vasudevan (ta)
	Tino Meinen (nl)
	David Planella (ca)
	Jiri Eischmann (cs)
	Duarte Loreto (pt)
	Sandeep Shedmake (mr)
	Luca Ferretti (it)
	Daniel Nylander (sv)
	Gabor Kelemen (hu)

Evolution-Data-Server 2.23.92 2008-09-08
----------------------------------------

Bug Fixes:
	#418080: (Novell Bugzilla) Make thing better, with new sexp/sql parser. (Srinivasa Ragavan)
	#547884: Do not crash on unexpected response, rather skip it (Milan Crha)
	#548343: Do not read summary information for the folder from DB when we have it fresh in memory already (Milan Crha)
	#550412: Make sure that a NULL CamelFolderInfo is always gracefully handled. Document that. (Paul Bolle)

Updated Translations:
	Philip Withnall (en_GB)
	Funda Wang (zh_CN)
	Andre Klapper (de)
	Changwoo Ryu (ko)

Evolution-Data-Server 2.23.91 2008-09-01
----------------------------------------

Bug Fixes:
	#213072: Sort mbox/spool summary uids by from_pos (Srinivasa Ragavan)
	#391936: (Novell Bugzilla) To solve hang issue after e-d-s crash (Ashish Shrivastava)
	#418080: (Novell Bugzilla) Support 'not' operator in search (Srinivasa Ragavan)
	#466754: Sort the model itself by category name, so that new categories appear in the appropriate place in the list (Vingnesh Prabhu)
	#518728: Fix subtle link error: system libs before Evolution libs (Patrick Ohly)
	#546926: Explicitly call camel_shutdown() instead of g_atexit() or atexit() (Matthew Barnes)
	#548331: Put back the summary mismatch. It is more serious now (Srinivasa Ragavan)
	#548565: Add 'void' to make it built on Solaris. (Shuai Liu)
	#548865: Dont crash, if the folder isn't there (Srinivasa Ragavan)
	#550072: Allow evolution-rss content type on body-search (Lucian Langa)

Updated Translations:
	Shankar Prasad (kn)
	Daniel Nylander (sv)
	Kjartan Maraas (nb)
	Ilkka Tuohela (fi)
	Runa Bhattacharjee (bn_IN)
	Leonardo Ferreira Fontenelle (pt_BR)
	Takeshi AIHANA (ja)
	Inaki Larranaga Murgoitio (eu)
	Robert-André Mauchin (fr)
	Ignacio Casal Quinteiro (gl)
	Theppitak Karoonboonyanan (th)

Evolution-Data-Server 2.23.90 2008-08-18
----------------------------------------

Bug Fixes:
	#207728: Always cut/copy whole address from the selector entry, when selected whole, thus paste will be with correct address, not the text only (Milan Crha)
	#324203: Check for source option "can-browse" in LDAP address books and if present, then search until reaches limits for empty searches. (Milan Crha)
	#327851: Skip detached instances which doesn't belong to requested time range (Milan Crha)
	#337503: Fixed a crash when renaming a folder twice (Milan Crha)
	#510949: Memory leak fix (Milan Crha)
	#510949: Memory leak fix and compiler warnings fix (Milan Crha)
	#523103: Fix a leak (Sankar P)
	#531930: Improve loading of appointment items (Stanislav Slusny)
	#535745: Put public include files to google/libgdata-google. Include also path to libgdata in CFLAGS (Milan Crha)
	#538074: Add gthread-2.0 in CAMEL checking (Jeff Cai)
	#545021: Check for NULL and other code cleanups (Tobias Mueller)
	#545877: Use CamelDList instead of EDList (Matthew Barnes)
	#546397: Do not leak objects from loaded_infos array. (Milan Crha)
	#546444: Don't loop infinitely when the network connection is lost while fetching a message. (Sergio Villar Senín)
	#546544: Don't try print folder name, when folder is NULL. Print the summary path for such debugging purposes (Srinivasa Ragavan)
	#546613: Return NULL, if unmatched folder is requested. (Srinivasa Ragavan)
	#547256: Handle plain match-all (Srinivasa Ragavan)
	#547308: Do not reauthenticate to the GAL server more than twice (Milan Crha)
	#547389: Fix crash on account search. Unhook the signals on finalize (Srinivasa Ragavan)
	#547469: Count only when you have results (Srinivasa Ragavan)
	#547786 : Test events against search expression when required. (Milan Crha)
	#547952 : Don't display empty source groups. (Mathew Barnes)
	#548059 : NULL check message-id before accessing its elements. (Priit Laes)

Updated Translations:
	Kjartan Maraas (nb)
	Shankar Prasad (kn)
	Chao-Hsiung Liao (zh_HK)
	Chao-Hsiung Liao (zh_TW)
	Duarte Loreto (pt)
	Ilkka Tuohela (fi)
	Ivar Smolin (et)
	Takeshi AIHANA (ja)
	Djihed Afifi (ar)

Evolution-Data-Server 2.23.6 2008-08-04
---------------------------------------

New in 2.23.6:
	Rewrite camel search by converting sexp to sql (Srinivasa Ragavan)
	WebDAV Contacts backend (Matthias Braun)
	
Bug Fixes:
	#336074: New option "check_lsub", when set, then checking for new messages in subscribed folders (Milan Crha)
	#349870: Do not hide errors, rather report them to the caller as expected (Milan Crha)
	#388966: (Novell Bugzilla) Use right data type (Chenthill Palanisamy)
	#468671: Read timezone name of the calendar and let it be available for others (Milan Crha)
	#500389: New ability to set different authentication type to Global Address List (GAL) and OWA (Milan Crha)
	#538620: Improve wording of "cannot get message" error message (Matthew Barnes)
	#540295: Previous POSIX logic didn't work for VFAT filesystems (Sergio)
	#543569: Recreate cache, if it was blown (Srinivasa Ragavan)
	#543943: Fix memory leak (Milan Crha) 
	#544031: Compiler warnings cleanup (Milan Crha)
	#544049: Initialize global variables, just to be sure (Milan Crha)
	#544114: Do a sync before we reload things (Srinivasa Ragavan)
	#544284: Use (void) 0 insead of '0' in the conditional statement (Jeff Cai)
	#544491: Lock while 2 thread try to access same folder's table using same handle (Srinivasa Ragavan)
	#544501: Handle single node search queries (Srinivasa Ragavan)
	#544528: Ignore match-threads. It wont be supported with new disk summary. Handle cases where it crashes (Srinivasa Ragavan)
	#544651: Interpret and update given list pointer properly (Milan Crha)
	#544825: Never hold the summary lock and do a disk operation. It leads to dead lock (Srinivasa Ragavan)
	#544963: Include camel-search-sql.h in headers. (Frederic Peters)
	#545022: ea_setting_setup calls g_conf_free with NULL argument (Tobias Mueller)
	#545081: Add a new simple delete cache function (Srinivasa Ragavan)
	#545082: Folder rename requires restart to show mails (Srinivasa Ragavan)
	#545099: Improve flag sync. When new mails added, update the summary. (Srinivasa Ragavan)
	#545103: We test only against changes, thus detect ranges properly to not touch other messages than we are actually changed (Milan Crha)
	#545558: Disable the Hula provider unless --enable-hula was given at configure-time. (Matthew Barnes)

Other Contributors:
	Search goodness. Make use of the new sexp parser (Sankar P)
	Camel Reference Manual improvements: Add more sections to the Table of Contents (Matthew Barnes)

Updated Translations:
	Jorge Gonzalez (es)
	Kjartan Maraas (nb)
	Ivar Smolin (et)
	Djihed Afifi (ar)
	Ignacio Casal Quinteiro (gl)
	Jonh Wendell (pt_BR)
	Fabrício Godoy (pt_BR)
	Bruno Brouard (fr)

Evolution-Data-Server 2.23.5 2008-07-21
----------------------------------------

New in 2.23.5:
	Camel DB Summary support. (Srinivasa Ragavan & Sankar P)
	Google Contacts support (Jörgen Scheibengruber)

Bug Fixes:
	#236010: Anonymously modify LDAP entries (Milan Crha)
	#543066: Updated documentation of two libecal functions (Paul Bolle)
	#200147: Stores the templates folder uri (Bharath Acharya)
	#213072: Lock while rebuilding summaries. (Srinivasa Ragavan)
	#253509: Added translators comment (Milan Crha)
	#329571: Preserve detached instances when modifying master object (Milan Crha)
	#330838: Notify application about server folder changes as soon as we know about them (Milan Crha)
	#334160: Changed the way when test the expiration of the cache (Milan Crha)
	#340838: Use the whole URL even when not the proxy set, because the URL can contain parameters, which are not part of the path (Milan Crha)
	#476640: Deleting a meeting after someone accepted invitation now works (Milan Crha)
	#503922: Fix typo in mapping flag name "draft". (Matt McCutchen)
	#515998: On any error in remove calendar just print the message on the console and return success (Milan Crha)
	#528902: Use current system time zone definitions instead of possibly out-dated custom definitions (Patrick Ohly)
	#531712: Do not reset flags on no-flag situation (Milan Crha)
	#532472: Force a password reprompt if the SMTP server rejects our password with a 535 response (Matthew Barnes)
	#534080: Return correct bytes_written on success and -1 on error (Priit Laes)
	#537415: Break a busy loop between Evolution and Gnome-Keyring by only reauthenticating (Matthew Barnes)
	#539758: Report success when looking for an empty string in a value (Milan Crha)
	#540127: Evolution can now connect to LDAP server on port 636 using SSL (Wang Xin)
	#540152: Fixed leaks (Julien Puydt)
	#541347: Include header files in proper order (Matthew Barnes)
	#543656: Add sqlite3 to to EVO_SET_COMPILE_FLAGS(CAMEL) to fix the build (Luca Ferretti)

Other Contributors:
	New method to sort an array of uids (Jeffrey Stedfast)
	Don't crash if the str argument is NULL (Jeffrey Stedfast)
	Copy/pasted GMime's decode_date() code to replace really nasty code (Jeffrey Stedfast)
	Setup progress reporting for message sending (Jeffrey Stedfast)
	[Win32] Use -D when using -r to not add pointless entries for directories in the zip files (Tor Lillqvist)

Updated Translations:
	Ignacio Casal Quinteiro (gl)
	Andre Klapper (de)
	Yair Hershkovitz (he)
	Yannig Marchegay (oc)
	Kjartan Maraas (nb)
	Jorge Gonzalez (es)

Evolution-Data-Server 2.23.4 2008-06-16
----------------------------------------

Bug Fixes:
	#394654: (Novell Bugzilla) Fix for Groupwise crasher (Chenthill Palanisamy)
	#304029: Improve LDAP addressbook search filter (Milan Crha)
	#509721: Do not delete original message if exception occurred (Milan Crha)
	#521921: Handle redirects in a way that works with Google API. Fixes some cases of entries not being created or deleted (Sebastian Keller)
	#527544: Added support for proxy (Wang Xin)
	#530241: Recognize no-flag situation properly and in that case use two commands (Milan Crha)
	#534080: Use g_output_stream_write_all instead of g_output_stream_write (Milan Crha)
	#534111: Copying past the end of the buffer can cause core dumps (Paul Smith)
	#536154: Camel sends bracketed hostname in SMTP HELO (Tor Lillqvist)
	#536636: Allow e-d-s to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (Matthew Barnes)

Other Contributors:
	Multiple fixes to build evolution on Windows (Tor Lillqvist)

Updated Translations:
	Djihed Afifi (ar)
	Hedayat Vatankhah (fa)

Evolution-Data-Server 2.23.3 2008-06-02
----------------------------------------

New in 2.23.3:
	Implement support for getting and setting IMAP4 cache's expire settings (Jeffrey Stedfast)

Bug Fixes:
	#318803: Do not show ".#evolution" directory in the UI (Ilkka Tuohela)
	#326149: Set inbox flag only on real inboxes (Milan Crha)
	#354923: Store passwords in the keyring by server, username and protocol (Matthew Barnes)
	#374616: Return proper IMAP error (Milan Crha)
	#388579: (Novell Bugzilla) Fix for Exchange crasher (Chenthill Palanisamy)
	#473658: Fix a crash when starting evolution (Milan Crha)
	#518312: Work around the broken "Jive Forums" NNTP gateway (Jeffrey Stedfast)
	#530514: Added a necessary condition to handle a specific server response and to prevent a crash (Sankar P)
	#530543: Large memory leak while syncing mails for offline usage (Sankar P)
	#530763: Return NULL if the value of dest_folder is disturbed to prevent the crash (Bharath Acharya)
	#531009: Use the right iterator to prevent a crash in offline mail movement (Sankar P)
	#531439: Prevent GPG passphrases from destroying other passwords (Matthew Barnes)
	#531591: Don't use TeX-style quotes in user-visible messages (Matthew Barnes)
	#531713: Split the evolution-data-server version into major/minor/micro macros (Matthew Barnes)
	#532286: Fix some whitespace issues, and make the Caps Lock label smaller (Matthew Barnes)
	#533058: Enable GROUPWISE_DEBUG logs (Sankar P)
	#533780: Link against libebackend (Ed Catmur)
	#534077: Don't use freed memory (Paul Smith)
	#534294: Fix a crash when checking for junk in a virtual folder (Hiroyuki Ikezoe)
	#534312: Support to save Forwarded flag (Milan Crha)

Updated Translations:
	Philip Withnall (en_GB)
	Clytie Siddall (vi)
	Ivar Smolin (et)
	Tino Meinen (nl)
	Gil Forcada (ca)
	Jorge Gonzalez (es)
	Kjartan Maraas (nb)
	Djihed Afifi (ar)
	Yair Hershkovitz (he)
	Theppitak Karoonboonyanan (th)

Evolution-Data-Server 2.23.2 2008-05-12
----------------------------------------

Bug Fixes:
	#182380: (Novell Bugzilla) Message classification and security cannot be viewed (Sankar P)
	#274316: Moving a message does not retain the follow-up flag or label (Milan Crha)
	#301980: Warn user when Caps Lock is on (Milan Crha)
	#316390: New API to support listening for changes in categories (Milan Crha)
	#325882: If a parent window was given, make the password dialog transient for the parent and center it over the parent (Matthew Barnes)
	#330990: Allow remove only one instance of the recurring event (Milan Crha)
	#338330: (Novell Bugzilla) Internet based calendar events are declined by Evolution/GroupWise (Chenthill Palanisamy)
	#347061: Don't limit references while loading the summary, etc to 500 entries - especially since we don't force the limit when outputting the summary (Jeffrey Stedfast)
	#350143: (Novell Bugzilla) Plugged severe memory leak in evolution-data-server (Chenthill Palanisamy)
	#358584: (Novell Bugzilla) Display of web calendars ignores timezones (Chenthill Palanisamy)
	#358644: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy)
	#358650: (Novell Bugzilla) International clock applet is crashing (Chenthill Palanisamy)
	#381307: (Novell Bugzilla) Run a single delta-thread to fetch changes from the server (Ashish Shrivastava)
	#382736: (Novell Bugzilla) Exchange crashed everytime at start up. (Chenthill Palanisamy)
	#424744: Remove Camel's dependency on libedataserver (Matthew Barnes)
	#502899: Guard private folder's hash tables with a lock to prevent access to them from different threads at same time (Milan Crha)
	#517244: Configure doesn't set HAVE_CODESET (Matthew Barnes)
	#520532: Support migration from password file to keyring (Matthew Barnes)
	#530139: Do not ship .svn files (Matthew Barnes)
	#530323: Don't free the same variable twice (Sebastien Bacher)
	#530688: evolution-data-server trunk build failes on solaris because of using s_addr as a variable (Wang Xin)
	#532284: Fixes a double free (Sankar P)

Other Contributors:
	A lot of IMAP4 fixes (Jeffrey Stedfast)
	Use new paths for header files that have been moved to libebackend (Rob Bradford)
	Use "dialog-password" icon instead of "dialog-question" in the password dialog (HIG compliance) (Matthew Barnes)

Updated Translations:
	Yair Hershkovitz (he)
	Jorge Gonzalez (es)
	Kjartan Maraas (nb)
	Ignacio Casal Quinteiro (gl)

Evolution-Data-Server 2.23.1 2008-04-21
----------------------------------------

New in 2.23.1:
	Configurable Proxy settings for Evolution. (Veerapuram Varadhan)
	Quota Support for IMAP (Milan Crha)
	Google contact API support in libgdata-google (Jörgen Scheibengruber)

Bug Fixes:
	#235681: First step in fixing header folding and prerving headers (Jeffrey Stedfast, Craig Shelly)
	#257361: Ask for folder status on the server and rescan it in case different number of total or unseen messages than in the summary. (Milan Crha)
	#270406: Added quota support to IMAP/POP accounts (Milan Crha)
	#271863: Count junk messages which are not marked as deleted separately (Milan Crha)
	#274316: Also copy user tags when copying messages between folders. (Milan Crha)
	#303067: Random crash looking up addresses in new email (Milan Crha)
	#341004: Hide the auth mech when CAMEL_URL_HIDE_AUTH is specified (Christian Kellner)
	#369512: Store to folder's and store's summary actual numbers of unread/total/deleted/junked mails, not the old one. (Milan Crha)
	#372383: (Novell Bugzilla) Mail size is not shown for some mails and not all related recurring appointments are deleted as well (Sankar P)
	#417000: Fixed problem with display of subject containing accented characters in Microsoft Outlook (Jeffrey Stedfast)
	#453109: Fixed a crash after entering password and clicking ok (Matthew Barnes)
	#473880: Fixed a few compiler warnings (Suman Manjunath)
	#475616: Use rather recursive mutex here. (Milan Crha)
	#494311: Backend connection often dies on dual core processor (Ondrej Jirman)
	#500389: Fall back to simple binds if the global catalog server does not support NTLM binds (Matthew Barnes)
	#514300: Make sure we do the Inbox -> INBOX translation at the right place (Christian Kellner)
	#514827: POP3 folder doesn't have a summary, it has its own cache, so read message time from it. (Milan Crha)
	#516608: Use an EFlag in EBookOp instead of a GMutex/GCond pair. Makes the code simpler. (Matthew Barnes)
	#518710: Use GLib's new MD5 Checksum API. (Matthew Barnes)
	#518886: More code cleanups (Matthew Barnes)
	#520526: Stop work as soon as we know application is going to exit. (Milan Crha)
	#521015: Also check for changes in custom flags and store them, if any. (Milan Crha)
	#522389: Use correct base64 decoding to fix stack corruption on x86_64 (Stanislav Brabec)
	#522433: Open files with O_LARGEFILE flag. (Milan Crha)
	#523023: Fix a severe reference count leak. (Matthew Barnes)
	#523126: Initialize variable to NULL, so do not free random memory. (Milan Crha)
	#523528: Some mails with attachments does not have an attachment icon in the mail list. (Sankar P)
	#523533: Always return NULL or new allocated string. (Milan Crha)
	#523541: Fix memory leaks (Milan Crha)
	#523630,518656: Updated google service API's for error handling (Jörgen Scheibengruber)
	#524324: Fix a critical runtime warning (Milan Crha)
	#524704: Better parsing of non rfc2047 subject line (Milan Crha)
	#525242: Enforce the minimum GLib version (Matthew Barnes)
	#525485: Fetching Groupwise mails with attachments gets Evolution into an infinite loop (Sankar P)
	#526138: Return NULL if the input string is NULL (Matthew Barnes)
	#526741: Do not depend on gnomve-vfs, but use gio/gvfsinstead. (Milan Crha)

Updated Translations:
	Jorge Gonzalez (es)
	Kjartan Maraas (nb)
	Yuriy Penkin (ru)
	Philip Withnall (en_GB)
	Krishna Babu K (te)
	Yavor Doganov (bg)
	Ivar Smolin (et)

Evolution-Data-Server 2.21.93 2008-03-10
----------------------------------------

Bug Fixes:
	#327851: Try find timezone if entered only as a location name (Milan Crha)
	#518728: Fix linking order of libecal-1.2 and libedata-cal-1.2. (Patrick Ohly)
	#520362: Put all declarations at the beginnings of code blocks to make older compilers happy (Jens Granseuer)

Other Contributors:
	Minor API documentation updates (Matthew Barnes)

Updated Translations:
	Maxim Dziumanenko (uk)
	Ankit Patel (gu)
	Sandeep Shedmake (mr)
	David Planella (ca)
	Gabor Kelemen (hu)
	Kenneth Nielsen (da)
	Laurent Dhima (sq)

Evolution-Data-Server 2.21.92 2008-02-25
----------------------------------------

Bug Fixes:
	#163982: (Novell Bugzilla) Do not keep popping up error dialogs in case of failure (Chenthill Palanisamy)
	#164140: (Novell Bugzilla) Fixes a crash (Chenthill Palanisamy)
	#167638: Dont try downloading while exitting (Jeffrey Stedfast, Sankar P)
	#183819: (Novell Bugzilla) Fixes a crashwhile closing evolution in offline mode (Chenthill Palanisamy)
	#445489: Handle emails without '<>' in DLs.
	#459468: Return proper error codes from e_gw_* if no items aren't return (Milan Crha)
	#469119: Check also for correct date values if parse is OK (Milan Crha)
	#489043: Do not store quotes in param values when quoting, it is not allowed (Milan Crha)
	#489810: Remember Google calendar passwords in keyring (Srinivasa Ragavan)
	#510949: Memory leak fixes. (Milan Crha)
	#514836: Memory leak fixes (Milan Crha)
	#516074: Don't assume NI_MAXHOST and NI_MAXSERV are defined in <netdb.h> since these are GNU extensions (Matthew Barnes)
	#516408: Memory leak fixes (Chenthill Palanisamy)
	#516474: Query on EContact should work for custom fields too (Milan Crha)
	#517190: Fix a crash when refreshing mail folders (Jeff Cai)
	#517885: Do not compare value/parameter names case sensitively (Milan Crha)

Other Contributors:
	Fix for some warnings (Chenthill Palanisamy)

Updated Translations:
	Jiri Eischmann (cs)
	Washington Lins (pt_BR)
	Changwoo Ryu (ko)
	Jorge Gonzalez (es)
	Ilkka Tuohela (fi)
	Baris Cicek (tr)
	Wadim Dziedzic (pl)
	Shankar Prasad (kn)
	Robert-André Mauchin, Stéphane Raimbault (fr)
	Ignacio Casal Quinteiro (gl)
	Pawan Chitrakar (ne)

Evolution-Data-Server 2.21.91 2008-02-11
----------------------------------------

Bug Fixes:
	
	#211353 - Make labels work during filtering. (Milan Crha)
	#324804 - Report all mails that Evolution receives first as new mails and apply filters (Milan Crha)
	#395939 - Memory leak fix (Milan Crha)
	#505806 - Check for permenant flags before storing on the IMAP server (Milan Crha)
	#509776 - Fix broken alarm failure (Milan Crha)
	#510949 - Fix memory leaks in EDS (Milan Crha, Chenthill)
	#511208 - e-d-s free-memory read/write ... (Chenthill)
	#513389 - Crash in camel-url (Milan Crha)
	#513646 - Fixes libsoup infinite authentication (Dan Winship)
	#514407 - e-d-s crash while syncing palm with Groupwise calendars (Hein-Pieter van Braam)
	#514487 - CalDAV backend doesn't accept mime types "text/calendar" with charset information (Peteris Krisjanis)
	#514555 - Evolution mail tree uses "Trash" but menu item uses "Wastebasket" (Bastien Nocera)
	#514682 - Build Fixes (Paul Smith)
	#515054 - Do better spam filtering - Upsync SPAM flags (Milan Crha)

Other Contributors:
	Windows build fixes (Tor Lillqvist)

Updated Translations:
	
	Djihed Afifi (ar)
	Yannig Marchegay (oc)
	Andre Klapper (de)
	Takeshi AIHANA (ja)
	Duarte Loreto (pt)
	Chao-Hsiung Liao (zh_HK)
	Chao-Hsiung Liao (zh_TW)
	Theppitak Karoonboonyanan (th)
	Inaki Larranaga Murgoitio (eu)
	Arangel Angov (mk)

Evolution-Data-Server 2.21.90 2008-01-28
----------------------------------------

New in 2.21.90
	Speed up spam filtering and spam whitelist implementation (Srinivasa Ragavan)

Bug Fixes:
	#213072: Avoids the infinite loop that might be caused in case of broken mbox files or null From addresses. (Sankar P)
	#213072: Remove the error condition that inits and persists the infamous "folder summary mismatch" bug (Sankar P)
	#300098: Set proper dependencies for stand-alone programs linking against camel. (Øystein Gisnås)
	#324168: Crash while disabling/Deleting accounts (Milan Crha)
	#335217: Memory leak fixes + Invalid memory read (Chenthill)
	#386157: crash in Evolution (Milan Crha)
	#445309: Save certificates before cleaning up (Matthew Barnes)
	#450840: Do not crash if a message is not there in the summary (Srinivasa Ragavan)
	#456019: Use 'pop' as service name, instead of 'pop3', in the digest-uri (hggdh2)
	#475781: Fix memory leaks (Milan Crha)
	#481699: Don't crash if the server returns you bad COPYUID (Srinivasa Ragavan)
	#482940: Make the maildir summary check thread safe. May be needed for other functions too. (Srinivasa Ragavan)
	#496081: Can't find string in phone field, but can in all fields (Milan Crha)
	#498977: Prevent encoding to base64 of no data in the content buffer. (Milan Crha)
	#506250: Improvements in password prompt (Matthew Barnes)
	#509124: Check pointer for NULL (Matthew Barnes)
	#509644: Use the correct response codes for the dialog buttons. (Matthew Barnes)
	#509985: Refactor the keyring logic and emit more informative warning messages when a keyring operation fails (Matthew Barnes)
	#510168: Ensure slave gone in dispose function of the backend (Milan Crha)
	#510303: Escape the authentication error message so the markup parser will parse it verbatim (Matthew Barnes)
	#510409: Fix memory leaks (Milan Crha)
	#511235: Changed prototype to reflect actual libsoup (Milan Crha/Dan Winship)
	#511301: Crash on Exchange startup (Dan Winship)
	#511717: Add gettext imap folders (Takao Fujiwara)

Other Contributors:
	Camel mime fixes (Jeffrey Stedfast)
	Implement byte order for win32 (Tor Lillqvist)
	Changed error message to a better string (Sankar P)
	Remove unused libsoup includes and update for libsoup 2.4 (Dan Winship)
	Adapt to newer libsoup (Kjartan Maraas)

Updated Translations:
	Daniel Nylander (sv)
	Ivar Smolin (et)
	Kjartan Maraas (nb)
	Inaki Larranaga Murgoitio (eu)
	Jorge Gonzalez (es)

Evolution-Data-Server 2.21.5 2008-01-14
---------------------------------------

New in 2.21.5
	- Improved Mime header decoding (Jeffrey Stedfast)
Bug Fixes:
	#224026: Do not send headers in UTF-8 (Jeffrey Stedfast)
	#327965: Fixed multiple password prompts in an exchange account (Sushma Rai)
	#329692: Get the decoded content size of a MIME part (Jean-Christophe BEGUE)
	#339813: Always store birthday of contact with 4-digit year and modify it according to locale setting upon display (Milan Crha)
	#341579: Improve SMTP error reporting (Milan Crha)
	#348149: Convert a g_assert to g_warning. (Sankar P)
	#361972: Fix a crash if the action is not recognised by soup. So if the message is null return (Srinivasa Ragavan)
	#379896: Check the value for NULL before comparing. (Srinivasa Ragavan)
	#405497: Don't pass events if the object is being destroyed. (Srinivasa Ragavan)
	#474118: Downsyncs all the messages from folders marked for offline use (Bharath Acharya)
	#500233: Handle empty strings (Srinivasa Ragavan)
	#503400: Remove excessive whitespace on password dialogs (Ted Percival)
	#504837: Do not ignore HELO failed message (Milan Crha)
	#506457: Fixed a crash in calendar (Ondrej Jirman)
	#508438: Extract error only if it is there (Srinivasa Ragavan)

Updated Translations:
	Inaki Larranaga Murgoitio (eu)
	Washington Lins (pt_BR)
	Clytie Siddall (vi)
	Yannig Marchegay (oc)
	Wadim Dziedzic (pl)
	Daniel Nylander (sv)
	Ivar Smolin (et)
	Seán de Búrca (ga)
	Andre Klapper (de)

Evolution-Data-Server 2.21.4 2007-12-17
---------------------------------------

Bug Fixes:
	#322917: Change mnemonics for Contacts, Address Book labels. Add mnemonic for Category label (Alex Kloss)
	#336074: Check for mail only in active folders (Milan Crha)
	#339510: Accept time inputs with 4 figures (e.g. '1830' would be converted to '18:30') (James "Doc" Livingston)
	#462593: Prevent from crash on invalid uri (Milan Crha)
	#466499: Added mnemonics to configuration options (David Turner)
	#486126: Fixed an incorrect format string usage that can lead to crashes (Evil Ninja Squirrel)
	#487687: Do not dereference NULL when a geo parsing error occurs. (Christian Krause)
	#501548: Fix leaks (Milan Crha)
	#501622: Fixes broken Digest-MD5 authentication (Matthew Barnes)
	#501969: Passwords should not be forgotten on all errors (Sankar P)
	#502866: Allow get the VJOURNAL component at once same as other components (Milan Crha)

Updated Translations:
	Kjartan Maraas (nb)
	Jorge Gonzalez (es)
	Matej Urbanči (sl)
	Andre Klapper (de)

Evolution-Data-Server 2.21.3 2007-12-03
---------------------------------------

Bug Fixes:
	#308815: Colors for categories can now be changed (Milan Crha)
	#376425: Use proxy if user uses it. Do not crash if have proxy without name and password (Milan Crha)
	#415817: Update start/end time for recurrence instances even when only end time has been changed (Milan Crha)
	#461979: Fixed a repeatable crash when entering an IMAP folder (Milan Crha)
	#492426: Do not iterate beyond bounds of the array (Robert Noland)
	#494314: Don't leak Cal object reference (Ondrej Jirman)

Updated Translations:
	Matej Urbanči (sl)
	Ivar Smolin (et)
	Yannig Marchegay (oc)
	Changwoo Ryu (ko)

Evolution-Data-Server 2.21.2 2007-11-12
---------------------------------------

Bug Fixes:
	#318842: Task lists should be sorted (Milan Crha)
	#345135: Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled (Niels Vorgaard Christensen)
	#359267: Not all memos are showed in calendar view (Milan Crha)
	#430420: Returned size <= 0 is an error (Milan Crha)
	#460649: Meeting UI Needs To Show Color Of Selected Calendar Source (Matthew Barnes, Milan Crha)
	#487229: Use GKeyFile instead of gnome-config to access stored passwords (Matthew Barnes)
	#488156: Minimize use of the WITH_GNOME_KEYRING macro (Matthew Barnes)
	#492130: ESourceSelector uses pointers to ESource (Milan Crha)
	#494304: Fix leak (Ondrej Jirman)

Updated Translations:
	Ignacio Casal Quinteiro (gl)
	Priit Laes (et)

Evolution-Data-Server 2.21.1 2007-10-29
---------------------------------------

New in 2.21.1:
	Support for Google Calendar (Ebby Wiselyn)

Bug Fixes:
	#203480: (Novell Bugzilla) Compiler warning fix for usage ofunintialized variable (Srinivasa Ragavan)
	#231178: New symbol 'set-label' defined and added corresponding callback (Milan Crha)
	#271777: Keep character's case as user types (Milan Crha)
	#417999: Don't use deprecated GTK+ symbols (Matthew Barnes)
	#420167: e-d-s now exits with gnome-session (Milan Crha)
	#469657: Better use of GHashTable (Matthew Barnes)
	#474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes)
	#475487: When creating the default contact, print errors to the console (Ross Burton)
	#475493: Use G_DEFINE_TYPE (Ross Burton)
	#475494: Use G_LOCK instead of a static mutex for clearer code (Ross Burton)
	#478404: Reset the id to zero (Srinivasa Ragavan)
	#483301: Remove an unused variable (Matthew Barnes)
	#487270: Fix typo in documentation (Tollef Fog Heen)
	#488173: Remove __FUNCTION__, which is a gcc-ism (Jeff Cai)
	#488351: Fix an addressbook error on a fresh install (Matthew Barnes)

Other Contributors:
	Protect against a NULL subject string. (Jeffrey Stedfast)

Updated Translations:
	Anas Husseini (ar_
	Matej Urbanči (sl)
	Yavor Doganov (bg)
	Theppitak Karoonboonyanan (th)
	Ignacio Casal Quinteiro (gl)

Evolution-Data-Server 1.12.0 2007-09-17
---------------------------------------

Bug Fixes:
	#275990: (Novell Bugzilla) Handle errors from ldap for duplicate fields. (Rashmi C)
	#348149: Convert a g_assert to g_warning (Sankar P)
	#402506: Remembers idle and timeout calls and removes them when finalizing (Milan Crha)
	#426421: Fixed a crash when deleting two addressbooks (Chenthill Palanisamy)
	#469007: Skip white spaces at the beginning of header value when running filters (Milan Crha)
	#473880: Fixed serious compiler warnings (Milan Crha)

Other Contributors:
	Updated the timezones. (Chenthill Palanisamy)

Updated Translations:
	Nickolay V. Shmyrev (ru)
	David Planella (ca)
	Amitakhya Phukan (as)
	Inaki Larranaga Murgoitio (eu)
	Mugurel Tudor (ro)
	Gabor Kelemen (hu)
	Laurent Dhima (sq)
	Danishka Navin (si)
	Jamil Ahmed (bn)
	Igor Nestorovi (sr)
	Maxim Dziumanenko (uk)
	Kenneth Nielsen (da)
	Washington Lins (pt_BR)
	Clytie Siddall (vi)
	Jovan Naumovski (mk)
	Luca Ferretti (it)

Evolution-Data-Server 1.11.92 2007-09-03
----------------------------------------

Bug Fixes:
	#271841: Fix AIX compile errors (Ross Burton)
	#290330: (Novell Bugzilla) Fetch FOLDER_CLASS and PERMANENT_URL properties for public folders as well. (Varadhan)
	#298095: (Novell Bugzilla) Added a function to fetch the system folder flag (Chenthill Palanisamy)
	#298788: (Novell Bugzilla) Fixes crash in 64 bit architectures. (Chenthill Palanisamy)
	#301263: (Novell Bugzilla) Subscribed calendar requires restart (Chenthill Palanisamy)
	#302038: (Novell Bugzilla) remove warnings and make them debug statements (Sankar)
	#330185: Searching Evolution addressbooks only works for some fields (Ross Burton)
	#378759: Fixed a crash when entering S/MIME password (Milan Crha)
	#470445: Fix FSF address (Tobias Mueller)

Updated Translations:
	Kjartan Maraas (nb)
	Takeshi AIHANA (ja)
	Ivar Smolin (et)
	Ilkka Tuohela (fi)
	Ankit Patel (gu)
	Tirumurthi Vasudevan (ta)
	Wadim Dziedzic (pl)
	Jorge Gonzalez (es)
	Daniel Nylander (sv)
	Theppitak Karoonboonyanan (th)
	Clytie Siddall (vi)
	Duarte Loreto (pt)
	Stéphane Raimbault (fr)

Evolution-Data-Server 1.11.91 2007-08-27
----------------------------------------

Bug Fixes:
	#261084: Translator comments for "match-all" and "match-threads"(Jared Moore)
	#256878: Set the correct message for valid signatures (Vincent Untz)
	#332979: Fixes a thread synchronization issue while doing autocompletion (Srinivasa Ragavan)
	#337454: Fixed a crash when modifying a calendar entry (Milan Crha)
	#350539: Check for NULL MIME part (Milan Crha)
	#351756: Fixed a crash when modifying a datefield/date_entry (Milan Crha)
	#354855: CalDAV: Support response with relative URLs (Christian Kellner)
	#355659: CalDAV: New appointments disappear for 1 minute, and then reappear (Christian Kellner)
	#356176: Importing .vcf replaces line breaks with literal \n in NOTE (Patrick Ohly)
	#365213: Evolution can't show attachments in an attachment. (Wang Xin)
	#367760: Fix multiple issues with Save / Save All attachment button (Milan Crha)
	#381548: Fixed a crash in exchange (John D. Ramsdell)
	#394571: Fixed a caldav request bug (Jari Urpalainen)
	#437331: Read NSS certificate files more reliably (Matthew Barnes)
	#458715: Fixed a crash in GW proxy setting (Johnny Jacob)
	#464569: Plug memory leak and incorrect creation of gnome keyring attributes lists (Kevin Piche)
	#464636: In groupwise account sender field does not display anything (Ashish)
	#466309: Fix build with gcc 2.x (Jens Granseuer)
	#466987: Fix compilation errors caused by glibc's new "open" macro (Matthew Barnes)
	#467883: Add argument checks to several public functions (Matthew Barnes)
	#469870: Simply return from _get_ functions and don't show error warning (Milan Crha)

Other Contributons:
	Add new debugging framework which can be controlled during
	 runtime with the CALDAV_DEBUG debug enviroment variable
	 (Christian Kellner)

Updated Translations:
	Adam Weinberger (en_CA)
	Duarte Loreto (pt)
	Washington Lins (pt_BR)
	Daniel Nylander (sv)
	Hendrik Richter (de)
	Ivar Smolin (et)
	Ankit Patel (gu)
	Takeshi AIHANA (ja)
	Claude Paroz and Stéphane Raimbault (fr)
	Kjartan Maraas (nb)
	Tirumurthi Vasudevan (ta)
	Theppitak Karoonboonyanan (th)
	Gabor Kelemen (hu)

Evolution-Data-Server 1.11.90 2007-08-13
-----------------------------------------

Bug Fixes:
	#261084 - "match-all" and "match-threads" in evolution camel needs translator comments (Jared Moore)
	#313221 - Import of vcards misses type information (Milan Crha)
	#314709 - Add GEO field to EVCard and EContact (Cosimo Cecchi)
	#327977 - Crash in e_account_set_string at e-account.c:929 (Milan Crha)
	#352346 - Cannot create Maildir account (Milan Crha)
	#355640 - crash on invalid response to the IMAP command "XX FETCH 1 BODY" (Sankar)
	#387806 - camel_text_index_new() faults instead of handling allocation failure (Rob Bradford)
	#415891 - Use EFlag for synchronization (Matthew Barnes)
	#420462 - Crash while clicking refresh in folder subscription (Srini)
	#427469 - Incorrect importing of VCard (Milan Crha)
	#439147 - Don't print pages of debug information (Jeff Cai)
	#451003 - Build fails because SOUP_SESSION_TIMEOUT is undefined (Ross Burton)
	#455799 - Remove all .cvsignore and update svn:ignore porperty in whole directories (Hiroyuki Ikezoe)
	#458670 - Crash while autocompleting in composer (Srini)
	#460999 - Crashing while looking up passwords (Srini)
	#461989 - Memory leaks fixes on e-categories* (Hiroyuki Ikezoe)
	#464252 - Use /usr/share/lib/zoneinfo/tab/zone_sun.tab on Solaris (Jeff Cai)
	#465419 - crash in e_gw_item_append_to_soap_message (Suman)

Updated Translations:
	Jorge Gonzalez (es)
	Daniel Nylander (sv)
	Ankit Patel (gu)
	Kjartan Maraas (nb)
	Ilkka Tuohela (fi)
	Takeshi AIHANA (ja)
	Runa Bhattacharjee (bn_IN)
	Danishka Navin (si)
	Daniel Nylander (sv)
	Kjartan Maraas (nb)
	Priit Laes (et)
	
Evolution-Data-Server 1.11.6.1 2007-07-31
-----------------------------------------

Bug fixes:
    #327851: Partially fixes a critical warning crasher allowing
    the events to appear properly in the view.

Updated Translations:
	 Jorge Gonzalez (es)	

Other Contributors:
      Fixed a warning (Matthew Barnes)
      Look for the libedataserver header files from the source rather
      than install area (Chenthill Palanisamy)
      Only send remove notifications if the contact was in the view
      originally. (Ross Burton)
      Fixes annoying "Is a Directory" error,All (un)read count fixes should 
      have been ported, Moved items from sent-items are lost is fixed (Sankar P)
      Install the timezone files only on win32 systems. (Chenthill Palanisamy)

Evolution-Data-Server 1.11.6 2007-07-30
---------------------------------------

New in 1.11.6
	Add username & password entries to webcal dialog (Milan Crha)

Bug fixes:
	#268162: Add username & password entries to webcal dialog (Milan
	 Crha)
	#342164: Harmonize error strings (Lakke Wankhede and Jared Moore)
	#380534: Collect all the required package versions in one place and
	 explicitly require GTK+ 2.10 or higher (Matthew Barnes)
	#402925: Use strong SSL/TLS encryption (hggdh)
	#455796: Fixed a crash when starting evolution (Srinivasa Ragavan)
	#456565: Added support for Memos to webcal protocol, which is used
	 for memos 'On The Web' (Milan Crha)
	#457523: Fixed parse error in quick search bar (Johnny Jacob)
	#460649: Used image menu item and using sources colors when
	 possible. Didn't work for collapsed state (Milan Crha)
	#460681: Always report connection status when connecting (Karl
	 Relton)
	#460861: Add some sanity checks in camel (Ross Burton)
	#460867: Fixed a crash in calendar (Srinivasa Ragavan)

Updated Translations:
	Inaki Larranaga Murgoitio (eu)
	Andre Klapper (de)
	Priit Laes (et)
	Pramod (te)
	Wouter Bolsterlee (nl)
	Daniel Nylander (sv)
	Ilkka Tuohela (fi)
	Theppitak Karoonboonyanan (th)

Other Contributors:
	Plugged memory leak (Hiroyuki Ikezoe)

Evolution-Data-Server 1.11.5 2007-07-09
---------------------------------------

New in 1.11.5

	Exchange delegation support (Bharath and Suman)

Bug fixes:
	#307410: Fix prompting for IMAP password a second time after
	 canceling first request (Milan Crha)
	#311098: Changes to appointment is visible across restarts (Milan
	 Crha)
	#352284: Do not fetch the message from server - instead use the
	 header information to calculate the expiry period. (Veerapuram
	 Varadhan)
	#364731: Fix error dialog when creating searches with negative score
	 (Milan Crha)
	#394572: Include a missing forward http proxy in caldav module (Jari
	 Urpalainen)
	#410823: Fixed a crash when clicking on an URL and then closing the
	 browser (Srinivasa Ragavan)
	#412735: Fix a typo avoiding open_brace to be initialized (Pascal
	 Terjan)
	#434356: Fix USENET crash when retrieving gmane.linux.kernel
	 (Jindrich Makovicka)
	#448947: Fixed a cyclic configure option (Karsten Bräckelmann)
	#449531: Fix partial email display when GPG verification fails
	 (Milan Crha)
	#452996: Fix a typo and wording (Christian Kirbach)
	#454570: Fix build with gcc 2.x (Jens Granseuer)

Updated Translations:
	Ankit Patel (gu)
	Jorge Gonzalez (es)
	Nguyễn Thái Ngọc Duy (vi)
	Clytie Siddall (vi)
	Daniel Nylander (sv)
	Funda Wang (zh_CN)
	I. Felix (ta)

Evolution-Data-Server 1.11.4 2007-06-18
---------------------------------------

Bug fixes:
	#312854: Fix a hang while renaming folders twice for exchange
	 (Matthew Barnes)
	#331099: Fix calculation of array index to avoid negative values
	 (Matthew Barnes)
	#344728: Add headers for Sun Kerberos v5 (Irene Huang)
	#352284: Do not fetch the message from server - instead use the
	 header information to calculate the expiry period. (Veerapuram
	 Varadhan)
	#437751: Fix time display in Windows (Andreas Köhler)
	#443705: Fixed build break due to incorrect macro (Loïc Minier)
	#443958: Add support for help string. (Sebastien Tandel)
	#447414: Security bugfix - negative index of an array (Philip Van
	 Hoof)
	#447753, #447749: Fix a memory leak (Matthew Barnes)
	#448589: Add support for automake 1.6 (Tobias Mueller)

Other Contributors:
	Check entire IMAP4 summary to remove non-existent messages (Jeffrey
	 Stedfast)
	Fetches "Sent Items" in all folders. Also, fixed some bugs in moving
	 mails across folders. (Sankar P)

Updated Translations:
	Priit Laes (et)
	Pema Geyleg (dz)
	Jorge Gonzalez (es)

Evolution-Data-Server 1.11.3 2007-06-04
---------------------------------------

New in 1.11.3:
	Addressbook optimizations (Ross Burton)
	Introduced search capabilities in calendar (Keshav Upadhyaya,
	 Abhishek Parwal)

Bug fixes:
	#360114: Use g_list_prepend/reverse rather than append (Paolo
	 Borelli)
	#409542: Fix various linking issues in e-d-s (Loic Minier)
	#425129: Added timezone for Asia/Jerusalem, Australia/Perth and 
	 fixed the crash when there is no tzname. (Pascal Terjan)
	#438577: Fix some distcheck errors (Matthew Barnes)
	#438577: Don't install implementation detail headers (Ross Burton)
	#438727: Hide implementation details from public headers (Ross 
	 Burton)
	#438928: Add --disable-calendar to build without any calendar
	 support (Ross Burton)
	#440524: Memory leak fixes (Srinivasa Ragavan)
	#442187: Fix to open default memo component (John Stowers)
	#438928: Ability to build EDS with just addressbook only.

Evolution-Data-Server 1.11.2 2007-05-14
---------------------------------------

New in this release:
	* EContact optimization from (Oystein Gisnas and Milan Crha)

Bug fixes:
	#420496: Add support to cut/copy contacts in composer (Ebby Wiselyn)
	#339160: Implement the sync method for Addressbook backends (Ross Burton)
	#414191: Type fixes for EContact ints (Loïc Minier)
	#433782 and #336574: Optimise vCard folding (Oystein Gisnas and
	 Milan Crha)
	#431135: Fix a crash when modifying a calendar event (Rob
	 Bradford)
	#274035: Importing a Vcard with attached photo data is now possible
	 (Jonty Wareing)
	#361138: Fix a crash when double clicking text widget in calendar
	 in indic locales (Matthew Barnes)

Other Contributors:
	Jules Colding

Updated Translations:
	Jorge Gonzalez (es)


Evolution-Data-Server 1.11.1 2007-04-23
---------------------------------------

Bug fixes:

	#383686: Use g_mkdir_with_parents (Ross Burton)
	#322105: Fix for non-junk messages to learn ham. (Srinivasa Ragavan)
	#418971: E-D-S requires GLib 2.10 now; remove dead
	 backward-compatibility code for GLib < 2.8 (Matthew Barnes)
	#360240: Remove unused variable. (Matthew Barnes)
	#360619: Fix "incompatible pointer type" warnings (Matthew Barnes)
	#405495: Don't mix declarations and code (Jens Granseuer)
	#360807: Fix a couple of memory leaks (Chris Heath)
	#400970: Remove marshallers that are in GLib already (Ross Burton)
	#413173: Fix up the documentation (Ross Burton & Matthew Barnes)
	#420933: Copy the recurrence ID string so it doesn't disappear on us.
	 (Patrick Ohly)
	#426893: Added support from address fields in LDAP addressbook. (Caolan
	 McNamara)
	#422883: Build fix for SUN LDAP (Wang Xin)
	#424837: Allow contact creation to fail, and propagate the error back
	 (Ross Burton)
	#422932: Make EContact extendable (Ross Burton)
	#428183: BDBB backend cleanups (Ross Burton)
	#425512: Fix issue with creating a new addressbook (Xiurong Simon Zheng)
	#426564: Misc cleanups (Ross Burton)
	#385078: Don't go via GObject properties when calling e_contact_get (Ross
	 Burton)
	#425464: e-vcard optimizations (Ross Burton)
	#422652: Return decent error codes, and convert errors to human readable
	 strings for the console. (Ross Burton)
	#421445: Fix build logic for e-name-western-tables.h (Ross Burton)
	#421683: Fix broken dispose/finalise in e-book-backend-file.c (Ross
	 Burton)
	#359806: Non-ascii characters generate trash in address lists (Matthew
	 Barnes and Makuchaku)
	#373117: Use the new ESource color API. (Matthew Barnes)
	#425535: Dont submit path of EDS for segv_handler. (Frederic Crozat)
	#423382: Convert messages from gnupg to UTF-8 (Pascal Terjan)
	#415891: Introduce EFlag in libedataserver (Matthew Barnes)
	#388789: Make the libiconv test program returns a value (Matthew Barnes)
	#388788: Fix autotools checks for iconv (Elijah Newren)

Other Contributors:
	Debug statements should be conditional (Sankar P)
	Fix compiler warnings and other code cleanups (Kjartan Maraas)
	Many IMAP fixes. (Jeffrey Stedfast)
	Improved GroupWise mailer component (Sankar P)

Updated Translations:
	Funda Wang (zh_CN)
	Djihed Afifi (ar)
	Duarte Loreto (pt)
	Laurent Dhima (sq)
	David Lodge (en_GB)

Evolution-Data-Server 1.10.0 2007-03-12
---------------------------------------

Changes since Evolution-Data-Server 1.9.92 :

	Harish Krishnaswamy
	Matthew Barnes
	Ross Burton

Updated Translations:
	
	Igor Nestorivić (sr)
	Mugurel Tudor (ro)
	Tino Meinen (nl)
	Alexander Shopov (bg)
	Jovan Naumovski (mk)
	Takeshi AIHANA (ja)
	Maxim Dziumanenko (uk)
	Gintautas Miliauskas (lt)
	Chao-Hsiung Liao (zh_HK, zh_TW)
	Ankit Patel (gu)
	Leonid Kanter (ru)

Evolution-Data-Server 1.9.92 2007-02-26
---------------------------------------

Updated Translations:
	Gabor Kelemen  (hu)
	Luca Ferretti (it)
	Artur Flinta (pl)
	Priit Laes (et)
	 
Contributors:
	Gilles Dartiguelongue
	Matthew Barnes

Evolution-Data-Server 1.9.91 2007-02-12
---------------------------------------

Updated Translations:
	Duarte Loreto (pt)
	Pema Geyleg (dz)
	Djihed Afifi  (ar)
	Changwoo Ryu (ko)
	Daniel Nylander (sv)
	Raphael Higino (pt_BR)
	Hendrik Richter (de)
	Priit Laes and Ivar Smolin (et)
	 
Contributors:
	Sankar P
	Harish Krishnaswamy
	Kjartan Maraas
	Priit Laes 
	Patrick Ohly
	Ross Burton
	Trond Myklebust

Evolution-Data-Server 1.9.6 2007-01-22
--------------------------------------

Updated Translations:
Stéphane Raimbault (fr), Priit Laes (et),
Daniel Nylander (sv)

Contributors:
Nickolay V. Shmyrev : #353060
Sankar P : IMAP Configurable Headers
Srinivasa Ragavan: Fallback code for Gnome Keyring
Harish Krishnaswamy: Fixes calling glib methods


Evolution-Data-Server 1.9.5 2007-01-08
--------------------------------------

Updated Translations:
Francisco Javier F. Serrador (es), Djihed Afifi (ar), Kjartan Maraas (nb), 
Theppitak Karoonboonyanan (th), David Lodge (en_GB),  
Christophe Fergeau (fr), Clytie Siddall (vi)

Bug Fixes: 362638, 387397, 387638 and other downstream fixes

Contributors:
Mathew Barnes, Veerapuram Varadhan, Chenthill Palaniswamy, Jeff Cai

Evolution-Data-Server 1.9.4 2006-12-18
--------------------------------------

Updated Translations:
Djihed Afifi (ar), Ilkka Tuohela (fi).

Bug fixes : 349445, 346728, 268412, 363445, 
208395, 222605 (bugzilla.novell.com), memory leak and 
other cleanup fixes.

Contributors: 
Veerapuram Varadhan, Harish Krishnaswamy, Srinivasa Ragavan,
Ross Burton, Tor Lillqvist, Bastien Nocera


Evolution-Data-Server 1.9.3 2006-12-04
--------------------------------------

Updated Translations:
Alexander Shopov (bg), Josep Puigdemont i Casamajó (ca),
Ivar Smolin (et).

Bug fixes : 330157, 350880, 328836, 348123, 365000, 353924. 
174655, 222605, 219729, 208318, 207960. (bugzilla.novell.com)
plus miscellaneous code clean-ups and memory leak fixes.

Contributors :
Harish Krishnaswamy, Sankar, Srinivasa Ragavan, Chenthill, 
Claudio Saavedra, Ross Burton, Matthew Barnes, Andrew Ruthven.

Evolution-Data-Server 1.9.2 2006-11-07
--------------------------------------

Updated Translations:

Ivar Smolin (et), Francisco Javier F. Serrador (es).

Bug fixes : 
330157, 369368, 312348, 365000.

Contributors :
Srinivasa Ragavan, Hans Petter Jansson, Harish Krishnaswamy,
Claudio Saavedra.


Evolution-Data-Server 1.9.1 2006-10-16
--------------------------------------

Updated Translations:
Ilkka Tuohela (fi), Priit Laes (et),
Ignacio Casal Quinteiro (gl),
Ivar Smolin (et)

Contributors:
Steffen Eschenbacher, Tor Lillqvist,
Srinivasa Ragavan, Matthew Barnes, Harish Krishnaswamy

Evolution-Data-Server 1.8.1 2006-10-02
--------------------------------------

Updated Translations:

Ivar Smolin (et), Marco Ciampa (it), Luca Ferretti (it),
Åsmund Skjæveland (nn), David Lodge (en_GB).

Bug fixes :

350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051. 

Contributors:
Li Yuan, Veerapuram Varadhan, Sankar, Chenthill Palanisamy, 
Matthew Barnes, Mikael Nilsson, Devashish Sharma, Ross Burton,
Harish Krishnaswamy.

Evolution-Data-Server 1.8.0 2006-09-04
--------------------------------------
Evolution -Data-Server 1.8 Stable Release for GNOME 2.16.0.

Evolution-Data-Server 1.7.92, 2006-08-21
------------------------------------------

Updated Translations

Hendrik Richter (de), Alexander Shopov (bg), Rahul Bhalerao (mr),
Satoru SATOH (ja), Kjartan Maraas (nb), Artur Flinta (pl),
Žygimantas Beručka (lt), Daniel Nylander (sv), Runa Bhattacharjee (bn_IN),
Gabor Kelemen (hu), Leonid Kanter (ru), Matic Žgur (sl), 
Clytie Siddall (vi), Funda Wang (zh_CN), Changwoo Ryu (ko),
Vladimer Sichinava (ka), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk),
Guntupalli Karunakar (dz), Theppitak Karoonboonyanan (th), 
Priit Laes (et).

Bug Fixes:

Ricardo Markiewicz, Chenthill, Harish, Kjartan Maraas,
j@bitron.ch

Evolution-Data-Server 1.7.91, 2006-08-07
------------------------------------------

Updated Translations

Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Ilkka Tuohela (fi),
Christophe Merlet (fr), Ahmad Riza H Nst (id), Kjartan Maraas	 (nb), 
Vincent van Adrighem (nl), Jovan Naumovski (mk), Theppitak Karoonboonyanan (th)

New in EDS 1.7.91:
- Add filters to Groupwise SOAP calls so that each component fetches items of
  its own type and none other. (Harish)
- Memory fixes in Addressbook (Hans Peters Jansson)  

Bug Fixes:
Matthew Barnes, Chenthill Palanisamy, Devashish Sharma, Srinivasa Ragavan, 
Tor Lillqvist, Harish Krishnaswamy, Ed Catmur, Ross Burton, 
Wouter Bolsterlee

Evolution-Data-Server 1.7.90.1, 2006-07-25
------------------------------------------
Fix a dist bug in tarball.

Evolution-Data-Server 1.7.90, 2006-07-24
----------------------------------------
Updated Translations contributed by:

Funda Wangi (zh_CN), Christophe Merlet (fr),
Jonathan Ernst (fr), Changwoo Ryu (ko),
Kostas Papadimas (el), Dzongkhalinux team, DIT (dz),
Ilkka Tuohela (fi), Ankit Patel (gu), Daniel Nylander (sv),
Priit Laes (et), Francisco Javier F. Serrador (es),
Raivis Dejus (lv).

New in EDS 1.7.90 : 
Support for GW Reminder Notes (Chenthill)
Split cache for less memory, better performance (Harish)
Support for security-classifications in GW send options (Sankar)
Support for default alarms in GW (Harish)
Support for Gadu Gadu IM in Contact Entries 
(Artur Flinta, Fryderyk Dziarmagowski) 
Memory reduction and Performance improvements in Contacts (Ross Burton)

Bug fixes :
Andre Klapper, Shreyas Srinivasan, Sushma Rai, Vandana Shenoy,
Harish Krishnaswamy, Devashish Sharma, Hiroyuki Ikezoe, Srinivasa Ragavan.
Luca Ferretti

Evolution-Data-Server 1.7.4, 2006-07-10
---------------------------------------
Updated Translations contributed by:

Inaki Larranaga, Ilkka Tuohela, 
Vincent van Adrighem, Runa Bhattacharjee,
Changwoo Ryu, I.Felix, Rajesh Ranjan,
Dzongkhalinux, Yair Hershkovitz, Kjartan Maraas,
Chao-Hsiung Liao, Ignacio Casal Quienteiro,
Theppitak Karoonboonyan, Francisco Javier F. Serrador,
Ankit Patel, Hendrik Richter.

Bug fixes: 
Harish Krishnaswamy, Jeffrey Stedfast, Sankar P,
Tor Lillqvist, Andre Klapper, ,Parthasarathi,
Srinivasa Ragavan, Chenthill, Wang Xin, Ross Burton,
Devashish Sharma, Boby Wang, Simon Zheng, Hiroyuki
Ikezoe, Frederic Peters.


Evolution-Data-Server 1.7.3, 2006-06-12
---------------------------------------
Updated Translations contributed by:

Kjartan Maraas, Francisco Javier F. Serrador,
Gabor Kelemen, Ignacio Casal Quinteiro,
Ankit Patel, Pema Geyleg, Inaki Larranaga, 
Clytie Siddall, Emil Hessman.  

Bug fixes and other changes :
Chris Heath , Tor Lillqvist, Srinivasa Ragavan,
Jeffrey Stedfast, Parthasarathi Susarla,
Sankar P, Harish Krishnaswamy, Ross Burton, Wang Xin
Simon Zheng, Devashish Sharma, Hiroyuki Ikezoe, 
Frederic Peters. 

Evolution-Data-Server 1.7.1, 2006-04-24
----------------------------------------

First release of 1.7 development series.

What is new ?
-------------

* Capability to link dynamically to libdb.
* Integration with gnome-keyring.

Evolution-Data-Server 1.5.92, 2006-02-27
----------------------------------------
Bug fixes since last release :
http://go-evolution.org/Evo2.5.92#Evolution-Data-Server

Updated Translations:

	- ca (Josep Puigdemont i Casamajó)
	- el (Kostas Papadimas)
	- et (Priit Laes)
	- eu (Inaki Larranag)
	- lt (Žygimantas Beručka)
	- pl (Artur Flinta)
	- th (Theppitak Karoonboonyanan)

Evolution-Data-Server 1.5.91, 2006-02-13
----------------------------------------
Bug fixes since last release :
http://go-evolution.org/Evo2.5.91#Evolution-Data-Server

Updated Translations:

	- cs (Lukas Novotny)
	- cs (Miloslav Trmac)
	- cy (Rhys Jones)
	- et (Ivar Smolin)
	- fi (Ilkka Tuohela)
	- ja (Takeshi AIHANA)
	- pt (Duarte Loreto)
	- ru (Leonid Kanter)
	- sq (Laurent Dhima)
	- sr, sr@Latn (Slobodan D. Sredojevic)
	- th (Supranee Thirawatthanasuk)
	- th (Theppitak Karoonboonyanan)

Evolution-Data-Server 1.5.90, 2006-01-30
----------------------------------------

What's new:

Bug fixes sinces 1.5.5 :
http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution-Data-Server&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=

Updated Translations:

	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
        - et (Ivar Smolin)
        - fi (Ilkka Tuohela)
        - gl (Ignacio Casal Quinteiro)
        - gu (Ankit Patel)
        - gu (Ankit Patel)
        - ko (Changwoo Ryu)
        - nb, no (Kjartan Maraas)
        - nl (Tino Meinen)
        - vi (Clytie Siddall)
        - zh_CN (Funda Wang)
	- zh_TW, zh_HK (Chao-Hsiung Liao)

Evolution-Data-Server 1.5.5, 2006-01-16
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#321812 – crash during Draft saving in offline mode (Shreyas)
	#314841 – gw: Don't Mark Trash As New Messages (Parthasarathi)
	#323570 – gw: Forward Of Multiple Messages At Once Loses Formatting (Parthasarathi)
	#320898 – gw: Inserted Images Appears As Broken Link Image (Parthasarathi)
	#303998 – In 'Exchange Connector' GAL should be selected for 'Autocompletion by default (Sushma)
	#323115 – --force-shutdown does not shutdown e-d-s (Harish)
	#326060 – Exchange password expiry handling is broken (Sushma)
	#267402 – can not specify https URL for a remote calendar location (Tony Tsui)
	#324518 – Webcal Entries Duplicated In Calendar (Chenthill)
	#324741 – Critical Warning on Command Line (Chenthill)
	#214977 – Contact lists on LDAP server are broken (Sushma)
	#320065 – Fix GList leaks (Ross Burton)
	#325959 – Subscribe to other user's folder not working (Sushma)
	#242966 – Focus Problem, Screen Entry on "Select Contacts From Address Book" screen (Johnny Jacob)
	

Other Fixes :
	
	- Merge Calendar backend bits from evolution-caldav module into EDS (Harish)
	- Code cleanup (Simon Zheng, Kjartan Maraas, Parthasarathi)
	- Win32 fixes (Tor Lillqvist)
	
	
Updated Translations:

	- bg (Alexander Shopov)
	- ca (Josep Puigdemont i Casamajó)
	- gl (Ignacio Casal Quinteiro)
	- ja (Takeshi AIHANA)
	- lt (Žygimantas Beručka)
	- nl (Vincent van Adrighem)


Evolution-Data-Server 1.5.4, 2006-01-02
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#323106 - IMAP drawers with non-ASCII UTF-8 names do not work (Tor Lillqvist)
	#317794 - Groupwise mail folder not visible (Parthasarathi)
	#324483 - Memory leak in Exchange connector (Sushma)
	#305006 - Fixed vCalendar file import without UID (Chenthill)
	#267330 - Fixed a crash/hang while accepting exchange meeting invititation (Chenthill)
	#324009 - Hang in Evolution Calendar (Chenthill)
	#317411 - Fixed Evolution crash while synchronizing with palm device. (Varadhan)
	#238979 - Added Support to expand contact lists inline in name selector entry
	
Other Fixes :

	- Added option to select emails in contacts/lists in name selector
	  entry (Srinivasa Ragavan)
	- Modifications to use gstdio wrappers (Tor Lillqvist)
	- Exchange fixes (Sushma)
	- Network Manager Support (Shreyas)
	- Win32 fixes (Tor Lillqvist)
	
Updated Translations:

	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- fi (Ilkka Tuohela)
	- gl (Ignacio Casal Quinteiro)
	- gu (Ankit Patel)
	- ja (Takeshi AIHANA)
	- nb, no (Kjartan Maraas)
	- nn (Åsmund Skjæveland)
	- vi (Clytie Siddall)


Evolution-Data-Server 1.5.3, 2005-12-12
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#323433 - Evolution crashes when folding vfolder subfolders while in one,
		  wont restart (Jeff Cai)
	#321139 - evolution will crash on solaris when print error message (Shi Pu)
	#321515 - Lazy-bind loaded modules in camel (Ross Burton)
	#322408 - creating new folder causes evolution to hang on the uw-imapd
		  server (Jeff Cai) 
	#317322 - crash when delete a imported recurrent event (Chenthill)
	#318777 - recurrence editing ... (Chenthill)
	#323349 - Evolution data server, Configuration failed on Solaris (Irene Huang)
	#319592 - Use GLib for determining host endian (Ross Burton)
	#319591 - Use G_DEFINE_TYPE in libedataserver (Ross Burton)
	#321830 - GW - Not All Email In Sent Items Appearing In Evolution (Parthasarathi)

Other Fixes :
	- Numerous fixes in Camel/Libebook/libedataserver for Win32 support (Tor Lillqvist) 
	- Hula provider fixes (Harish)
	- Exchange : Use remembered password for authentication (Irene Huang)
	- Exchange : fix compiler warnings (Sushma)
	- Build fixes (Dave Malcolm)

Updated Translations:

	- be (Vital Khilko)
	- bg (Alexander Shopov)
	- cs (Miloslav Trmac)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- fa (Meelad Zakaria)
	- fr (Christophe Merlet)
	- gl (Ignacio Casal Quinteiro)
	- gu (Ankit Patel)
	- ja (Takeshi AIHANA)
	- nb, no (Kjartan Maraas)
	- zh_CN (Funda Wang)


Evolution-Data-Server 1.5.2, 2005-11-14
---------------------------------------

New Features:
	- Camel Hula Provider (Harish)

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#320095 - Empty Trash Deletes From GW POA, But Doesn't Delete Headers 
		  In Trash Folders (Parthasarathi)
	#314476 - Fixes to inform the Over quota issue in groupwise to
		  user (Sankar)
	#320736 - Fixed a possible crash due to a invalid buffer
		  (Parthasarathi)
	#317804 - Fix Macao timezone issue (Harish)
	#318130 - Fix to include e-cal-time-util.h for
		  e-cal-backend-http.c to solve a build issue. (Matthew Daniel)
	#319612 - Stop warnings from e-destination about xmlChar when
		  compiling using gcc4 (Ross Burton)
	#319848 - Multiple Select for To/CC/BCC in Name selector dialog.
		  (Sushma)

Other Fixes:

	- Changed the string so as to be consistent with Win32 client error 
	  messages. (Sankar)

Update Translations:

	- ca (Adam Weinberger)
	- cs (Miloslav Trmac)	
	- es (Francisco Javier F. Serrador)	
	- fi (Ilkka Tuohela)
	- ja (Takeshi AIHANA)
	- ku (Erdal Ronahi)

Evolution-Data-Server 1.5.1, 2005-10-25
---------------------------------------

New Features : Support for Memos component (Nathan Owens)


Other fixes :

	- Win32 related bits and code clean-up (Tor Lillqvist) 
	- Remove Bonobo/GnomeProgram dependencies in 
	  contact store/name selector (Ross Burton)
	- Fix for API/Base Version mismatches causing issues in
	  Solaris where libdir==libexecdir (Irene Huang)

Updated Translations:

	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- gl (Ignacio Casal Quinteiro)

Evolution-Data-Server 1.3.8, 2005-08-22
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#242032 - color labels stored to imap message store (Michael Zucchi)  
	#247706 - Automatically add comma after autocompleting an address (Devashish)
	#271894 - PGP-encrypted attached messages not displayed (Michael Zucchi)
	#271969 - Synchronize doesn't work for Tasks and Calendar (Armin Bauer, Varadhan, Mubeen)
	#300115 - RFC2047 encoding always separates the last non-ASCII UTF-8 character. (Changwoo)
	#300891 - Now camel should specify the translation domain explicitly to use gettext (Changwoo)
	#302835 - Mailbox does not appear on top in offline mode (Parthasarathi)
	#302963 - Status tracking does not work for some items (Vivek)
	#309499 - Additional mail is sent to delegate(s) in Groupwise. (Chakravarthi)
	#310325 - Meeting request mail cannot be sent for Meeting created in 'Personal' calendar (Vivek)
	#310496 - 'make check' fails on gpg test (Michael Zucchi) 
	#310956 - gw: trying to copy the mailbox folder when online copies the folder below the mailbox folder (Parthasarathi)
	#311078 - Calendar loading progress information goes beyond 100% (Chakravarthi)
	#311639 - mh: Renaming parent folder loses subfolders (Michael Zucchi)
	#311831 - sometimes clicking on a meeting request mail or any mail related to assigned task crashes evolution (Chenthill)
	#312184 - Signature shown as attachment (Parthasarathi)
	#312578 - In GW calendar user should be able to delegate all instances together (Chenthill)
	#312668 - Unable to go back to Online mode after clicking offline button (Michael Zucchi)
	#312715 - Evolution crashes moving IMAP folder to local folder (Michael Zucchi)
	#312831 - crash in camel-folder-thread.c:sort_node when generating message list (Michael Zucchi)
	#312857 - gw: Evolution crashes while starting up (Parthasarathi)
	#312988 - Regressing 274308 - EDS crashed (Sushma)
	#313058 - gw: Unable to create a new folder(subfolder) with names like Mailbox, Sent Items, etc (Vivek)
	#313091 - Useless assignment in e-vcard (Ross Burton)
	#313284 - camel indexing valgrind hits (Michael Zucchi)
	#313381 - gw: evo crashes while trying to refresh the folder (Vivek)
	#313574 - crash viewing IMAP mail (Michael Zucchi)
	#313593 - imap4: sub folders not working (Michael Zucchi)
	#313657 - IOP: Implement Outlook-like handling of recurrence corner-cases (Carsten Guenther)
	#313806 - cannot decrypt an encrypted message (Parthasarathi)

Updated Translations:

	- bg (Rostislav Raykov)
	- ca (Xavier Conde)
	- de (Frank Arnold)
	- de (Kostas Papadimas)
	- el (Kostas Papadimas)
	- et (Ivar Smolin)
	- hu (Gabor Kelemen)
	- lt (Justina Klingaitė)
	- sr, sr@Latn (Igor Nestorivić)
	- sq (Laurent Dhima)

Evolution-Data-Server 1.3.7, 2005-08-08
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	 #274382 - Multiple CC headers are not processed properly (Michael Zucchi)
	 #310198 - Grammar errors failing Sun's compiler 'Vulcan / Forte' (Mengjie Yu)
	 #309237 - broken imap server workaround (Michael Zucchi)
	 #311658 - 1.3.6 lists a pile of old folders (Michael Zucchi)
	 #300048 - configure script fails to detect getaddrinfo (Harish)
	 #312535 - GW: Fwded message headers are not displayed (Parthasarathi)
	 #305304 - Description does not appear completely when using the ITIP FORMATTER plugin (Dinesh Layek)
	 #312190 - problems with junk test in filters (Vivek Jain)
	 #312185 - Configuring same account for IMAP and GroupWise troubles Proxy Login (Sankar)
	 #302968 - GW: Some mails do not get delivered (Sankar)
	 #305590 - GW: don't see schedules from people in other post offices. (Chenthill)
	 #310328 - Cannot create recurring 'All Day event' in groupwise calendar (Chenthill)
	 #311684 - evolution-data-server crashes trying to reply all (Wolfgang Ocker)
	 #303111 - GW long delays & no status (Sushma Rai)
	 #308512 - Key /apps/evolution/lock/mail/accounts/save_password does not work correctly

Updated Translations:

	- cs (Miloslav Trmac)
	- es (Francisco Javier F. Serrador)
	- et (Ivar Smolin)
	- fi (Ilkka Tuohela)
	- gu (Ankit Patel)
	- id (Imam Musthaqim)
	- it (Marco Ciampa)
	- ja (Takeshi AIHANA)
	- nb,no (Terance Sola)
	- nl (Reinout van Schouwen)
	- pl (GNOME PL Team)
	- pt_BR (Raphael Higino)
	- vi (Clytie Siddall)
	- zh_CN (Funda Wang)
	- zh_TW (Chao-Hsiung Liao)

Evolution-Data-Server 1.3.6, 2005-07-26
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

Addressbook :
	 #260851 - "Edit Contact" option in Contact name popup menu (Sushma)
	 #301922 - Composer Section (To: CC: BCC:) Fields Flip Order Of Names (Antony)

Calendar :
	 #303548 - Missing Calendar Items in GW (Chenthill)
	 #310752 - Multiple mails and multiple appointments created for a non recurring 
	           appointment (Chenthill)
	 #310767 - Cannot Accept GW Appointments Without Error (Chenthill)

Mailer:
	 #301871 - uninitialized variable in evo-data-server pop3 and imap backend
	 (meissner@suse.de)
	 #272505 - GroupWise" spelled inconsistently in evolution-data-server (Parthasarathi)
	 #310953 - reproducible crash trying to "add signature" in preferences (Parthasarathi)
	 #310716 - trying to delete a subfolder crashed evolution (Parthasarathi)

Exchange :
	 #310483 - Check Remember password option, and enter wrong password - Evolution unusable
	 (Arunprakash)

Others :
	 #271837 - handle _PRETTY_FUNCTION_ for Sun compilers
	 (The Written Word)
	- Copy folder contents locally by default. (Shreyas)
	- camel store/folder refactoring (Michael)
	- camel docs breakage fix (Shreyas) 
	- camel imap store - if the folder is on disk, just get it 
	  offline, only go to the server if we need to. (Michael)
	- align ESource uri handling in Exchange addressbook to the
	  calendar uris (Praveen)
	- remove esource removal to exchange plugins code (Sarfraaz)
	- support for timed refresh of GW system addressbook (Sushma)
	- freezing the cache while updating and writing to disk at once
	  (Sushma)
	- make Name selector dialog more intuitive (Vivek)
	- send a cancel reply to kill a e-password dialog (Jedy Wang) 


Updated Translations:

	- cs (Miloslav Trmac)
	- de (Frank Arnold)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- et (Ivar Smolin)
	- et (Priit Laes)
	- fi (Ilkka Tuohela)
	- gu (Ankit Patel)
	- hu (Gabor Kelemen)
	- id (Imam Musthaqim)
	- ja (Takeshi AIHANA)
	- nb, no (Kjartan Maraas)
	- nl (Vincent van Adrighem)
	- POTFILES (Adam Weinberger)
	- POTFILES (Sarfraaz Ahmed)
	- pt_BR (Raphael Higino)
	- sr, sr@Latn (Igor Nestorivia)
	- vi (Clytie Siddall)
	- zh_CN (Funda Wang)

Evolution-Data-Server 1.3.5, 2005-07-12
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

	#309175 - Error compiling e-d-s based applications with GCC4 (Sushma)
	#309276 - "is" sexp queries not working with E_CONTACT_UID (Sushma)
	#308209 - SASL LOGIN mechanism protocol violation (Greg Hudson)
	#309684 - Contact text entry leaks threads (Ross Burton)
	#242165 - "search in any field" produces wrong results (Sushma)
	#302965 - Names begin with a comma in GW Sent Items folder (Partha)

New features :
	GroupWise Proxy support (Sankar, Shreyas)

Other fixes and changes :

	- Support for getting e-mail ids from a contact list for GW
	  addressbooks (Sushma)
	- Addressbook memory leak fixes (Kjartan Maraas, Ross Burton) 
	- Update GW address book only if marked for offline usage (Sushma)
	- Optimize e_cal_is_read_only calls (Viren)
	- Handle GW recurrences in Evolution (This and All) as in GW clients
	  (Harish)
	- Optimize calendar attachment retrievals (Chenthill) 
	- Fix miscellaneous compiler versions (Harish)
	- Use read cursors request instead of getQM calls in GW backend (Chen)
	- Improve Junk Mail Handling support (Vivek)
	- Background folder refresh in GW store (Partha)
	- Make name selector dialog modal (Sushma)
	- Remove e-mail addresses more easily in name-selector (Philip Van Hoof)
	- Fetch folder size in Exchange store (Sarfraaz)
	- Exchange Foreign hierarchy support (Shakti Sen)
	- Improved error handling in Exchange store (Arun Prakash)

Updated Translations:

	- bg (Rostislav Raykov)
	- cs (Miloslav Trmac)
	- de (Jens Seidel)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- et (Ivar Smolin)
	- nb, no (Terance Sola)
	- vi (Clytie Siddall)
	- zh_TW (Chao Hsiung Liao) 

Evolution-Data-Server 1.3.4, 2005-07-02
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

Camel
	#303225 - Left pane is not updated with maildir (Michael Zucchi)

Addressbook
	#302006 - Autocompletion does not work properly (Hans Petter Jansson)

Calendar
	#309079 Memory leaks when syncing PDA on FC4 (Harish)


Other fixes and changes:

	- Inline PGP signature support (Matt Brown)	
	- Add exchange as a supported backend to e-d-s
	- remove checks for unused fields in camel local provider (Michael
	  Zucchi)
	- Display GW events based on date of appointment not on the received
	  time. (Parthasarathi)
	- Remove redundant linking of http backend to the file (Chen) 
	- Define static capability for delegation to multiple recipients (Chen)
	- Support --no-undefined option on windows while building evolution 
	  and drop superfluous inclusion of pthread.h in Addressbook (Tor Lillqvist)
	- Switch to GThread API instead of pthreads for the main loop in Addressbook
	  (Tor Lillqvist)
	- Ignore 'any field contains' query in LDAP address book refresh
	  (Sushma)
	- Build system addressbook cache if marked for offline usage (Sushma)
	- Update addressbook cache with changes in GW System Address book
	  (Srinivasa Ragavan)
	- Use GtkFileChooserButton instead of GnomeFileEntry (Ross Burton)
	- store the change type of a  Groupwise item while getting the changes
	  (Chenthill)
	- Miscellaneous compiler warning fixes (Harish)

Updated Translations:
	
	- bg (Vladimir Petkov)
	- cs (Miloslav Trmac)
	- da (Martin Willemoes Hansen)
	- en_CA (Adam Weinberger)
	- et (Ivar Smolin)
	- et (Priit Laes)
	- et (Priit Laes)
	- nb, no (Kjartan Maraas)
	- zh_CN (Funda Wang)
	- zh_TW (Abel Cheung)
	- zh_TW (Chao-Hsiung Liao)
	- POTFILES.in (Sarfraaz Ahmed)

Evolution-Data-Server 1.3.3, 2005-06-07
----------------------------------------
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

IMAP
	#274407 IMAP4rev1: moved message pops up as new (Jeffrey Stedfast)

Groupwise 

	#300599 Mail folders not getting refreshed for GW account (Partha)
	
Addressbook
	#271901 GroupWise naming consistency (Daniel van Eeden)
	#300290 GALview does not show Complete name.(Sushma)


Other Features and Fixes:
	- Added support for delegating meetings in Groupwise (Chenthill)
	- Memory leak in Addressbook File backend (Ross Burton)
	- updates to camel session fixes for Groupwise backend (Parthasarathi)
	- fix incorrect naming of camel function (Jeffrey Stedfast)

Updated Translations:

        - es (Francisco Javier F. Serrador)
	- en_CA (Adam Weinberger)
	- nb (Terance Sola)
	- vi (Clytie Siddall)
	- cs (Miloslav Trmac)
	- zh_CN (Funda Wang)
	- cy (Dafydd Harries)
	- ja (Takeshi AIHANA)
 
Evolution-Data-Server 1.3.2, 2005-05-18
----------------------------------------
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

Groupwise 

	#274194 Filters do not filter all messages  (Partha)
	#273246 email is visible with mime.822 file attached (Partha)
	#273243 external HTML mail is an attachment not viewed inline (Partha)

	#256874 Anniversaries in B&A calendar have the Birthday category (Shreyas)
	#301116 libedataserverui needs to specify the translation domain explicitly
		(Changwoo Ryu) 

	#303540 F10 + Shift Key' doesn't work in evolution contacts (Mengjie Yu)  
	#272504 spell GW rightly (Chenthill)
	#272503 Typo fix (Thierry Moisan)


Other Features and Fixes:

	API docs  (Hans Petter Jansson, Rodrigo Moya) 

	Misc pc file, configure fixes   (Harish)
	GW Backend Memory leaks (Ulrich Neumann)
	const keyword additions to camel files (Ross Burton)  
	Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER   (Sankar)  
	Memory leak fixes  (Sushma) 
	Checks for Win32 (mingw) (Tor Lillqvist)  
	Copy the flags field when converting from CamelStoreInfo to CamelFolderInfo.
	 (Alessandro Decina)   
	VJOURNAL backend (Rodrigo Moya) 


Updated Translations:

	- bg (Rostislav Raykov) 
        - el (Kostas Papadimas) 
        - da (Martin Willemoes Hansen) 
  

Evolution Data Server 1.3.1, 2005-04-26
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

* Camel

  #301037 - Handle case where the path doesn't exist in the url (Jeff)
  #273945 - If camel_charset_best() returns NULL, default to UTF-8 (Jeff)
 
* Groupwise Provider

 #274257  - Automatically synchronize account locally option does not work (Jeff)
 #74369   - enable viewing shared folder notifications (Sankar)
 #72032   - update summary with items that have been deleted from the server (Partha)
 #72310   - deleted mail is not visible in Trash Folder (Partha)
 #74183   - Expunge does not expunge all (Sankar)
 #274409  - hang while reading Email (Chenthill)

* Calendar
 
 #270035 - incompatible calendar.ics created with mozilla (Rodrigo)
	
* Addressbook

 #268533 - evolution-alarm-notify appears to cause a leak in e-d-s  (JP)
 #273330 - Crash  adding attendee under gw calendar - (Siva) 
 

Other Bugs 

* Camel 
	- Fix for systems where read is a macro (David Malcolm)
	- don't set exceptions for failed date commands in NNTP (Michael)
	- abort if we fail to get the date in NNTP (Alessandro Decina) 
	- Don't try to EXPUNGE in READ-ONLY mode (Jeff)
	
* Groupwise Provider

	- Remove redundant getQuickMessageRequest (Partha)

* Address Book 
	- multiple authentication prompts for addressbook (Hans)


Updated Translations:
	* et (Ivar Smolin)
 	* fa (Meelad Zakaria)
	* it (Marco Ciampa) 
	* cs (Miloslav Trmac)
	* en_CA (Adam Weinberger)

Evolution Data Server 1.2.0, 2005-03-07
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #73226 - Missing symbol in e-destination (JP)

  * Addressbook
    #72454 - Crash for webcals with gnome proxy setting (Rodrigo)

  * All
    #73010 - Cannot cancel/close 'Category icon' popup (Harry Lu)
	
Updated Translations:
	- pt_BR (Raphael Higino)
	- hu (Laszlo Dvornik)
	- sr (Igor Nestorovic)
	- sr@Latn (Igor Nestorovic)
	- ca (Xavier Conde Rueda)

Evolution Data Server 1.1.6, 2005-02-28
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #72806 - EDS is crashing while trying to add a contact to Groupwise book (Siva)
    #70908 - Can't remove e-mail addresses assigned to types evolution doesn't know about (Siva)
    #67541 - LDAP password not remembered (Siva)

  * Calendar
    #71490 - Events shows up multiple times (Chen)
    #71545 - Crash At Startup of Evolution 2.1 (Rodrigo)
    #72107 - Evolution is hanging if you go offline and then come online (Chen)
    #73008 - Recipients in CC and BCC field gets added into the TO field and not in their intended place (Sankar)
    #72965 - Unable to rename a groupwise folder (Partha)
    #72285 - groupwise backend crashes on a GWPOA generated email (Sankar)
    #72907 - Few mails are not available for offline in groupwise (Siva)

  * Camel
    #68459 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
    #71747 - IMAP host lookup on 'hostname;noselect=yes' (Jeff)
    #71752 - Make sure auth_domain is 'Groupwise' (Vivek)
    #72106 - New mails are in "READ" state (Partha)
    #61468 - From and Subject information is missing from Inbox mailbox (Michael)
    #57185 - MH file mode changes and broken links (Michael)
    #59507 - tries to write junk cmeta in local spool (Michael)
    #71812 - folders are stored way too often (Michael)
    #70590 - Filters mark mail as read when it really isn't (Michael)
    #72609 - Crash everytime when read the article (Michael)

  * All
    #9605  - Let "Delete" remove selected contact from the name selector (Harry Lu)
    #73011 - Evolution crashed when clicked on new category (Rodrigo)

Other bugs

  * Addressbook
    - Make sure editors are always read-only in offline mode (Siva)
    - Destroy groupwise connection hash tables correctly (Chen)
    - Migration issue with non-ASCII quoted printable chars in contact notes (Siva)

  * Calendar
    - Return the weather calendar capabilities properly (Rodrigo)
    - Fix getQM issues in groupwise backend so we don't miss events (Harish, Chen)
    - Locking fixes to prevent races in backend (JP, Rodrigo)
    - Download groupwise calendar attachments only if not already in cache (Harish)
    - Destroy groupwise connection hash tables correctly (Chen)
    - Make sure groupwise item creation date exists before using (Chen)
    - Fix crash during migration if e-d-s is not available (Rodrigo)
    - Set detached instance recurid and start/end properly (Rodrigo)

  * Camel
    - Make junk code use camel debug (Rodo)
    - Use groupwise getQM call with correct timestamp to prevent missing messages (Harish)
    - Fix deletion of groupwise mail (Chen)
    - Fix server version display in warning (Vivek)
    - Show correct time for mails (Partha)
    - Rename inbox/INBOX to Inbox, so it is translatable (Björn Torkelsson)
    - Use XGMOVE if possible in IMAP4 (Jeff)
    - Flag IMAP4 inbox properly (Björn Torkelsson)
    - Just search the cache if IMAP4 is in offline mode (Jeff)

  * All
    - PPC fixes (Hans)
    - Allow name selector to auth books properly (Hans)
    - Leak fix (Kjartan Maraas)
	
Updated Translations:
	- el (Kostas Papadimas, Nikos Charonitakis)
	- nl (Vincent van Adrighem)
	- hu (Laszlo Dvornik)
	- da (Martin Willemoes Hansen)
	- gu (Ankit Patel) <ankit644@yahoo.com>
	- pl (Artur Flinta)
	- uk (Maxim Dziumanenko)
	- fr (Thierry Moisan)
	- pt (Duarte Loreto)
	- it (Marco Ciampa)
	- nb (Kjartan Maraas)
	- no (Kjartan Maraas)
	- bg (Vladimir Petkov)
	- fi (Ilkka Tuohela)
	- ru (Leonid Kanter)
	- sq (Laurent Dhima)
	- bg (Vladimir Petkov)
	- lt (Zygimantas Berucka)
	- en_GB (David Lodge)
	- ja (Takeshi AIHANA)
	- ko (Changwoo Ryu)
	- sv (Christian Rose)
	- en_CA (Adam Weinberger)
	- es (Francisco Javier F. Serrador)
	- de (Frank Arnold)
	- cs (Miloslav Trmac)

Evolution Data Server 1.1.5, 2005-02-07
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook
    #1069  - Support REV field in VCard (Siva)
    #67267 - Auto-complete misses contacts with 'Title' set (Siva)
    #68172 - Don't include function names in e-d-s messages (Siva)
    #70918 - Importing kontact vcard causes inifinite loop (Siva)
    #71116 - Wrong gettext initialization breaks translation (Christophe)
    #71827 - Search after a contact with Name begins with, only searches
               for first name (Siva)

  * Calendar
    #68541 - Invalid Response From Server Message (Chenthill)
    #64682 - Moving a appts from one calendar to another sends update (Chenthill)
    #72004 - Invalid connection error message (popup) - Suddenly (Chenthill)
    #72117 - EDS crashed - Trying to create meeting appointments (Chenthill)

  * Camel
    #36142 - Don't use acronyms as verbs in messages (Michael)
    #38671 - filtering on specific-headers needs to check each matching header
             (Michael)
    #38791 - GPG can make evo hang if keyserver unreachable (Michael)
    #65329 - Regression in default folder name localisation (Michael)
    #68741 - Evolution 2 hides Junk folder created in 1.4 (Michael)
    #70303 - PGP signature invalid with very short emails (Michael)
    #71847 - IMAP is broken (Jeff)
    #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)

  * All
    #69909 - EDS logger doesn't restore logging when it shuts down (JP)
    #72172 - Cannot delete a GW Shared folder (Partha)

Other bugs

  * Addressbook
    - Changed default Groupwise port to 7191 (Siva)
    - Online/offline fixes in LDAP backend (Siva)
    - Build backends as modules (Hans Petter)
    - Check Groupwise server version and notify user (Vivek)

  * Calendar
    - Changed default Groupwise port to 7191 (Siva)
    - Fixed idle saving in file backend (Rodrigo)
    - Fixed leak in e_cal_send_objects (JP)
    - Removed categories-related methods in backends (Rodrigo)
    - Improvements in communication with GW servers for tasks (Harish)
    - Build backends as modules (Hans Petter)
    - Fixed conflicts in IDL file (Hans Petter)
    - Check Groupwise server version and notify user (Vivek)
    - getQuickMessages support in GW backend (Chenthill)

  * Camel
    - Added old imap code back to build (Jeff)
    - Improve moving between folders in GW provider (Partha)
    - IMAP/IMAP4 compatibility work (Jeff)
    - Updated tests to use IMAP4 (Jeff)
    - getQuickMessages support in GW provider (Partha)
    - Use GW SOAP mailer code to be the default (Siva)
    - Changed default Groupwise port to 7191 (Siva)
    - GW SOAP mailer code improvements (Partha)

  * All
    - Added 'searchable' flag for categories (Rodrigo)
    - Fixed saving of categories config changes (Rodrigo)
    - Use glib's i18n headers (Ross)
    - Removed useless libgnome use (Ross)
    - a11y improvements (Hao)

Updated Translations:
    - ca (Jordi Mallach)
    - cs (Miloslav Trmac)
    - de (Frank Arnold)
    - el (Kostas Papadimas)
    - en_CA (Adam Weinberger)
    - en_GB (David Lodge)
    - es (Francisco Javier F. Serrador)
    - et (Priit Laes)
    - ja (Takeshi AIHANA)
    - ko (Changwoo Ryu)
    - lt (Žygimantas Beručka)
    - nb (Kjartan Maraas)
    - nl (Vincent van Adrighem)
    - no (Kjartan Maraas)
    - pt (Duarte Loreto)
    - pt_BR (Raphael Higino)
    - sq (Laurent Dhima)
    - sv (Christian Rose)

Evolution Data Server 1.1.4, 2005-01-24
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #57567 - calendar migration speed (Rodrigo)
    #67974 - use proxy if necessary for webcal (Rodrigo)

  * Camel

    #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
    #71082 - Authenticated SMTP and TLS work very slowly (Jeff)
    #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
    #47824 - nested, identical multipart boundaries dont parse properly (Michael)
    #70095 - deleting vfolder causes evo to hang (Michael)

  * All
    #70067 - Mask GW password when GROUPWISE_DEBUG=1 is used (Siva)
    #28532 - Don't allow duplicate categories (Rodrigo)

Other bugs

  * Addressbook
    - Fix full name queries (Siva)
    - Order of magnitude speed fix for fetching list of contacts (Siva)

  * Calendar
    - Comply with new server api changes (Harish)
    - Default to UTC timezone if nothing else (Chen)
    - Handle cancelling instances via itip (Rodrigo)
    - Handle case where events are only instances (no master) (Rodrigo)
    - Don't save unless the file is actually dirty in the file backend (Rodrigo)
    - Use single metric/imperial setting (David Trowbridge)

  * Camel
    - Make imap4 code have the same summary as imap (Jeff)
    - Make imap4 code handle imap:// uri (Jeff)
    - Fix offline syncing and journalling for imap, groupwise and exchange (Jeff)
    - Be able to get the message status in groupwise (Partha)
    - Restrict path lengths to 65k in lock helper (Michael, Max Vozeler)
    - Fix groupwise offline transfers (Jeff)
    - retain label settings in IMAP4 when offline for UIDPLUS servers (Jeff)
    - 64 bit fixes (Michael)

  * All
    - emit source changed property if properties are totally removed (Siva)
    - complete properly if the widget loses focus via tab (Hans)
    - display all email addresses for a user again (Hans)
    - fix crash pressing enter in empty completion widget (Hans)

Updated Translations:
	- it (Marco Ciampa)
	- de (Frank Arnold)
	- et (Priit Laes)
	- cs (Miloslav Trmac)
	- nb (Kjartan Maraas)
	- lt (Zygimantas Berucka)
	- ja (Takeshi AIHANA)
	- es (Francisco Javier F. Serrador)
	- en_CA (Adam Weinberger)

Evolution Data Server 1.1.3, 2005-01-10
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #68533 - evolution-alarm-notify appears to cause an e_data_book leak (Harish)

  * Camel

    #70556 - Unable load messages info from MS Exchange by IMAP (Michael)
    #70919 - Crash during fetching mail (mail has gpg signature) (Michael)
  
Other bugs

  * Addressbook
    - Merge offline support for groupwise, ldap (Siva, Chen, Hans)

  * Calendar
    - Backend attachment support (Harish)
    - Weather calendar (David Trowbridge)
    - Handle send options for groupwise (Chen)
    - Fixed problems when items only had detached instances (Rodrigo)
    - Merge offline support for groupwise, ldap, webcal (Siva, Chen)

  * Camel
    - Merge groupwise SOAP mailer (Partha)
    - IMAP4 offline support (Jeff)
    - Groupwise offline support (JP, Jeff, Partha)
    - 64 bit fixes (David Mosberger-Tang)

  * All
    - move e-categories and rewrite (Rodrigo)
    - emit source_changed signal if properties change (David Trowbridge)
    - implement e-name-selector class, without bonobo (Hans)

Updated Translations:
	- bg (Vladimir Petkov)
	- ja (Takeshi AIHANA)
	- ru (Leonid Kanter)

Evolution Data Server 1.1.2, 2004-12-20
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #70127 - Evolution Calendar does not use a User-Agent (JP)
    #70267 - O(n^2) activity writing cache files when opening an ics webcal
    #file (Rodrigo)

  * Addressbook

    #68454 - Ldap organizationalUnit show up in contact list (Siva)

  * Camel

    #69776 -Signed Mail with attachments displays everything with
     multipart/boundaries stuff (NotZed)
    #69533 - GW imap mail becomes invisble/unavailable (NotZed)
  
Other bugs

  * Addressbook
    - implement is_open accessor on ebook (Hans)
    - move e-destination (Hans)

  * Calendar
    - Merge recurrence work, support for detached instances (Rodrigo)
    - Add support for passing a modified object from sync backends (Anders Carlsson)
    - Add static capabilities for send options (Chen)
    - Leak fixes (Harish)

  * Camel
    - Move camel here (NotZed)
    - Fix non-SSL build (Jeff)
    - Add offline journalling for IMAP4 (Jeff)

  * All
    - implement a gtktreemodel contact store (Hans)

Updated Translations:
	- lt (Zygimantas Berucka)
	- it (Marco Ciampa)

Evolution Data Server 1.1.1, 2004-11-28
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #69624 - make changes in evo corresponding to soap schema changes (Siva)

  * All

    #69056 - Translations set to wrong version (Ryan Skadzberg)
    #68737 - Crash on Migrating (JP)
  
Other bugs

  * Addressbook
    - add API to determine required fields (Siva)

  * All
    - allow access to primary source selector (Harish)

Updated Translations:
	- sr (Danilo Segan)
	- sr@Latn (Danilo Segan)
	- cs (Miloslav Trmac)
	- sq (Laurent Dhima)
	- en_CA (Adam Weinberger)
	- en_GB (David Lodge)

Evolution Data Server 1.1.0, 2004-11-01
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #64673 - Cannot view free/busy for GroupWise users for users outside POA (Harish)
    #67031 - Groupwise task completion not showing (Chen)

  * Address Book

    #42165 - "search in any field" produces wrong results (Siva)
    #64298 - G/W failure to authenticate (Siva)

  * All

    #65200 - GroupWise backend crash
    #67031 - (Partial) show completed status properly for GroupWise tasks
  
Other bugs

  * Address Book
    - Fix e_book_commit_contact multiple usage crash (Diego Gonzalez)
    - Make groupwise IM names searchable (Nat)

  * Calendar
    - Speed up free/busy gathering (Harish)
    - Speed up getting detached instance information (Rodrigo)

  * All
    - loadable backend modules (Toshok)
    - create libedataserverui (JP)

Updated Translations:
	- sr (Danilo Segan)
	- sr@Latn (Danilo Segan)
	- cs (Miloslav Trmac)
	- sq (Laurent Dhima)
	- en_CA (Adam Weinberger)
	- en_GB (David Lodge)

Evolution Data Server 1.0.2, 2004-10-11
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar

    #62868 - Permission denied accepting a GroupWise meeting a second time (Chen)
    #67513 - Evolution corrupts memory if backend autobooks meeting attendees (JP)
    #66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)

  * Address Book

    #66368 - VCard parser doesn't add "File under" (Hans)
    #66574 - Make e_book_get_self work (Diego Gonzalez
    #67600 - fix e-d-s issues on x86_64 machines (Hans)

  * All

    #65200 - GroupWise backend crash
    #67031 - (Partial) show completed status properly for GroupWise tasks
  
Other bugs

  * Address Book
    - Restrict system address book queries to groupwise server for performance reasons (Siva)

  * Calendar
    - load system tasks backend correctly

Updated Translations:
	- fr (Craig Jeffares)
	- zh_TW (Craig Jeffares)
	- sk (Stanislav Visnovsky)
	- fa (Roozbeh Pournader)
	- id (Mohammad DAMT)
	- ar (Arafat Medini)

Evolution Data Server 1.0.1, 2004-09-24
----------------------------------------
                                                                                                                                                              
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
                                                                                                                                                              
  * Calendar
                                                                                                                                                              
    #66383 - Warning fixes in calendar code (Dave Malcom)
    #64955 - C99-ism in libecal (Vincent Noel)
    #59904 - Calendar query caching (Rodrigo)
    #65167 - Crash sending task to GroupWise (Chen)
    #64685 - Appointment requests that have been replied to give "Invalid Object" error (Chen)
    #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
    #64688 - mixing UTC and localtime in Appointment view (Chen)
                                                                                                                                                              
  * All
                                                                                                                                                              
    #66209 - only first source color change is saved to gconf (Michael)
    #64062 - new all day recurring events do not show busy time or as all day appts (Chen)
                                                                                                                                                              
Other bugs
                                                                                                                                                              
  * Address Book
    - disable debugging noise (William Jon McCann)
    - don't search summary for groupwise system address book (Siva)
                                                                                                                                                              
  * Calendar
    - support groupwise all day events
                                                                                                                                                              
  * All
    - fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat, Hans, Dave Malcolm)
                                                                                                                                                              
Updated Translations:
        - fr (Craig Jeffares)
        - zh_TW (Craig Jeffares)
        - sk (Stanislav Visnovsky)
        - fa (Roozbeh Pournader)
        - id (Mohammad DAMT)
        - ar (Arafat Medini)

Evolution Data Server 1.0.0, 2004-09-13
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #59582 - Contact incompletely updated to LDAP store, address information lost/not editable
    #63385 - Evolution crash - Adding two email ids with same name 

  * Calendar

    #57443 - ics import crashes

Updated Translations:
	
	- da (Martin Willemoes Hansen)
	- ar (Arafat Medini)
	- nn (Åsmund Skjæveland)
	- en_GB (David Lodge)
	- cy (Telsa Gwynne)
	- el (Kostas Papadimas)
	- tr (Baris Cicek)

Evolution Data Server 0.0.99, 2004-08-27
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #63844 - avoid locking if authentication needed during auto completion (Siva)
    #63255 - ignore name prefixes when completing (Siva)

  * Calendar

    #62857 - display recurring events upon creation for groupwise (Chen)
    #61782 - handle importing objects with no UID (Rodrigo)
    #62655 - don't crash with NULL uri (Hans)

  * All

    #63051 - solaris build fixes (notzed)

Other bugs

  * Calendar

    - add has-alarms-in-range query type (Rodrigo)
    - always set return value for e_cal_set_default_timezone (Frederic Crozat)
    - don't set the same default timezone multiple times (JP)
    - don't get all items from the groupwise server every time (Chen) 

  * Addressbook

    - and thread safety flag for libdb (Toshok)
    - throw error when deleting system address book (Siva)
    - avoid unfiltered system address book searchs (Siva)
    - use cursors to populate the groupwise cache (Siva)
    - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
    - immediately show meeting status updates in GUI for groupwise (Chen)
	
  * All

    - fix warnings (Frederic Crozat)
    - set cache file name properly (Siva)

Updated Translations:

  - pt_BR (Gustavo Maciel Dias Vieira)
  - es (Francisco Javier F. Serrador)
  - da (Martin Willemoes Hansen)
  - de (Christian Neumair)
  - hu (Laszlo Dvornik)
  - nb (Kjartan Maraas)
  - no (Kjartan Maraas)
  - sq (Laurent Dhima)
  - uk (Maxim Dziumanenko)
  - az (Metin Amiroff)
  - ja (Takeshi AIHANA)
  - pt (Duarte Loreto)
  - fi (Ilkka Tuohela, Tommi Vainikainen)