From 0be598f82c98fd02a284ae1a10e8ce86eb071f87 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 25 Mar 2012 13:48:29 +0200 Subject: [PATCH] Release version 0.1 --- Makefile.am | 3 ++- NEWS | 34 ++-------------------------------- library/tests/Makefile.am | 30 ++++++++++++++++++------------ po/POTFILES.in | 1 + 4 files changed, 23 insertions(+), 45 deletions(-) diff --git a/Makefile.am b/Makefile.am index 81c6543..07f2934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-debug=yes \ --disable-coverage \ --enable-strict \ - --disable-silent-rules + --disable-silent-rules \ + --enable-gtk-doc dist-hook: @if test -d "$(srcdir)/.git"; \ diff --git a/NEWS b/NEWS index 470f6e5..ec245de 100644 --- a/NEWS +++ b/NEWS @@ -1,33 +1,3 @@ -2.27.90 -======= - * Fixed configure script to actually error out if installed glib - version is too old (Emilio Pozuelo Monfort) +0.1 - * gnutls: updated GTlsClientConnectionGnutls for :accepted-cas type - change (Stef Walter) - * gnutls: fixed an uninitialized variable (Dan Winship) - -2.27.5 -====== - * gnutls: finish implementing GTlsRehandshakeMode, which was present - but non-functional in 2.27.4 - * gnutls: updates for glib TLS API changes - * gnutls: fix some async bugs that caused the main loop to spin - * gnutls: implement a client-side session cache, to speed up - handshakes - - * Compile with gcc warnings by default - -2.27.4 -====== - * GNUTLS-based implementation of GTlsBackend - -2.26.0 -====== - - * No changes, just a version bump - -2.25.0 -====== - - * Initial release, with libproxy-based GProxyResolver + * Initial release, not yet stable diff --git a/library/tests/Makefile.am b/library/tests/Makefile.am index f4ccf4b..bf4101d 100644 --- a/library/tests/Makefile.am +++ b/library/tests/Makefile.am @@ -47,15 +47,6 @@ check_PROGRAMS = \ noinst_PROGRAMS = \ $(NULL) -EXTRA_DIST = \ - mock \ - mock-service-delete.py \ - mock-service-lock.py \ - mock-service-normal.py \ - mock-service-only-plain.py \ - mock-service-prompt.py \ - $(NULL) - JS_TESTS = \ test-lookup-password.js \ test-remove-password.js \ @@ -76,10 +67,10 @@ test-c: $(TEST_PROGS) @gtester --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS) test-js: - @for js in $(JS_TESTS); do echo "TEST: $$js"; $(JS_ENV) gjs $$js; done + @for js in $(JS_TESTS); do echo "TEST: $$js"; $(JS_ENV) gjs $(srcdir)/$$js; done test-py: - @for py in $(PY_TESTS); do echo "TEST: $$py"; $(PY_ENV) python $$py; done + @for py in $(PY_TESTS); do echo "TEST: $$py"; $(PY_ENV) python $(srcdir)/$$py; done test: test-c test-py test-js @@ -112,10 +103,25 @@ endif #-------------------------------------------------------------------- +EXTRA_DIST = \ + mock \ + mock-service-delete.py \ + mock-service-lock.py \ + mock-service-normal.py \ + mock-service-only-plain.py \ + mock-service-prompt.py \ + $(JS_TESTS) \ + $(PY_TESTS) \ + $(NULL) + +CLEANFILES = \ + $(noinst_DATA) \ + $(NULL) + all-local: $(check_PROGRAMS) check-local: test check-memory: perform-memcheck -.PHONY: check-memory \ No newline at end of file +.PHONY: check-memory diff --git a/po/POTFILES.in b/po/POTFILES.in index edb2d5b..cb0a9bd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,2 +1,3 @@ library/secret-item.c library/secret-session.c +tool/secret-tool.c