URI: 
       trelease documentation added more contributors - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4b47f94c12fc9564badca6ab3f665d52eabe536e
   DIR parent 27a8bf2830d46f32fb9c4f3ae1fcf5354a39483b
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Wed, 27 Apr 2011 21:38:45 +0200
       
       release documentation
       added more contributors
       
       Diffstat:
         M AUTHORS                             |       2 +-
         M configure.ac                        |       2 +-
         M src/tomb-status.c                   |       5 +++--
       
       3 files changed, 5 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/AUTHORS b/AUTHORS
       t@@ -4,6 +4,6 @@ Tomb is designed and written by Denis Roio aka Jaromil.
        Tomb's artwork is contributed by Jordi aka Mon Mort
        
        Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
       -Shining, Mancausoft and Asbesto.
       +Shining, Mancausoft, Asbesto, Anathema, Boyska and Nignux.
        
        Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth
   DIR diff --git a/configure.ac b/configure.ac
       t@@ -4,7 +4,7 @@ dnl ==============================================================
        
        AC_PREREQ([2.60])
        
       -AC_INIT([Tomb],[0.9.2],[jaromil@dyne.org],[Tomb])
       +AC_INIT([Tomb],[1.0],[jaromil@dyne.org],[Tomb])
        AC_CONFIG_MACRO_DIR([m4])
        
        AC_CANONICAL_HOST
   DIR diff --git a/src/tomb-status.c b/src/tomb-status.c
       t@@ -238,8 +238,9 @@ gboolean right_click(GtkWidget *w, GdkEvent *e) {
        gboolean cb_about(GtkWidget *w, GdkEvent *e) {
          const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
                                    "Code reviews and contributions by:",
       -                            "Dreamer, Hellekin O. Wolf, Shining and Mancausoft", NULL};
       -  const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com",
       +                            "Dreamer, Hellekin O. Wolf, Shining, Mancausoft,",
       +                            "Anathema, Boyska and Nignux", NULL};
       +  const gchar *artists[] = {"Món Mort - http://monmort.blogspot.com",
                                    "Asbesto Molesto - http://freaknet.org/asbesto",
                                    NULL};
          GtkWidget *dialog = gtk_about_dialog_new();