From 38f08cfe62d9422e5e67f4afda035c30ff1cc120 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Thu, 16 Jul 2015 22:54:45 +0300 Subject: [PATCH] New version check up. --- .gitignore | 4 ++++ configure.ac | 2 +- debian/changelog | 10 ++++++++++ debian/control | 4 ++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5845175..c296422 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ debian/tmp debian/libsntl-dev/ debian/libsntl/ debian/source/ +aclocal +coq +*.log +*.crt diff --git a/configure.ac b/configure.ac index f03444b..36b40c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(libsntl, 0.2.1) +AC_INIT(libsntl, 0.3.0) #LDFLAGS="$LDFLAGS -L/mingw/lib -L/local/lib" diff --git a/debian/changelog b/debian/changelog index 3df100f..d07fdf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libsntl (0.3.0) stable; urgency=high + + * New improved architecture + * Performance tricks + * Long messages + * Extended API + * It's incompatible with 0.2.xx and below by protocol + + -- Alexander Vdolainen Thu, 16 Jul 2015 22:50:32 +0200 + libsntl (0.2.1) stable; urgency=low * Initial release (Closes: #nnnn) diff --git a/debian/control b/debian/control index d393f91..594e99b 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,12 @@ Package: libsntl-dev Section: libdevel Architecture: any Depends: libsntl (= ${binary:Version}), libsexpr-dev, libssl-dev, libtdata-dev, uuid-dev -Description: Development files for libsntl +Description: Development files for libsntl (sntllv2) Development files for sntl library Package: libsntl Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libsexpr (>= 1.3.1), libssl1.0.0, libtdata (>= 0.2.2), libuuid1 -Description: Secure Networking Transport Layer implementation library +Description: Secure Networking Transport Layer v2 implementation library Library used to develop secure services