0.2.1 on going, 0.2.0 is done;
This commit is contained in:
parent
79cadba945
commit
2229c6f04c
1
NEWS
1
NEWS
@ -1,3 +1,4 @@
|
|||||||
22.09.2013: Autotools choosen to be a build be.
|
22.09.2013: Autotools choosen to be a build be.
|
||||||
24.11.2014: Importing on git (askele.com).
|
24.11.2014: Importing on git (askele.com).
|
||||||
11.03.2015: Windows porting.
|
11.03.2015: Windows porting.
|
||||||
|
04.06.2015: version 0.2.0 the new featured branch
|
||||||
|
@ -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.0)
|
AC_INIT(libsntl, 0.2.1)
|
||||||
|
|
||||||
#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,11 +1,17 @@
|
|||||||
|
libsntl (0.2.1) stable; urgency=low
|
||||||
|
|
||||||
|
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||||
|
|
||||||
|
-- Alexander Vdolainen <vdo@askele.com> Thu, 11 Jun 2015 03:37:48 +0200
|
||||||
|
|
||||||
libsntl (0.2.0) stable; urgency=low
|
libsntl (0.2.0) 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>
|
||||||
|
|
||||||
-- Alexander Vdolainen <vdo@daze> Mon, 24 Nov 2014 11:52:48 +0200
|
-- Alexander Vdolainen <vdo@askele.com> Thu, 04 Jun 2015 16:00:00 +0200
|
||||||
|
|
||||||
libsntl (0.1.0) stable; urgency=low
|
libsntl (0.1.0) 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>
|
||||||
|
|
||||||
-- Alexander Vdolainen <vdo@daze> Mon, 24 Nov 2014 11:52:48 +0200
|
-- Alexander Vdolainen <vdo@askele.com> Mon, 24 Nov 2014 11:52:48 +0200
|
||||||
|
4
debian/files
vendored
4
debian/files
vendored
@ -1,2 +1,2 @@
|
|||||||
libsntl-dev_0.2.0_amd64.deb libdevel extra
|
libsntl-dev_0.2.1_amd64.deb libdevel extra
|
||||||
libsntl_0.2.0_amd64.deb libs extra
|
libsntl_0.2.1_amd64.deb libs extra
|
||||||
|
@ -206,6 +206,10 @@ extern conn_sys_t *conn_sys; /* an old obsolete method */
|
|||||||
|
|
||||||
#define connections_subsystem_setrpclist_function(a) connections_setrpclist_function(conn_sys, a)
|
#define connections_subsystem_setrpclist_function(a) connections_setrpclist_function(conn_sys, a)
|
||||||
|
|
||||||
|
#define connections_set_priv(c, p) (c)->priv = (void *)p
|
||||||
|
|
||||||
|
#define connections_get_priv(c) (c)->priv
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user