New version check up.
This commit is contained in:
parent
cb59c4193e
commit
38f08cfe62
4
.gitignore
vendored
4
.gitignore
vendored
@ -45,3 +45,7 @@ debian/tmp
|
|||||||
debian/libsntl-dev/
|
debian/libsntl-dev/
|
||||||
debian/libsntl/
|
debian/libsntl/
|
||||||
debian/source/
|
debian/source/
|
||||||
|
aclocal
|
||||||
|
coq
|
||||||
|
*.log
|
||||||
|
*.crt
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
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"
|
#LDFLAGS="$LDFLAGS -L/mingw/lib -L/local/lib"
|
||||||
|
|
||||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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 <vdo@askele.com> Thu, 16 Jul 2015 22:50:32 +0200
|
||||||
|
|
||||||
libsntl (0.2.1) stable; urgency=low
|
libsntl (0.2.1) stable; urgency=low
|
||||||
|
|
||||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -12,12 +12,12 @@ Package: libsntl-dev
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libsntl (= ${binary:Version}), libsexpr-dev, libssl-dev, libtdata-dev, uuid-dev
|
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
|
Development files for sntl library
|
||||||
|
|
||||||
Package: libsntl
|
Package: libsntl
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libsexpr (>= 1.3.1), libssl1.0.0, libtdata (>= 0.2.2), libuuid1
|
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
|
Library used to develop secure services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user