---
 CMakeLists.txt |    4 ++--
 ChangeLog      |   16 ++++++++++++++++
 configure.ac   |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a2bde4..5265ee9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,8 +5,8 @@ project ( openobex C )
 #
 # The project version
 #
-set ( VERSION_MAJOR 1 )
-set ( VERSION_MINOR 6 )
+set ( VERSION_MAJOR 2 )
+set ( VERSION_MINOR 0 )
 set ( VERSION_PATCH 0 )
 set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}" )
 if ( VERSION_PATCH GREATER 0 )
diff --git a/ChangeLog b/ChangeLog
index fccdd41..eac47fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+ver 2.0:
+       Add support for Obex-over-L2CAP (experimental)
+       Add support for Single Response Mode (experimental)
+       Add manpages for the example applications
+       Add udev helper (Linux only)
+       Extend USB support with support for libusb-1.x and updated CDC spec
+       Add function to get free object space
+       Add new custom transport read() callback
+       Add flag OBEX_FL_CLOEXEC to better support multi-threading
+       Add new definitions from OBEX 1.3 errata
+       Updated discovery API
+       Add support for discovery of IrDA devices
+       Remove deprecated functions and definitions
+       Add support for compiling with gcc-4.6 and Microsoft Visual C++ 10
+       Lots of internal fixes, cleanups and improvements
+
 ver 1.5:
        Revert USB changes that broke the ABI.
        Add more documentation and update manual pages.
diff --git a/configure.ac b/configure.ac
index 91909f3..b14b10c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(openobex, 1.5)
+AM_INIT_AUTOMAKE(openobex, 2.0)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-- 
1.7.4.1


------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to