Hello community,

here is the log from the commit of package libcerror for openSUSE:Factory 
checked in at 2014-08-14 14:58:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcerror (Old)
 and      /work/SRC/openSUSE:Factory/.libcerror.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcerror"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcerror/libcerror.changes      2013-10-03 
16:11:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcerror.new/libcerror.changes 2014-08-14 
14:58:58.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Aug 14 08:33:20 UTC 2014 - [email protected]
+
+- update to v0~20140105
+       * updated dependencies
+       * 2014 update
+       * fixes in backtrace string creation
+       * updated libcstring
+
+-------------------------------------------------------------------

Old:
----
  libcerror-alpha-20130904.tar.gz

New:
----
  libcerror-alpha-20140105.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libcerror.spec ++++++
--- /var/tmp/diff_new_pack.mIlEuc/_old  2014-08-14 14:58:59.000000000 +0200
+++ /var/tmp/diff_new_pack.mIlEuc/_new  2014-08-14 14:58:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcerror
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           libcerror
 %define lname  libcerror1
-%define timestamp 20130904
+%define timestamp 20140105
 Version:        0~%timestamp
 Release:        0
 Summary:        Library for cross-platform C error functions
@@ -27,9 +27,10 @@
 Url:            http://code.google.com/p/libcerror/
 
 #Git-Clone:    http://code.google.com/p/libcerror
-#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSV2xnMTZjSk5WVTg/libcerror-alpha-20130904.tar.gz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSV2xnMTZjSk5WVTg/libcerror-alpha-20140105.tar.gz
 Source:         %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
+#Not yet released by upstream as a standalone package
 #BuildRequires:  pkgconfig(libcstring) >= 20121224
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ libcerror-alpha-20130904.tar.gz -> libcerror-alpha-20140105.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/AUTHORS 
new/libcerror-20140105/AUTHORS
--- old/libcerror-20130904/AUTHORS      2013-01-03 09:48:47.000000000 +0100
+++ new/libcerror-20140105/AUTHORS      2014-01-05 08:14:09.000000000 +0100
@@ -1,4 +1,4 @@
 Acknowledgements: libcerror
 
-Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+Copyright (c) 2008-2014, Joachim Metz <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/ChangeLog 
new/libcerror-20140105/ChangeLog
--- old/libcerror-20130904/ChangeLog    2013-09-04 07:33:09.000000000 +0200
+++ new/libcerror-20140105/ChangeLog    2014-01-05 08:15:31.000000000 +0100
@@ -8,6 +8,16 @@
   - 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms679351(v=vs.85).aspx
   - http://blogs.msdn.com/b/oldnewthing/archive/2007/11/28/6564257.aspx
 
+20140105
+* updated dependencies
+* 2014 update
+
+20131201
+* fixes in backtrace string creation
+
+20131017
+* updated libcstring
+
 20130904
 * bug fix for issue under memory limitations
 * code clean up
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/Makefile.in 
new/libcerror-20140105/common/Makefile.in
--- old/libcerror-20130904/common/Makefile.in   2013-09-04 07:33:37.000000000 
+0200
+++ new/libcerror-20140105/common/Makefile.in   2014-01-05 08:48:22.000000000 
+0100
@@ -295,7 +295,7 @@
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status common/config.h
-$(srcdir)/config.h.in:  $(am__configure_deps)
+$(srcdir)/config.h.in:  $(am__configure_deps) 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        rm -f stamp-h1
        touch $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/byte_stream.h 
new/libcerror-20140105/common/byte_stream.h
--- old/libcerror-20130904/common/byte_stream.h 2013-05-09 09:11:27.000000000 
+0200
+++ new/libcerror-20140105/common/byte_stream.h 2014-01-05 08:29:14.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Byte stream functions
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/common.h 
new/libcerror-20140105/common/common.h
--- old/libcerror-20130904/common/common.h      2013-05-09 09:11:27.000000000 
+0200
+++ new/libcerror-20140105/common/common.h      2014-01-05 08:29:14.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Common include file
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/config.h 
new/libcerror-20140105/common/config.h
--- old/libcerror-20130904/common/config.h      2013-09-04 07:19:36.000000000 
+0200
+++ new/libcerror-20140105/common/config.h      2014-01-05 08:31:26.000000000 
+0100
@@ -157,6 +157,9 @@
 /* Define to 1 if you have the `strncpy' function. */
 #define HAVE_STRNCPY 1
 
