Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit ea7f038

Browse files
committed
Release: 3.0.4
- CI: remove tests from run.sh script - Add missing vargs call - logging: Fix odd log message - Make container id mandatory - docs: Fix doxygen issues - logging: Use structured logging 31fbb75 CI: remove tests from run.sh script 453042c logging: Log original message even if quoting fails 5089a9c logging: Add comment 93620e6 logging: Fix missing call to va_end da9802a logging: Fix odd log message 50ddf3b misc: Make "uri" upper-case 6169fe4 usage: Tidy up cd6321e main: Make container ID mandatory 830047c log: Add compiler attribute to shim_log() 397c1c8 misc: Add missing error checks f5fd4dc misc: Reduce variable scope a20c610 docs: Fix doxygen issues 01e2541 logging: Use structured logging Fixes: #95 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
1 parent 3044b34 commit ea7f038

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

NEWS

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
3.0.4
2+
CI: remove tests from run.sh script
3+
Add missing vargs call
4+
logging: Fix odd log message
5+
Make container id mandatory
6+
docs: Fix doxygen issues
7+
logging: Use structured logging
8+
19
3.0.3
2-
Support to re-connect to proxy
10+
Support to re-connect to proxy
311

412
3.0.0-alpha.4
513
Support for version

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.0.4

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
AC_PREREQ([2.69])
16-
AC_INIT([shim], [3.0.3])
16+
AC_INIT([shim], [3.0.4])
1717
AC_CONFIG_MACRO_DIR([m4])
1818
AM_INIT_AUTOMAKE([foreign -Wall -Werror -Wno-portability silent-rules subdir-objects color-tests no-dist-gzip dist-xz])
1919
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)