Hello community, here is the log from the commit of package libt3config for openSUSE:Factory checked in at 2014-02-17 12:55:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libt3config (Old) and /work/SRC/openSUSE:Factory/.libt3config.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libt3config" Changes: -------- --- /work/SRC/openSUSE:Factory/libt3config/libt3config.changes 2013-06-18 10:32:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libt3config.new/libt3config.changes 2014-02-17 12:55:38.000000000 +0100 @@ -1,0 +2,14 @@ +Fri Feb 7 22:02:17 UTC 2014 - [email protected] + +- Declare CC=gcc to ensure we build with gcc; seems make falls back + to 'c99' otherwise (instead of requiring posix_cc). + +------------------------------------------------------------------- +Mon Feb 3 19:02:14 UTC 2014 - [email protected] + +- Update to new upstream release 0.2.9 +* This release fixes a crashing bug in getting an XDG path if the + corresponding variable is not set and there is no relative path + available. + +------------------------------------------------------------------- Old: ---- libt3config-0.2.8.tar.bz2 New: ---- libt3config-0.2.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libt3config.spec ++++++ --- /var/tmp/diff_new_pack.1pBuzS/_old 2014-02-17 12:55:39.000000000 +0100 +++ /var/tmp/diff_new_pack.1pBuzS/_new 2014-02-17 12:55:39.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libt3config # -# 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: libt3config %define lname libt3config0 -Version: 0.2.8 +Version: 0.2.9 Release: 0 Summary: The Tilde Toolkit's library for reading and writing configuration files License: GPL-3.0 @@ -64,6 +64,8 @@ %setup -q %build +# The default compiler we use is called 'gcc', not c99 +export CC=gcc # not autoconf, but at least it ignores unknown arguments %configure --docdir="%_docdir/%name" make %{?_smp_mflags} ++++++ libt3config-0.2.8.tar.bz2 -> libt3config-0.2.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/Changelog new/libt3config-0.2.9/Changelog --- old/libt3config-0.2.8/Changelog 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/Changelog 2013-06-10 19:44:07.000000000 +0200 @@ -1,3 +1,8 @@ +Version 0.2.9: + Bug fixes: + - Return NULL from when t3_config_xdg_get_path if the variable for the + requested XDG location is not set and no relative location is known. + Version 0.2.8: Bug fixes: - Properly disallow directory up references (..) in file names if diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/config.pkg new/libt3config-0.2.9/config.pkg --- old/libt3config-0.2.8/config.pkg 2013-03-24 20:52:29.000000000 +0100 +++ new/libt3config-0.2.9/config.pkg 2013-06-10 19:44:07.000000000 +0200 @@ -93,7 +93,7 @@ fi PKGCONFIG_DESC="Configuration file library" - PKGCONFIG_VERSION="0.2.8" + PKGCONFIG_VERSION="0.2.9" PKGCONFIG_URL="http://os.ghalkes.nl/t3/libt3config.html" PKGCONFIG_CFLAGS="-I\${includedir}/t3/config" PKGCONFIG_LIBS="-lt3config" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/annotated.html new/libt3config-0.2.9/doc/API/annotated.html --- old/libt3config-0.2.8/doc/API/annotated.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/annotated.html 2013-06-10 19:44:07.000000000 +0200 @@ -94,7 +94,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/classes.html new/libt3config-0.2.9/doc/API/classes.html --- old/libt3config-0.2.8/doc/API/classes.html 2013-03-24 20:52:29.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/classes.html 2013-06-10 19:44:07.000000000 +0200 @@ -94,7 +94,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/config_8h_source.html new/libt3config-0.2.9/doc/API/config_8h_source.html --- old/libt3config-0.2.8/doc/API/config_8h_source.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/config_8h_source.html 2013-06-10 19:44:07.000000000 +0200 @@ -279,7 +279,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/config__api_8h_source.html new/libt3config-0.2.9/doc/API/config__api_8h_source.html --- old/libt3config-0.2.8/doc/API/config__api_8h_source.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/config__api_8h_source.html 2013-06-10 19:44:07.000000000 +0200 @@ -132,7 +132,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/config__errors_8h_source.html new/libt3config-0.2.9/doc/API/config__errors_8h_source.html --- old/libt3config-0.2.8/doc/API/config__errors_8h_source.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/config__errors_8h_source.html 2013-06-10 19:44:07.000000000 +0200 @@ -137,7 +137,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/config__internal_8h_source.html new/libt3config-0.2.9/doc/API/config__internal_8h_source.html --- old/libt3config-0.2.8/doc/API/config__internal_8h_source.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/config__internal_8h_source.html 2013-06-10 19:44:07.000000000 +0200 @@ -167,7 +167,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/deprecated.html new/libt3config-0.2.9/doc/API/deprecated.html --- old/libt3config-0.2.8/doc/API/deprecated.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/deprecated.html 2013-06-10 19:44:07.000000000 +0200 @@ -85,7 +85,7 @@ </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/dir_68267d1309a1af8e8297ef4c3efbcdba.html new/libt3config-0.2.9/doc/API/dir_68267d1309a1af8e8297ef4c3efbcdba.html --- old/libt3config-0.2.8/doc/API/dir_68267d1309a1af8e8297ef4c3efbcdba.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/dir_68267d1309a1af8e8297ef4c3efbcdba.html 2013-06-10 19:44:07.000000000 +0200 @@ -102,7 +102,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/expression_8h_source.html new/libt3config-0.2.9/doc/API/expression_8h_source.html --- old/libt3config-0.2.8/doc/API/expression_8h_source.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/expression_8h_source.html 2013-06-10 19:44:07.000000000 +0200 @@ -156,7 +156,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/functions.html new/libt3config-0.2.9/doc/API/functions.html --- old/libt3config-0.2.8/doc/API/functions.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/functions.html 2013-06-10 19:44:07.000000000 +0200 @@ -122,7 +122,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/functions_vars.html new/libt3config-0.2.9/doc/API/functions_vars.html --- old/libt3config-0.2.8/doc/API/functions_vars.html 2013-03-24 20:52:29.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/functions_vars.html 2013-06-10 19:44:07.000000000 +0200 @@ -122,7 +122,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/group__t3config__other.html new/libt3config-0.2.9/doc/API/group__t3config__other.html --- old/libt3config-0.2.8/doc/API/group__t3config__other.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/group__t3config__other.html 2013-06-10 19:44:07.000000000 +0200 @@ -2416,7 +2416,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/index.html new/libt3config-0.2.9/doc/API/index.html --- old/libt3config-0.2.8/doc/API/index.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/index.html 2013-06-10 19:44:07.000000000 +0200 @@ -188,7 +188,7 @@ </div><!-- fragment --> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/main__doc_8h_source.html new/libt3config-0.2.9/doc/API/main__doc_8h_source.html --- old/libt3config-0.2.8/doc/API/main__doc_8h_source.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/main__doc_8h_source.html 2013-06-10 19:44:07.000000000 +0200 @@ -84,7 +84,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/modules.html new/libt3config-0.2.9/doc/API/modules.html --- old/libt3config-0.2.8/doc/API/modules.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/modules.html 2013-06-10 19:44:07.000000000 +0200 @@ -84,7 +84,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/pages.html new/libt3config-0.2.9/doc/API/pages.html --- old/libt3config-0.2.8/doc/API/pages.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/pages.html 2013-06-10 19:44:07.000000000 +0200 @@ -86,7 +86,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/schema.html new/libt3config-0.2.9/doc/API/schema.html --- old/libt3config-0.2.8/doc/API/schema.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/schema.html 2013-06-10 19:44:07.000000000 +0200 @@ -224,7 +224,7 @@ </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/structt3__config__error__t.html new/libt3config-0.2.9/doc/API/structt3__config__error__t.html --- old/libt3config-0.2.8/doc/API/structt3__config__error__t.html 2013-03-24 20:52:29.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/structt3__config__error__t.html 2013-06-10 19:44:07.000000000 +0200 @@ -164,7 +164,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/structt3__config__opts__t.html new/libt3config-0.2.9/doc/API/structt3__config__opts__t.html --- old/libt3config-0.2.8/doc/API/structt3__config__opts__t.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/structt3__config__opts__t.html 2013-06-10 19:44:07.000000000 +0200 @@ -215,7 +215,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/structt3__config__schema__t.html new/libt3config-0.2.9/doc/API/structt3__config__schema__t.html --- old/libt3config-0.2.8/doc/API/structt3__config__schema__t.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/structt3__config__schema__t.html 2013-06-10 19:44:07.000000000 +0200 @@ -90,7 +90,7 @@ </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/structt3__config__t.html new/libt3config-0.2.9/doc/API/structt3__config__t.html --- old/libt3config-0.2.8/doc/API/structt3__config__t.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/structt3__config__t.html 2013-06-10 19:44:07.000000000 +0200 @@ -90,7 +90,7 @@ </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/structt3__config__write__file__t.html new/libt3config-0.2.9/doc/API/structt3__config__write__file__t.html --- old/libt3config-0.2.8/doc/API/structt3__config__write__file__t.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/structt3__config__write__file__t.html 2013-06-10 19:44:07.000000000 +0200 @@ -91,7 +91,7 @@ </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/syntax.html new/libt3config-0.2.9/doc/API/syntax.html --- old/libt3config-0.2.8/doc/API/syntax.html 2013-03-24 20:52:29.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/syntax.html 2013-06-10 19:44:07.000000000 +0200 @@ -143,7 +143,7 @@ </pre> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/doc/API/util_8h_source.html new/libt3config-0.2.9/doc/API/util_8h_source.html --- old/libt3config-0.2.8/doc/API/util_8h_source.html 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/doc/API/util_8h_source.html 2013-06-10 19:44:07.000000000 +0200 @@ -114,7 +114,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Sun Mar 24 2013 20:52:29 for libt3config by  <a href="http://www.doxygen.org/index.html"> +Generated on Mon Jun 10 2013 19:44:07 for libt3config by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/src/config.h new/libt3config-0.2.9/src/config.h --- old/libt3config-0.2.8/src/config.h 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/src/config.h 2013-06-10 19:44:07.000000000 +0200 @@ -49,7 +49,7 @@ The value 0 is an invalid value which should be replaced by the script that builds the release package. */ -#define T3_CONFIG_VERSION 0x000208 +#define T3_CONFIG_VERSION 0x000209 /** Types of values that can be stored in a config. */ typedef enum { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libt3config-0.2.8/src/xdg.c new/libt3config-0.2.9/src/xdg.c --- old/libt3config-0.2.8/src/xdg.c 2013-03-24 20:52:30.000000000 +0100 +++ new/libt3config-0.2.9/src/xdg.c 2013-06-10 19:44:07.000000000 +0200 @@ -1,4 +1,4 @@ -/* Copyright (C) 2012 G.P. Halkes +/* Copyright (C) 2012-2013 G.P. Halkes This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. @@ -141,6 +141,9 @@ errno = ENOENT; return NULL; } + } else { + errno = ENOENT; + return NULL; } extra_size = file_name_len + 1; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
