~ubuntu-branches/ubuntu/gutsy/poco/gutsy

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2007-04-27 18:33:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070427183348-xgnpct0qd6a2ip34
Tags: upstream-1.2.9
ImportĀ upstreamĀ versionĀ 1.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Release 1.2.9 (2007-02-26)
 
2
==========================
 
3
 
 
4
This release contains bugfixes and minor enchancements.
 
5
See the CHANGELOG for details.
 
6
 
 
7
 
 
8
Release 1.2.0 (2006-08-29)
 
9
==========================
 
10
 
 
11
This release contains major improvements and new features.
 
12
Summary of changes (please see CHANGELOG for details):
 
13
- namespaces and header locations have changed
 
14
- improvements to command line options handling
 
15
- improvements to HTTP server and client classes
 
16
- support for raw sockets and ICMP
 
17
- improvements to DateTime, bugfixes in Timezone
 
18
- improvements to Logging (including a new LogStream class)
 
19
- HashTable classes in Foundation
 
20
- ThreadPool now supports thread priorities
 
21
- ActiveMethod now supports start policies; improved exception support
 
22
- typesafe sprintf-like formatting
 
23
- Process::launch() now supports I/O redirection to pipes
 
24
- improvements to the build system (configure; make; make install is now supported)
 
25
- various other bugfixes and enchancements
 
26
 
 
27
 
 
28
Release 1.1.2 (2006-07-07)
 
29
==========================
 
30
 
 
31
The POCO sources are now under the Boost license.
 
32
 
 
33
 
 
34
Release 1.1.0 (2006-03-23)
 
35
==========================
 
36
 
 
37
The official 1.1 release.
 
38
 
 
39
 
 
40
Release 1.1b1 (2006-03-03)
 
41
==========================
 
42
 
 
43
This release introduces the DBLite library, as well as SSL/TLS support
 
44
for the Net library (NetSSL). Also included are lots of improvements
 
45
to the existing libraries.
 
46
 
 
47
 
 
48
Release 1.0.0 (2006-01-19)
 
49
==========================
 
50
 
 
51
This is the official 1.0 release.
 
52
 
 
53
 
 
54
Release 1.0b2 (2006-01-16)
 
55
==========================
 
56
 
 
57
Minor improvements, mostly to documentation.
 
58
 
 
59
 
 
60
Release 1.0b1 (2006-01-09)
 
61
==========================
 
62
 
 
63
Feature complete. Added support for SMTP and POP3 (SMTPClientSession,
 
64
POP3ClientSession) and many bug fixes.
 
65
 
 
66
 
 
67
Release 1.0a1 (2006-01-03)
 
68
==========================
 
69
 
 
70
First alpha release of 1.0. Added support for FTP (FTPClientSession,
 
71
FTPStreamOpener), new stream classes (LineEndingConverter, TeeStream),
 
72
upgraded to expat 2.0. Also added support for the Reactor/Acceptor/Connector
 
73
patterns in Net. Various bugfixes and minor improvements.
 
74
 
 
75
 
 
76
Release 0.96 (2005-12-28)
 
77
=========================
 
78
 
 
79
This last release before the 1.0 release adds support for Visual Studio 2005.
 
80
Also included are performance improvements and bugfixes.
 
81
 
 
82
 
 
83
Release 0.95 (2005-10-15)
 
84
=========================
 
85
 
 
86
This release introduces the Net library.
 
87
 
 
88
 
 
89
Release 0.94 (2005-09-30)
 
90
=========================
 
91
 
 
92
This release brings major improvements to the logging classes.
 
93
The FileChannel class now supports compression of archived log files,
 
94
as well as automtic purging of archived log files.
 
95
See the CHANGELOG file for the complete list of changes.
 
96
 
 
97
 
 
98
Release 0.93 (2005-08-01)
 
99
=========================
 
100
 
 
101
This release brings major enchancements to all libraries.
 
102
Highlights are the LocalDateTime class, the ServerApplication class
 
103
with support for Windows services and Unix daemons, improvements
 
104
to the FileChannel class, bugfixes and numerous other enchancements.
 
105
Please see the CHANGELOG for details.
 
106
 
 
107
 
 
108
Release 0.92 (2005-05-09)
 
109
=========================
 
110
 
 
111
The first major update to the C++ Portable Components since their public
 
112
release introduces the Util library, as well as various enchancements and
 
113
bugfixes to the Foundation and XML libraries. Please see the CHANGELOG
 
114
for details.
 
115
 
 
116
 
 
117
Release 0.91 (2005-02-21)
 
118
=========================
 
119
 
 
120
This is the first public release of the C++ Portable Components.
 
121
The release does not contain all features planned for the later 1.0 release
 
122
(the NET library is missing, for example), but is already quite usable.
 
123
Please refer to the README file for more information and instructions for
 
124
building the libraries.
 
125
 
 
126
--
 
127
$Id: //poco/1.2/dist/NEWS#12 $