Browse Source

Bump version to 3.7.2

nfactor-troky
Con Kolivas 11 years ago
parent
commit
829f0687bf
  1. 4
      NEWS
  2. 2
      configure.ac

4
NEWS

@ -1,7 +1,5 @@
Version 3.7.1 - 5th November 2013 Version 3.7.2 - 5th November 2013
- Return ETIMEDOUT regardless if we fail in cgsem_mswait since we may be waiting
on it on shutdown and the return response is harmless.
- Clean up completely on avalon shutdown. - Clean up completely on avalon shutdown.
- Use cgsem timed waits in avalon driver to not miss any queued wake ups to - Use cgsem timed waits in avalon driver to not miss any queued wake ups to
account for async messages coming during a flush work. account for async messages coming during a flush work.

2
configure.ac

@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [3]) m4_define([v_maj], [3])
m4_define([v_min], [7]) m4_define([v_min], [7])
m4_define([v_mic], [1]) m4_define([v_mic], [2])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic]) m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min)) m4_define([lt_rev], m4_eval(v_maj + v_min))

Loading…
Cancel
Save