summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/files/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle/files/ChangeLog')
-rw-r--r--third_party/libjingle/files/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/libjingle/files/ChangeLog b/third_party/libjingle/files/ChangeLog
new file mode 100644
index 0000000..ce00334
--- /dev/null
+++ b/third_party/libjingle/files/ChangeLog
@@ -0,0 +1,13 @@
+Libjingle
+
+0.2.0 - Jan 27 2006
+ - Windows build fixes with Visual Studio Express project files
+ - Pseudo-TCP support provides TCP-like reliability over a P2PSocket
+ - TunnelSessionClient establishes sessions for reliably sending data
+ using Pseudo-TCP
+ - A new pcp example application transfers files from one user to
+ another using TunnelSessionClient
+ - TLS login support for both example applications
+
+0.1.0 - Dec 15 2005
+ - Initial release