---
milena/ChangeLog | 4 ++++
milena/mln/version.hh.in | 11 ++++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 00bbe46..1863db7 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * mln/version.hh.in: Fix variable substitution.
+
2012-06-05 Edwin Carlinet <carlinet(a)lrde.epita.fr>
Remove extra debug code from last patch. Add tests.
diff --git a/milena/mln/version.hh.in b/milena/mln/version.hh.in
index ac1d712..c0bb843 100644
--- a/milena/mln/version.hh.in
+++ b/milena/mln/version.hh.in
@@ -1,4 +1,5 @@
-// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE)
+// Copyright (C) 2009, 2012 EPITA Research and Development Laboratory
+// (LRDE)
//
// This file is part of Olena.
//
@@ -18,15 +19,15 @@
# define MLN_VERSION_HH
/// The address where bug reports should be sent.
-#undef OLN_PACKAGE_BUGREPORT
+# define OLN_PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/// The full name of this package.
-#undef OLN_PACKAGE_NAME
+# define OLN_PACKAGE_NAME "@PACKAGE_NAME@"
// The full name and version of this package.
-#undef OLN_PACKAGE_STRING
+# define OLN_PACKAGE_STRING "@PACKAGE_STRING@"
/// The version of this package.
-#undef OLN_PACKAGE_VERSION
+# define OLN_PACKAGE_VERSION "@PACKAGE_VERSION@"
#endif // ! MLN_VERSION_HH
--
1.7.2.5
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next-to-apply has been updated
via 8314616cf1da67fe6f7d2e7a31cf4d09e6feafda (commit)
from 6a27016906382fb09dffdecc3253aa89efb27834 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
8314616 mln/version.hh.in: Fix variable substitution.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 4 ++++
milena/mln/version.hh.in | 11 ++++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
#261: Rename Scribo module as DIAna module
----------------------+-----------------------------------------------------
Reporter: lazzara | Owner: Olena Team
Type: proposal | Status: new
Priority: minor | Milestone: Olena 2.1
Component: Scribo | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
Scribo was the name of the project and its meaning is not related to the
module itself.
Why not renaming it as DIAna module (Document Image Analysis module) ?
It would also be more consistent with Olena and Milena.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/261>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#260: Create Homebrew formula
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: lazzara
Type: enhancement | Status: new
Priority: minor | Milestone: Olena 2.1
Component: Olena | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Homebrew is yet another package manager for Mac OS X (like Macports).
http://mxcl.github.com/homebrew/
It is possible to contribute to this project by sending a formula for
Olena.
A formula is just a simple file describing the location of the tarball and
how to build the program.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/260>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#209: Fix copyright headers in documentation
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: minor | Milestone: Olena 1.1
Component: Milena | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
LaTeX files in milena/doc/ have the special clause:
{{{
As a special exception, you may use this file as part of a free
software library without restriction. Specifically, if other files
instantiate templates or use macros or inline functions from this
file, or you compile this file and link it with other files to
produce an executable, this file does not by itself cause the
resulting executable to be covered by the GNU General Public
License. This exception does not however invalidate any other
reasons why the executable file might be covered by the GNU General
Public License.
}}}
which is meaningless! Remove it.
Moreover, we might want to consider another license for the documentation,
like the GNU FDL or the LPPL (I'm not sure the GPL is suited for
documentation).
EDIT: The products (e.g. `tutorial.pdf`) have FDL headers! WTF?
--
Ticket URL: <https://trac.lrde.org/olena/ticket/209>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#258: Improve the documentation of the release process
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone: Olena 2.1
Component: Olena | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
There is already some useful information in `HACKING` (in the branch
`autoconfiscate-subprojects`). Complete this documentation.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/258>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#169: Lighten the repository
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: minor | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Getting a fresh working copy from the repository takes time, as there are
many medium- or big-sized files (images and meshes). We should probably
remove some of them, or move them elsewhere.
Of course, we should remove most of these files from the distribution as
well.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/169>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#222: Clean up the Git repository
-----------------------------+----------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: minor | Milestone:
Component: Olena | Version: 1.0
Keywords: rewrite history |
-----------------------------+----------------------------------------------
Warning, this requires a whole rewriting of the repository with `git-
filter-branch`. Notify users in advance. To be performed during
vacations?
Tasks:
* Author name: s/Nicolas Croiset/Tristan Croiset/.
* Remove copyrighted files.
* ... (list them here)
* What else?
--
Ticket URL: <https://trac.lrde.org/olena/ticket/222>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#202: Document build procedures
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: levill_r
Type: task | Status: new
Priority: critical | Milestone:
Component: Trac | Version: 1.0
Keywords: gcc icpc |
----------------------+-----------------------------------------------------
Write a Trac page (several pages?) on these topics:
* Why `make` is the way to go.
* Why you should (normally) run `bootstrap` only once.
* Why you should (normally) run `configure` only once per build
directory.
* How to build Olena with the Intel C++ Compiler (ICC)
* By setting it a build time (not very good).
* By setting it a configuration time (better).
* By setting it in a `config.site` file (the best).
* How to automate things using `CONFIG_SITE`.
* Why compiling from Emacs (using `M-x compile`) is better than...
* ...Compiling with `make` from a terminal.
* ...Compiling with `g++` from a terminal (arg!).
This is not restricted to Olena, so we might want to move this material
elsewhere later.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/202>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.