+/* Define to 1 if you have the `strnicmp' function. */
+/* #undef HAVE_STRNICMP */
+
 /* Define to 1 if you have the `strrchr' function. */
 #define HAVE_STRRCHR 1
 
@@ -208,6 +211,9 @@
 /* Define to 1 if you have the `wcsncpy' function. */
 /* #undef HAVE_WCSNCPY */
 
+/* Define to 1 if you have the `wcsnicmp' function. */
+/* #undef HAVE_WCSNICMP */
+
 /* Define to 1 if you have the `wcsrchr' function. */
 /* #undef HAVE_WCSRCHR */
 
@@ -252,7 +258,7 @@
 #define PACKAGE_NAME "libcerror"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libcerror 20130904"
+#define PACKAGE_STRING "libcerror 20140105"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libcerror"
@@ -261,7 +267,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20130904"
+#define PACKAGE_VERSION "20140105"
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
@@ -279,7 +285,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20130904"
+#define VERSION "20140105"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/config.h.in 
new/libcerror-20140105/common/config.h.in
--- old/libcerror-20130904/common/config.h.in   2013-09-04 07:19:27.000000000 
+0200
+++ new/libcerror-20140105/common/config.h.in   2014-01-05 08:48:21.000000000 
+0100
@@ -156,6 +156,9 @@
 /* Define to 1 if you have the `strncpy' function. */
 #undef HAVE_STRNCPY
 
+/* Define to 1 if you have the `strnicmp' function. */
+#undef HAVE_STRNICMP
+
 /* Define to 1 if you have the `strrchr' function. */
 #undef HAVE_STRRCHR
 
@@ -207,6 +210,9 @@
 /* Define to 1 if you have the `wcsncpy' function. */
 #undef HAVE_WCSNCPY
 
+/* Define to 1 if you have the `wcsnicmp' function. */
+#undef HAVE_WCSNICMP
+
 /* Define to 1 if you have the `wcsrchr' function. */
 #undef HAVE_WCSRCHR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/config_borlandc.h 
new/libcerror-20140105/common/config_borlandc.h
--- old/libcerror-20130904/common/config_borlandc.h     2013-05-09 
09:11:27.000000000 +0200
+++ new/libcerror-20140105/common/config_borlandc.h     2014-01-05 
08:29:14.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Configuration for the Borland/CodeGear C++ Builder compiler
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/config_msc.h 
new/libcerror-20140105/common/config_msc.h
--- old/libcerror-20130904/common/config_msc.h  2013-05-09 09:11:27.000000000 
+0200
+++ new/libcerror-20140105/common/config_msc.h  2014-01-05 08:29:14.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Configuration for the Microsoft Visual Studio C++ compiler
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/config_winapi.h 
new/libcerror-20140105/common/config_winapi.h
--- old/libcerror-20130904/common/config_winapi.h       2013-05-09 
09:11:27.000000000 +0200
+++ new/libcerror-20140105/common/config_winapi.h       2014-01-05 
08:29:14.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Configuration file for WINAPI
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/file_stream.h 
new/libcerror-20140105/common/file_stream.h
--- old/libcerror-20130904/common/file_stream.h 2013-05-09 09:11:27.000000000 
+0200
+++ new/libcerror-20140105/common/file_stream.h 2014-01-05 08:29:14.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * FILE stream functions
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/memory.h 
new/libcerror-20140105/common/memory.h
--- old/libcerror-20130904/common/memory.h      2013-05-09 09:11:27.000000000 
+0200
+++ new/libcerror-20140105/common/memory.h      2014-01-05 08:29:14.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Memory functions
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/types.h 
new/libcerror-20140105/common/types.h
--- old/libcerror-20130904/common/types.h       2013-09-04 07:51:34.000000000 
+0200
+++ new/libcerror-20140105/common/types.h       2014-01-05 08:49:01.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Type and type-support defintions
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/types.h.in 
new/libcerror-20140105/common/types.h.in
--- old/libcerror-20130904/common/types.h.in    2013-05-09 09:11:27.000000000 
+0200
+++ new/libcerror-20140105/common/types.h.in    2014-01-05 08:29:14.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Type and type-support defintions
  *
