The following commit has been merged in the master branch:
commit 65add7a81ffcf60b3e754aadd631a766286c9c6a
Author: Andrei Zavada <[email protected]>
Date:   Sun Apr 7 19:41:47 2013 +0300

    make it 0.8.2

diff --git a/ChangeLog b/ChangeLog
index 7054617..67a0ba6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+v.0.8.2 (2013-04-07)
+       * Fix GtkScrolledWindow issue in Annotations dialog.
+       * Fix those random omp-related freezes on tree rescan.
+       * Make main window busy if profile regeneration needs to happen.
+       * URL fix for SWU page on jh.com/aghermann.
+       * Enable subject sort.
+
 v.0.8.1 (2013-02-24)
        * Calculate SWU metric over time.
        * SF: ensure signal line remains visible at high page sizes.
diff --git a/configure.ac b/configure.ac
index 1303bf0..994fa72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_COPYRIGHT([Copyright (c) 2008-13 Andrei Zavada <[email protected]>])
 
-AC_INIT([Aghermann], [0.8.2_rc], [[email protected]])
+AC_INIT([Aghermann], [0.8.2], [[email protected]])
 AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PREREQ(2.61)
diff --git a/data/mw-dialogs.glade b/data/mw-dialogs.glade
index b6e91ea..f733630 100644
--- a/data/mw-dialogs.glade
+++ b/data/mw-dialogs.glade
@@ -1,19 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
-  <object class="GtkAdjustment" id="jBatchSetupRangeFrom">
-    <property name="upper">80</property>
-    <property name="value">1.5</property>
-    <property name="step_increment">0.25</property>
-    <property name="page_increment">10</property>
-  </object>
-  <object class="GtkAdjustment" id="jBatchSetupRangeInc">
-    <property name="lower">0.01</property>
-    <property name="upper">5</property>
-    <property name="value">0.5</property>
-    <property name="step_increment">0.25</property>
-    <property name="page_increment">1</property>
-  </object>
   <object class="GtkAdjustment" id="jBatchSetupRangeSteps">
     <property name="lower">1</property>
     <property name="upper">100</property>
@@ -28,6 +15,19 @@
     <property name="step_increment">0.25</property>
     <property name="page_increment">1</property>
   </object>
+  <object class="GtkAdjustment" id="jBatchSetupRangeFrom">
+    <property name="upper">80</property>
+    <property name="value">1.5</property>
+    <property name="step_increment">0.25</property>
+    <property name="page_increment">10</property>
+  </object>
+  <object class="GtkAdjustment" id="jBatchSetupRangeInc">
+    <property name="lower">0.01</property>
+    <property name="upper">5</property>
+    <property name="value">0.5</property>
+    <property name="step_increment">0.25</property>
+    <property name="page_increment">1</property>
+  </object>
   <object class="GtkAdjustment" id="jDAMsmtPPH">
     <property name="lower">5</property>
     <property name="upper">300</property>
@@ -328,7 +328,8 @@
                     <property name="xalign">0</property>
                     <property name="xpad">5</property>
                     <property name="ypad">15</property>
-                    <property 
name="label">&lt;b&gt;&lt;big&gt;&lt;big&gt;Aghermann 0.8.2 
rc&lt;/big&gt;&lt;/big&gt;&lt;/b&gt;&lt;a 
href="http://johnhommer.com/academic/code/aghermann"&gt;johnhommer.com/academic/code/aghermann&lt;/a&gt;</property>
+                    <property 
name="label">&lt;b&gt;&lt;big&gt;&lt;big&gt;Aghermann 0.8.2  
&lt;/big&gt;&lt;/big&gt;&lt;/b&gt;MacBaren 
+&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>
                   <packing>
@@ -423,7 +424,16 @@ 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.8.1&lt;/b&gt;&lt;/big&gt; (2013-02-24)
+                            <property name="label">&lt;big&gt;&lt;b&gt;v. 
0.8.2&lt;/b&gt;&lt;/big&gt; (2013-04-07)
+&lt;span font="monospace"&gt;
+       * Fix GtkScrolledWindow issue in Annotations dialog.
+       * Fix those random omp-related freezes on tree rescan.
+       * Make main window busy if profile regeneration
+         needs to happen.
+       * URL fix for SWU page on jh.com/aghermann.
+       * Enable subject sort.
+&lt;/span&gt;
+&lt;big&gt;&lt;b&gt;v. 0.8.1&lt;/b&gt;&lt;/big&gt; (2013-02-24)
 &lt;span font="monospace"&gt;
        * Calculate SWU metric over time.
        * SF: ensure signal line remains visible at high page
@@ -431,31 +441,6 @@ With bug reports, either send yours to &lt;a 
href="mailto:aghermann-users@lists.
        * Fix g++-4.8 build and address some -Wformat warnings.
 &lt;/span&gt;
 
-&lt;big&gt;&lt;b&gt;v. 0.8&lt;/b&gt;&lt;/big&gt; (2013-02-02)
-&lt;span font="monospace"&gt;
-       * edfcat: proper handling of overshooting signal
-         portions.
-       * SF: mark flat signal portions as artifacts.
-       * Fix envelope function.
-       * Fix dzcdf function.
-       * SF: reingeneered Patterns/Find dialog:
-         o use band-pass for target frequency matching;
-         o system, user, experiment and subject-wide patterns:
-         o obtain match index once, for instantaneous finding
-           against variable criteria;
-         o mark matches as annotations, incl. as phasic events
-          such as spikes;
-       * Differentiate and make use of subject full/short name.
-       * SF: Ensure all annotations are shown (some inserted in
-         non-linear order were dropped).
-       * Clamp MC metric to 0 to prevent occasional negative
-         values spoil the profile plot.
-       * SF: Alt+1..9 to pop up channel menu.
-       * Fix many crashes when subjects have exclusive sets
-         of channels.
-       * Various smaller fixes.
-&lt;/span&gt;
-
 (for older entries, see &lt;a 
href="http://johnhommer.com/academic/code/aghermann"&gt;full 
changelog&lt;/a&gt;)</property>
                             <property name="use_markup">True</property>
                             <property name="wrap">True</property>
diff --git a/debian/changelog b/debian/changelog
index 6da5f76..80ee514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+aghermann (0.8.2-1) experimental; urgency=low
+
+  * New upstream version.
+
+ -- Andrei Zavada <[email protected]>  Sun, 07 Apr 2013 19:21:16 +0200
+
 aghermann (0.8.1-1) experimental; urgency=low
 
   * New upstream version.

-- 
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