~ubuntu-branches/ubuntu/trusty/mm-common/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-12 17:07:27 UTC
  • Revision ID: package-import@ubuntu.com-20121112170727-pzd1lizzqnxp6u3f
Tags: 0.9.6-0ubuntu1
* New upstream release
* debian/watch:
  - Watch for .xz releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2012-09-29  Murray Cumming  <murrayc@murrayc.com>
 
2
 
 
3
        Dist .js files that doxygen now generates
 
4
 
 
5
2012-07-23  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>
 
6
 
 
7
        Use $(MMDOCTOOLDIR) instead of @MMDOCTOOLDIR@ in Doxyfile.in.
 
8
 
 
9
        MM_CONFIG_DOCTOOL_DIR([doc]) defines MMDOCTOOLDIR=${top_srcdir}/doc, which
 
10
        Doxygen does not understand, if it's substituted into Doxyfile. Let 'make' do
 
11
        the necessary recursive substitutions and export the result to Doxygen in the
 
12
        environment variable MMDOCTOOLDIR.
 
13
 
 
14
        * build/doc-reference.am: Export MMDOCTOOLDIR to Doxygen.
 
15
        * skeletonmm/configure.ac: Add MM_CONFIG_DOCTOOL_DIR([doc]).
 
16
        * skeletonmm/doc/reference/Doxyfile.in: Replace @MMDOCTOOLDIR@ by
 
17
        $(MMDOCTOOLDIR). Bug #673984.
 
18
 
 
19
2011-09-20  Krzesimir Nowak  <qdlacz@gmail.com>
 
20
 
 
21
        Make downloading tags optional.
 
22
 
 
23
        Allow networking to be disabled - may be useful for developers with
 
24
        no connection to Internet. By default networking is paired with
 
25
        maintainer mode, that is - it is enabled/disabled when maintainer mode
 
26
        is enabled/disabled.
 
27
 
 
28
        * configure.ac: Check for networking. Check for wget and curl if
 
29
        networking is enabled.
 
30
        * Makefile.am: Use NETWORK_ENABLED condition.
 
31
 
 
32
2011-09-16  Krzesimir Nowak  <qdlacz@gmail.com>
 
33
 
 
34
        Don't try to run tar by shell.
 
35
 
 
36
        This was a leftover from removing `missing' script use. `missing'
 
37
        is written in shell so it was possible to run it as `/bin/sh missing'.
 
38
        tar is a binary file and it should be called directly. This fixes
 
39
        skeletonmm tarball creation.
 
40
 
 
41
        * Makefile.am: Removed $(SHELL) from command packing skeletonmm
 
42
        into tarball.
 
43
 
 
44
2011-09-13  Krzesimir Nowak  <qdlacz@gmail.com>
 
45
 
 
46
        Don't use missing for making skeleton tarball.
 
47
 
 
48
        Missing script is rather intended to be used by maintainers, that
 
49
        is - in maintainer mode, so just look for tar utility and use it
 
50
        directly.
 
51
 
 
52
        * configure.ac: Add check for tar utility.
 
53
        * Makefile.am: Don't use missing for packaging skeleton files.
 
54
 
 
55
2011-05-18  Armin Burgmeier  <armin@arbur.net>
 
56
 
 
57
        Fix running doxygen when it is located at a path containing spaces (#630051)
 
58
 
 
59
2011-03-30  Murray Cumming  <murrayc@murrayc.com>
 
60
 
 
61
        0.9.5
 
62
 
1
63
2011-03-28  Krzesimir Nowak  <qdlacz@gmail.com>
2
64
 
3
65
        Distribute doctools if non-empty parameter is passed to MM_CONFIG_DOCTOOL_DIR.