Changeset 1405


Ignore:
Timestamp:
Oct 22, 2011, 6:47:34 PM (12 years ago)
Author:
Peter Johansson
Message:

merged patch release 0.9.4 to trunk

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/NEWS

    r1392 r1405  
    1313svndigest 0.9.x series from
    1414    http://dev.thep.lu.se/svndigest/svn/branches/0.9-stable
     15
     16Version 0.9.4 (released 22 October 2011)
     17  - Compiler option `-pedantic` now only turned on within
     18    `--enable-debug` mode (ticket #506)
     19
     20  A complete list of closed tickets can be found here [[br]]
     21  http://dev.thep.lu.se/svndigest/query?status=closed&milestone=svndigest+0.9.4
    1522
    1623Version 0.9.3 (released 12 July 2011)
  • trunk/build_support/Portfile.in

    r1373 r1405  
    1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22# $Id$
    33
     
    88categories          devel
    99platforms           darwin
    10 license             GPL-3
     10license             GPL-3+
    1111maintainers         gmail.com:pj31042
    1212
  • trunk/configure.ac

    r1346 r1405  
    9898# using extension beyond the C++ standard (usage of non C++ standard
    9999# 'long long' types).
    100 YAT_CXX_ADD_FLAG([CXXFLAGS],[-pedantic -Wno-long-long])
     100YAT_CXX_ADD_FLAG([CXXFLAGS],[-Wno-long-long])
    101101AC_TYPE_LONG_LONG_INT
    102102AS_IF([test x$ac_cv_type_long_long_int = xno],
     
    108108
    109109AS_IF([test x$enable_debug = xyes],
    110   [YAT_CXX_ADD_FLAG([CXXFLAGS],[-g -O])],
     110  [YAT_CXX_ADD_FLAG([CXXFLAGS],[-pedantic -g -O])],
    111111  [YAT_CPP_ADD_FLAG([CPPFLAGS],[-DNDEBUG])
    112112   YAT_CXX_ADD_FLAG([CXXFLAGS],[-O3])])
  • trunk/m4/apache_LICENSE-2.0.txt

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/find_apr.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/pkg.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/m4/yat_add_flag.m4

    • Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset for help on using the changeset viewer.