The following commit has been merged in the master branch:
commit 724c77b0538369ec38e134ce9dc8b5285fc65de4
Author: Andrei Zavada <[email protected]>
Date:   Tue Dec 4 12:05:20 2012 +0200

    fix array<string> initialization to fix ubuntu build, release 0.7.5.1

diff --git a/ChangeLog b/ChangeLog
index e650ffd..c26a846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+v.0.7.5.1 (2012-12-04)
+       * Fix Ububtu build.
 v.0.7.5 (2012-12-04)
        * Experimental SWU profile; general overhaul of profiles.
        * Fix SF Find dialog wrt search in a changed field channel.
diff --git a/configure.ac b/configure.ac
index 2a77b30..f1ca8cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_COPYRIGHT([Copyright (c) 2008-12 Andrei Zavada <[email protected]>])
 
-AC_INIT([Aghermann], [0.7.5], [[email protected]])
+AC_INIT([Aghermann], [0.7.5.1], [[email protected]])
 AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PREREQ(2.61)
diff --git a/data/dialogs.glade b/data/dialogs.glade
index 335a669..f01e4e8 100644
--- a/data/dialogs.glade
+++ b/data/dialogs.glade
@@ -328,7 +328,7 @@
                     <property name="xalign">0</property>
                     <property name="xpad">5</property>
                     <property name="ypad">15</property>
-                    <property name="label" 
translatable="yes">&lt;b&gt;&lt;big&gt;&lt;big&gt;Aghermann 
0.7.5&lt;/big&gt;&lt;/big&gt;&lt;/b&gt; Bye-bye StrikeAd
+                    <property name="label" 
translatable="yes">&lt;b&gt;&lt;big&gt;&lt;big&gt;Aghermann 
0.7.5.1&lt;/big&gt;&lt;/big&gt;&lt;/b&gt; Bye-bye StrikeAd
 &lt;a 
href="http://johnhommer.com/academic/code/aghermann"&gt;johnhommer.com/academic/code/aghermann&lt;/a&gt;</property>
                     <property name="use_markup">True</property>
                   </object>
@@ -424,7 +424,11 @@ With bug reports, either send yours to &lt;a 
href="mailto:aghermann-users@lists.
                             <property name="yalign">0</property>
                             <property name="xpad">10</property>
                             <property name="ypad">10</property>
-                            <property name="label">&lt;big&gt;&lt;b&gt;v. 
0.7.5&lt;/b&gt;&lt;/big&gt; (2012-12-03)
+                            <property name="label">&lt;big&gt;&lt;b&gt;v. 
0.7.5.1&lt;/b&gt;&lt;/big&gt; (2012-12-04)
+&lt;span font="monospace"&gt;
+       * Fix Ubuntu build.
+&lt;/span&gt;
+&lt;big&gt;&lt;b&gt;v. 0.7.5&lt;/b&gt;&lt;/big&gt; (2012-12-03)
 &lt;span font="monospace"&gt;
        * Experimental SWU profile.
        * General overhaul of profiles.
diff --git a/debian/changelog b/debian/changelog
index 9bf1136..045b6ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-aghermann (0.7.5-1) experimental; urgency=low
+aghermann (0.7.5.1-1) experimental; urgency=low
 
   * New upstream version.
 
- -- Andrei Zavada <[email protected]>  Mon, 03 Dec 2012 22:55:22 +0200
+ -- Andrei Zavada <[email protected]>  Tue, 04 Dec 2012 11:49:22 +0200
 
 aghermann (0.7.2-1) experimental; urgency=low
 
diff --git a/src/ui/mw/mw.cc b/src/ui/mw/mw.cc
index 2890352..460c2f0 100644
--- a/src/ui/mw/mw.cc
+++ b/src/ui/mw/mw.cc
@@ -148,9 +148,9 @@ SExpDesignUI (aghui::SSessionChooser *parent,
        uc_accuracy_factor (1.),
        pagesize_item (2),
        binsize_item (1),
-       ext_score_codes {
-               {" -0", "1", "2", "3", "4", "6Rr8", "Ww5"}
-       },
+       ext_score_codes ({
+               {{" -0"}, {"1"}, {"2"}, {"3"}, {"4"}, {"6Rr8"}, {"Ww5"}}
+       }),
        freq_bands {
                {  1.5,  4.0 },
                {  4.0,  8.0 },

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to