[Pkg-privacy-commits] [irssi-plugin-otr] 218/267: Update version to v1.0.0-alpha2
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit c4dcef9745c5d3439cc51bc5adf8d53c0325dbd5
Author: David Goulet <dgoulet at ev0ke.net>
Date: Thu May 9 18:17:52 2013 -0400
Update version to v1.0.0-alpha2
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
ChangeLog | 17 +++++++++++++++++
configure.ac | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 2f4f0a0..95c9bb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2013-05-09 irssi-otr 1.0.0-alpha2
+ * Merge pull request #30 from anarcat/master
+ * cleanup automake voodoo
+ * Fix: explicitly set ptr to NULL on asprintf error
+ * Fix: handle IRC /me marker on msg receive
+ * Fix: small typo in README.md
+ * Fix: memory leak on error path
+ * Fix: remove useless value
+ * Fix: handle zero length string in rtrim()
+ * Support split OTR message on receive. Bitlbee support.
+ * Fix: print right nick name on otr finish
+ * Merge pull request #18 from cbab/master
+ * Fix: Automake install-data-hook must respect $DESTDIR
+ * Fix: missing pthread header include
+ * Fix: install help in /usr
+ * Fix: move NULL free out of end label
+
2012-12-02 irssi-otr 1.0.0-alpha1
* Initial import of the alpha1 version
* Major refactoring from the last version
diff --git a/configure.ac b/configure.ac
index 230c6e8..249d0a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([irssi-otr],[1.0.0-alpha1],[dgoulet at ev0ke.net],[],[https://github.com/dgoulet/irssi-otr])
+AC_INIT([irssi-otr],[1.0.0-alpha2],[dgoulet at ev0ke.net],[],[https://github.com/dgoulet/irssi-otr])
AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_TARGET
AC_CANONICAL_HOST
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list