- * Copyright (c) 2006-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2006-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/configure 
new/libcerror-20140105/configure
--- old/libcerror-20130904/configure    2013-09-04 07:19:27.000000000 +0200
+++ new/libcerror-20140105/configure    2014-01-05 08:48:21.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libcerror 20130904.
+# Generated by GNU Autoconf 2.69 for libcerror 20140105.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libcerror'
 PACKAGE_TARNAME='libcerror'
-PACKAGE_VERSION='20130904'
-PACKAGE_STRING='libcerror 20130904'
+PACKAGE_VERSION='20140105'
+PACKAGE_STRING='libcerror 20140105'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1368,7 +1368,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libcerror 20130904 to adapt to many kinds of systems.
+\`configure' configures libcerror 20140105 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1438,7 +1438,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libcerror 20130904:";;
+     short | recursive ) echo "Configuration of libcerror 20140105:";;
    esac
   cat <<\_ACEOF
 
@@ -1565,7 +1565,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libcerror configure 20130904
+libcerror configure 20140105
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2217,7 +2217,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libcerror $as_me 20130904, which was
+It was created by libcerror $as_me 20140105, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3045,7 +3045,7 @@
 
 # Define the identity of the package.
  PACKAGE='libcerror'
- VERSION='20130904'
+ VERSION='20140105'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16257,7 +16257,7 @@
 done
 
 
-  for ac_func in fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strrchr strstr vsnprintf
+  for ac_func in fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strnicmp strrchr strstr vsnprintf
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -16353,10 +16353,10 @@
 
 fi
 
- if test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes; then :
+ if test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes && test "x$ac_cv_func_strnicmp" != xyes; then :
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 1 "Missing functions: strncasecmp and strcasecmp
+as_fn_error 1 "Missing functions: strncasecmp, strcasecmp and strnicmp
 See \`config.log' for more details" "$LINENO" 5; }
 
 fi
@@ -16378,7 +16378,7 @@
 fi
 
   if test "x$ac_cv_enable_wide_character_type" != xno; then :
-  for ac_func in swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr
+  for ac_func in swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsnicmp wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -16439,10 +16439,10 @@
 
 fi
 
-  if test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_towlower" != xyes; then :
+  if test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_wcsnicmp" != xyes && test "x$ac_cv_func_towlower" 
!= xyes; then :
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 1 "Missing functions: wcsncasecmp, wcscasecmp and towlower
+as_fn_error 1 "Missing functions: wcsncasecmp, wcscasecmp, wcsnicmp and 
towlower
 See \`config.log' for more details" "$LINENO" 5; }
 
 fi
@@ -17269,7 +17269,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libcerror $as_me 20130904, which was
+This file was extended by libcerror $as_me 20140105, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17335,7 +17335,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libcerror config.status 20130904
+libcerror config.status 20140105
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/configure.ac 
new/libcerror-20140105/configure.ac
--- old/libcerror-20130904/configure.ac 2013-09-04 07:13:40.000000000 +0200
+++ new/libcerror-20140105/configure.ac 2014-01-05 08:38:21.000000000 +0100
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libcerror],
- [20130904],
+ [20140105],
  [[email protected]])
 
 AC_CONFIG_SRCDIR(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/dpkg/changelog 
new/libcerror-20140105/dpkg/changelog
--- old/libcerror-20130904/dpkg/changelog       2013-09-04 07:51:34.000000000 
+0200
+++ new/libcerror-20140105/dpkg/changelog       2014-01-05 08:49:01.000000000 
+0100
@@ -1,5 +1,5 @@
-libcerror (20130904-1) unstable; urgency=low
+libcerror (20140105-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <[email protected]>  Wed, 04 Sep 2013 07:51:33 +0200
+ -- Joachim Metz <[email protected]>  Sun, 05 Jan 2014 08:49:01 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/dpkg/copyright 
new/libcerror-20140105/dpkg/copyright
--- old/libcerror-20130904/dpkg/copyright       2013-09-04 07:51:34.000000000 
+0200
+++ new/libcerror-20140105/dpkg/copyright       2014-01-05 08:49:01.000000000 
+0100
@@ -1,6 +1,6 @@
 This work was packaged for Debian by:
 
-    Joachim Metz <[email protected]> on Wed, 04 Sep 2013 07:51:33 +0200
+    Joachim Metz <[email protected]> on Sun, 05 Jan 2014 08:49:01 +0100
 
 It was downloaded from http://code.google.com/p/libcerror/
 
@@ -10,7 +10,7 @@
 
 Copyright:
 
-    Copyright (C) 2008-2013, Joachim Metz <[email protected]>
+    Copyright (C) 2008-2014, Joachim Metz <[email protected]>
 
 License:
 
@@ -33,7 +33,7 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2008-2013, Joachim Metz <[email protected]>
+    Copyright (C) 2008-2014, Joachim Metz <[email protected]>
 
 and is licensed under the GNU Lesser General Public License,
 see `/usr/share/common-licenses/LGPL-3'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/dpkg/copyright.in 
new/libcerror-20140105/dpkg/copyright.in
--- old/libcerror-20130904/dpkg/copyright.in    2013-01-03 09:55:56.000000000 
+0100
+++ new/libcerror-20140105/dpkg/copyright.in    2014-01-05 08:48:11.000000000 
+0100
@@ -10,7 +10,7 @@
 
 Copyright:
 
-    Copyright (C) 2008-2013, Joachim Metz <[email protected]>
+    Copyright (C) 2008-2014, Joachim Metz <[email protected]>
 
 License:
 
@@ -33,7 +33,7 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2008-2013, Joachim Metz <[email protected]>
+    Copyright (C) 2008-2014, Joachim Metz <[email protected]>
 
 and is licensed under the GNU Lesser General Public License,
 see `/usr/share/common-licenses/LGPL-3'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/dpkg/rules 
new/libcerror-20140105/dpkg/rules
--- old/libcerror-20130904/dpkg/rules   2012-05-07 20:26:51.000000000 +0200
+++ new/libcerror-20140105/dpkg/rules   2013-12-11 08:14:05.000000000 +0100
@@ -61,6 +61,8 @@
 
 override_dh_perl:
 
+override_dh_pysupport:
+
 override_dh_shlibdeps:
        dh_shlibdeps -Llibcerror -l${PWD}/debian/tmp/usr/lib
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror/definitions.h 
new/libcerror-20140105/include/libcerror/definitions.h
--- old/libcerror-20130904/include/libcerror/definitions.h      2013-09-04 
07:51:33.000000000 +0200
+++ new/libcerror-20140105/include/libcerror/definitions.h      2014-01-05 
08:49:01.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Definitions for libcerror
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -24,11 +24,11 @@
 
 #include <libcerror/types.h>
 
-#define LIBCERROR_VERSION                              20130904
+#define LIBCERROR_VERSION                              20140105
 
 /* The libcerror version string
  */
-#define LIBCERROR_VERSION_STRING                       "20130904"
+#define LIBCERROR_VERSION_STRING                       "20140105"
 
 /* The error domains
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcerror-20130904/include/libcerror/definitions.h.in 
new/libcerror-20140105/include/libcerror/definitions.h.in
--- old/libcerror-20130904/include/libcerror/definitions.h.in   2013-01-03 
09:49:00.000000000 +0100
+++ new/libcerror-20140105/include/libcerror/definitions.h.in   2014-01-05 
08:16:20.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Definitions for libcerror
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror/extern.h 
new/libcerror-20140105/include/libcerror/extern.h
--- old/libcerror-20130904/include/libcerror/extern.h   2013-01-03 
09:49:00.000000000 +0100
+++ new/libcerror-20140105/include/libcerror/extern.h   2014-01-05 
08:16:20.000000000 +0100
@@ -3,7 +3,7 @@
  * This header should be included in header files that export or import
  * library functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror/features.h 
new/libcerror-20140105/include/libcerror/features.h
--- old/libcerror-20130904/include/libcerror/features.h 2013-09-04 
07:51:34.000000000 +0200
+++ new/libcerror-20140105/include/libcerror/features.h 2014-01-05 
08:49:01.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Features of libcerror
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror/features.h.in 
new/libcerror-20140105/include/libcerror/features.h.in
--- old/libcerror-20130904/include/libcerror/features.h.in      2013-04-03 
13:30:39.000000000 +0200
+++ new/libcerror-20140105/include/libcerror/features.h.in      2014-01-05 
08:16:20.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Features of libcerror
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror/types.h 
new/libcerror-20140105/include/libcerror/types.h
--- old/libcerror-20130904/include/libcerror/types.h    2013-09-04 
07:51:34.000000000 +0200
+++ new/libcerror-20140105/include/libcerror/types.h    2014-01-05 
08:49:01.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Type definitions for libcerror
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror/types.h.in 
new/libcerror-20140105/include/libcerror/types.h.in
--- old/libcerror-20130904/include/libcerror/types.h.in 2013-04-03 
13:34:30.000000000 +0200
+++ new/libcerror-20140105/include/libcerror/types.h.in 2014-01-05 
08:16:20.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Type definitions for libcerror
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror.h 
new/libcerror-20140105/include/libcerror.h
--- old/libcerror-20130904/include/libcerror.h  2013-09-04 07:51:33.000000000 
+0200
+++ new/libcerror-20140105/include/libcerror.h  2014-01-05 08:49:01.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Library to support cross-platform C error functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/include/libcerror.h.in 
new/libcerror-20140105/include/libcerror.h.in
--- old/libcerror-20130904/include/libcerror.h.in       2013-04-04 
09:07:22.000000000 +0200
+++ new/libcerror-20140105/include/libcerror.h.in       2014-01-05 
08:16:14.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Library to support cross-platform C error functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/Makefile.in 
new/libcerror-20140105/libcerror/Makefile.in
--- old/libcerror-20130904/libcerror/Makefile.in        2013-09-04 
07:33:38.000000000 +0200
+++ new/libcerror-20140105/libcerror/Makefile.in        2014-01-05 
08:48:22.000000000 +0100
@@ -391,7 +391,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcerror.la: $(libcerror_la_OBJECTS) $(libcerror_la_DEPENDENCIES) 
$(EXTRA_libcerror_la_DEPENDENCIES)
+libcerror.la: $(libcerror_la_OBJECTS) $(libcerror_la_DEPENDENCIES) 
$(EXTRA_libcerror_la_DEPENDENCIES) 
        $(libcerror_la_LINK) -rpath $(libdir) $(libcerror_la_OBJECTS) 
$(libcerror_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror.c 
new/libcerror-20140105/libcerror/libcerror.c
--- old/libcerror-20130904/libcerror/libcerror.c        2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror.c        2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Library to support cross-platform C error functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror.rc 
new/libcerror-20140105/libcerror/libcerror.rc
--- old/libcerror-20130904/libcerror/libcerror.rc       2013-09-04 
07:51:34.000000000 +0200
+++ new/libcerror-20140105/libcerror/libcerror.rc       2014-01-05 
08:49:01.000000000 +0100
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to provide cross-platform C 
error functions\0"
-      VALUE "FileVersion",             "20130904" "\0"
+      VALUE "FileVersion",             "20140105" "\0"
       VALUE "InternalName",            "libcerror.dll\0"
-      VALUE "LegalCopyright",          "(c) 2008-2013 Joachim Metz 
<[email protected]>\0"
+      VALUE "LegalCopyright",          "(c) 2008-2014, Joachim Metz 
<[email protected]>\0"
       VALUE "OriginalFilename",                "libcerror.dll\0"
       VALUE "ProductName",             "libcerror\0"
-      VALUE "ProductVersion",          "20130904" "\0"
+      VALUE "ProductVersion",          "20140105" "\0"
       VALUE "Comments",                        "For more information visit 
http://code.google.com/p/libcerror/\0";
     END
   END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror.rc.in 
new/libcerror-20140105/libcerror/libcerror.rc.in
--- old/libcerror-20130904/libcerror/libcerror.rc.in    2013-01-03 
09:49:04.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror.rc.in    2014-01-05 
08:16:46.000000000 +0100
@@ -24,7 +24,7 @@
       VALUE "FileDescription",         "Library to provide cross-platform C 
error functions\0"
       VALUE "FileVersion",             "@VERSION@" "\0"
       VALUE "InternalName",            "libcerror.dll\0"
-      VALUE "LegalCopyright",          "(c) 2008-2013 Joachim Metz 
<[email protected]>\0"
+      VALUE "LegalCopyright",          "(c) 2008-2014, Joachim Metz 
<[email protected]>\0"
       VALUE "OriginalFilename",                "libcerror.dll\0"
       VALUE "ProductName",             "libcerror\0"
       VALUE "ProductVersion",          "@VERSION@" "\0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_definitions.h 
new/libcerror-20140105/libcerror/libcerror_definitions.h
--- old/libcerror-20130904/libcerror/libcerror_definitions.h    2013-09-04 
07:51:34.000000000 +0200
+++ new/libcerror-20140105/libcerror/libcerror_definitions.h    2014-01-05 
08:49:01.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCERROR_VERSION                              20130904
+#define LIBCERROR_VERSION                              20140105
 
 /* The libcstring version string
  */
-#define LIBCERROR_VERSION_STRING                       "20130904"
+#define LIBCERROR_VERSION_STRING                       "20140105"
 
 /* The error domains
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcerror-20130904/libcerror/libcerror_definitions.h.in 
new/libcerror-20140105/libcerror/libcerror_definitions.h.in
--- old/libcerror-20130904/libcerror/libcerror_definitions.h.in 2013-01-03 
09:49:04.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_definitions.h.in 2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_error.c 
new/libcerror-20140105/libcerror/libcerror_error.c
--- old/libcerror-20130904/libcerror/libcerror_error.c  2013-09-04 
07:18:23.000000000 +0200
+++ new/libcerror-20140105/libcerror/libcerror_error.c  2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Error functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -626,6 +626,10 @@
                        {
                                return( -1 );
                        }
+                       if( string_index > 0 )
+                       {
+                               string[ string_index++ ] = 
(libcstring_system_character_t) '\n';
+                       }
                        if( libcstring_narrow_string_copy(
                             &( string[ string_index ] ),
                             internal_error->messages[ message_index ],
@@ -635,7 +639,7 @@
 
                                return( -1 );
                        }
-                       string_index += internal_error->sizes[ message_index ];
+                       string_index += internal_error->sizes[ message_index ] 
- 1;
 
                        string[ string_index ] = 
(libcstring_system_character_t) 0;
 #endif /* defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER ) */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_error.h 
new/libcerror-20140105/libcerror/libcerror_error.h
--- old/libcerror-20130904/libcerror/libcerror_error.h  2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_error.h  2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Error functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_extern.h 
new/libcerror-20140105/libcerror/libcerror_extern.h
--- old/libcerror-20130904/libcerror/libcerror_extern.h 2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_extern.h 2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal extern definition
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_libcstring.h 
new/libcerror-20140105/libcerror/libcerror_libcstring.h
--- old/libcerror-20130904/libcerror/libcerror_libcstring.h     2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_libcstring.h     2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal libcstring header
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_support.c 
new/libcerror-20140105/libcerror/libcerror_support.c
--- old/libcerror-20130904/libcerror/libcerror_support.c        2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_support.c        2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_support.h 
new/libcerror-20140105/libcerror/libcerror_support.h
--- old/libcerror-20130904/libcerror/libcerror_support.h        2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_support.h        2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_system.c 
new/libcerror-20140105/libcerror/libcerror_system.c
--- old/libcerror-20130904/libcerror/libcerror_system.c 2013-09-04 
07:31:02.000000000 +0200
+++ new/libcerror-20140105/libcerror/libcerror_system.c 2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * System functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_system.h 
new/libcerror-20140105/libcerror/libcerror_system.h
--- old/libcerror-20130904/libcerror/libcerror_system.h 2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_system.h 2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * System functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_types.h 
new/libcerror-20140105/libcerror/libcerror_types.h
--- old/libcerror-20130904/libcerror/libcerror_types.h  2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_types.h  2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal type definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror/libcerror_unused.h 
new/libcerror-20140105/libcerror/libcerror_unused.h
--- old/libcerror-20130904/libcerror/libcerror_unused.h 2013-01-03 
09:49:03.000000000 +0100
+++ new/libcerror-20140105/libcerror/libcerror_unused.h 2014-01-05 
08:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal unused definition
  *
- * Copyright (c) 2008-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2008-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcerror.spec 
new/libcerror-20140105/libcerror.spec
--- old/libcerror-20130904/libcerror.spec       2013-09-04 07:51:34.000000000 
+0200
+++ new/libcerror-20140105/libcerror.spec       2014-01-05 08:49:01.000000000 
+0100
@@ -1,5 +1,5 @@
 Name: libcerror
-Version: 20130904
+Version: 20140105
 Release: 1
 Summary: Library to support cross-platform C error functions
 Group: System Environment/Libraries
@@ -55,6 +55,6 @@
 %{_mandir}/man3/*
 
 %changelog
-* Wed Sep  4 2013 Joachim Metz <[email protected]> 20130904-1
+* Sun Jan  5 2014 Joachim Metz <[email protected]> 20140105-1
 - Auto-generated
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcstring/Makefile.in 
new/libcerror-20140105/libcstring/Makefile.in
--- old/libcerror-20130904/libcstring/Makefile.in       2013-09-04 
07:33:38.000000000 +0200
+++ new/libcerror-20140105/libcstring/Makefile.in       2014-01-05 
08:48:22.000000000 +0100
@@ -329,7 +329,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcstring.la: $(libcstring_la_OBJECTS) $(libcstring_la_DEPENDENCIES) 
$(EXTRA_libcstring_la_DEPENDENCIES)
+libcstring.la: $(libcstring_la_OBJECTS) $(libcstring_la_DEPENDENCIES) 
$(EXTRA_libcstring_la_DEPENDENCIES) 
        $(LINK) $(am_libcstring_la_rpath) $(libcstring_la_OBJECTS) 
$(libcstring_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcerror-20130904/libcstring/libcstring_definitions.h 
new/libcerror-20140105/libcstring/libcstring_definitions.h
--- old/libcerror-20130904/libcstring/libcstring_definitions.h  2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_definitions.h  2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal definitions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -40,11 +40,11 @@
 #define LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER           1
 #endif
 
-#define LIBCSTRING_VERSION                             20130403
+#define LIBCSTRING_VERSION                             20140105
 
 /* The libcstring version string
  */
-#define LIBCSTRING_VERSION_STRING                      "20130403"
+#define LIBCSTRING_VERSION_STRING                      "20140105"
 
 #if defined( WINAPI ) && ( defined( _UNICODE ) || defined( UNICODE ) )
 #define PRIc_LIBCSTRING_SYSTEM                         "lc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcstring/libcstring_extern.h 
new/libcerror-20140105/libcstring/libcstring_extern.h
--- old/libcerror-20130904/libcstring/libcstring_extern.h       2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_extern.h       2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal extern definition
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcerror-20130904/libcstring/libcstring_narrow_string.h 
new/libcerror-20140105/libcstring/libcstring_narrow_string.h
--- old/libcerror-20130904/libcstring/libcstring_narrow_string.h        
2013-04-03 13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_narrow_string.h        
2014-01-05 08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Narrow character string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -82,7 +82,7 @@
 #define libcstring_narrow_string_compare_no_case( string1, string2, size ) \
        _strnicmp( string1, string2, size )
 
-#elif defined( WINAPI )
+#elif defined( WINAPI ) || defined( HAVE_STRNICMP )
 #define libcstring_narrow_string_compare_no_case( string1, string2, size ) \
        strnicmp( string1, string2, size )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcstring/libcstring_support.c 
new/libcerror-20140105/libcstring/libcstring_support.c
--- old/libcerror-20130904/libcstring/libcstring_support.c      2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_support.c      2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcstring/libcstring_support.h 
new/libcerror-20140105/libcstring/libcstring_support.h
--- old/libcerror-20130904/libcstring/libcstring_support.h      2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_support.h      2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcerror-20130904/libcstring/libcstring_system_string.h 
new/libcerror-20140105/libcstring/libcstring_system_string.h
--- old/libcerror-20130904/libcstring/libcstring_system_string.h        
2013-04-03 13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_system_string.h        
2014-01-05 08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * System character type string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcstring/libcstring_types.h 
new/libcerror-20140105/libcstring/libcstring_types.h
--- old/libcerror-20130904/libcstring/libcstring_types.h        2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_types.h        2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Type definitions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/libcstring/libcstring_unused.h 
new/libcerror-20140105/libcstring/libcstring_unused.h
--- old/libcerror-20130904/libcstring/libcstring_unused.h       2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_unused.h       2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal unused definition
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcerror-20130904/libcstring/libcstring_wide_string.c 
new/libcerror-20140105/libcstring/libcstring_wide_string.c
--- old/libcerror-20130904/libcstring/libcstring_wide_string.c  2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_wide_string.c  2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Wide character string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcerror-20130904/libcstring/libcstring_wide_string.h 
new/libcerror-20140105/libcstring/libcstring_wide_string.h
--- old/libcerror-20130904/libcstring/libcstring_wide_string.h  2013-04-03 
13:37:02.000000000 +0200
+++ new/libcerror-20140105/libcstring/libcstring_wide_string.h  2014-01-05 
08:29:26.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Wide character string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <[email protected]>
+ * Copyright (c) 2010-2014, Joachim Metz <[email protected]>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -71,7 +71,7 @@
 #define libcstring_wide_string_compare_no_case( string1, string2, size ) \
        _wcsnicmp( string1, string2, size )
 
-#elif defined( WINAPI )
+#elif defined( WINAPI ) || defined( HAVE_WCSNICMP )
 #define libcstring_wide_string_compare_no_case( string1, string2, size ) \
        wcsnicmp( string1, string2, size )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/m4/libcstring.m4 
new/libcerror-20140105/m4/libcstring.m4
--- old/libcerror-20130904/m4/libcstring.m4     2013-04-06 13:48:27.000000000 
+0200
+++ new/libcerror-20140105/m4/libcstring.m4     2013-10-17 07:06:26.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl Functions for libcstring
 dnl
-dnl Version: 20130406
+dnl Version: 20131015
 
 dnl Function to detect if libcstring is available
 dnl ac_libcstring_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -87,7 +87,7 @@
  AC_CHECK_HEADERS([wchar.h wctype.h])
 
  dnl Narrow character string functions used in 
libcstring/libcstring_narrow_string.h
- AC_CHECK_FUNCS([fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strrchr strstr vsnprintf])
+ AC_CHECK_FUNCS([fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strnicmp strrchr strstr vsnprintf])
 
  AS_IF(
   [test "x$ac_cv_func_fgets" != xyes],
@@ -155,9 +155,9 @@
   ])
 
  AS_IF(
-  [test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes],
+  [test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes && test "x$ac_cv_func_strnicmp" != xyes],
   [AC_MSG_FAILURE(
-   [Missing functions: strncasecmp and strcasecmp],
+   [Missing functions: strncasecmp, strcasecmp and strnicmp],
    [1])
   ])
 
@@ -178,7 +178,7 @@
  dnl Wide character string functions used in 
libcstring/libcstring_wide_string.h
  AS_IF(
   [test "x$ac_cv_enable_wide_character_type" != xno],
-  [AC_CHECK_FUNCS([swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr])
+  [AC_CHECK_FUNCS([swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsnicmp wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr])
 
   AS_IF(
    [test "x$ac_cv_func_swprintf" != xyes],
@@ -223,9 +223,9 @@
    ])
 
   AS_IF(
-   [test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_towlower" != xyes],
+   [test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_wcsnicmp" != xyes && test "x$ac_cv_func_towlower" 
!= xyes],
    [AC_MSG_FAILURE(
-    [Missing functions: wcsncasecmp, wcscasecmp and towlower],
+    [Missing functions: wcsncasecmp, wcscasecmp, wcsnicmp and towlower],
     [1])
    ])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/manuals/libcerror.3 
new/libcerror-20140105/manuals/libcerror.3
--- old/libcerror-20130904/manuals/libcerror.3  2013-07-14 11:00:30.000000000 
+0200
+++ new/libcerror-20140105/manuals/libcerror.3  2014-01-05 08:17:14.000000000 
+0100
@@ -1,4 +1,4 @@
-.Dd January 3, 2013
+.Dd January 5, 2014
 .Dt libcerror 3
 .Os libcerror
 .Sh NAME
@@ -50,7 +50,7 @@
 .Sh AUTHOR
 These man pages were written by Joachim Metz.
 .Sh COPYRIGHT
-Copyright 2008-2013 Joachim Metz <[email protected]>.
+Copyright 2008-2014, Joachim Metz <[email protected]>.
 This is free software; see the source for copying conditions. There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .Sh SEE ALSO
 the libcerror.h include file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/tests/Makefile.in 
new/libcerror-20140105/tests/Makefile.in
--- old/libcerror-20130904/tests/Makefile.in    2013-09-04 07:33:37.000000000 
+0200
+++ new/libcerror-20140105/tests/Makefile.in    2014-01-05 08:48:22.000000000 
+0100
@@ -247,7 +247,7 @@
        -I$(top_srcdir)/common \
        @LIBCSTRING_CPPFLAGS@
 
-check_SCRIPTS =
+check_SCRIPTS = 
 EXTRA_DIST = \
        $(check_SCRIPTS)
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to