Changeset 471


Ignore:
Timestamp:
03/25/09 16:32:54 (3 years ago)
Author:
tschmitt
Message:

LINBO-Dateisystem: neue Grub4dos-Version 0.4.4-2009-03-25.

Location:
main/linuxmuster-linbo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/trunk/debian/changelog

    r470 r471  
    2020    - disabled apm support 
    2121  * linbofs: 
    22     - grub4dos 0.4.4-2009-03-24 
     22    - grub4dos 0.4.4-2009-03-25 
    2323    - rsync 3.0.5 
    2424    - ntfs-3g 2009.2.1 
    2525    - decreased sleep time before rebooting for windows 
    2626 
    27  -- Thomas Schmitt <schmitt@lmz-bw.de>  Tue, 24 Mar 2009 12:36:38 +0100 
     27 -- Thomas Schmitt <schmitt@lmz-bw.de>  Wed, 25 Mar 2009 16:00:47 +0100 
    2828 
    2929linuxmuster-linbo (1.1.12-1) unstable; urgency=low 
  • main/linuxmuster-linbo/trunk/debian/md5sums.src

    r470 r471  
    4472fad4ac54b5cba9da9371e238a4edc1  e2fsprogs_1.41.4-1ubuntu1.diff.gz 
    5559033388df36987d2b9c9bbf7e19bd57  e2fsprogs_1.41.4.orig.tar.gz 
    6 558ebf6fc169f79c2e391ea5b8ef2a71  grub4dos-0.4.4-2009-03-24-src.zip 
     60433e734a26304e7c1f9e83cbc0ec4db  grub4dos-0.4.4-2009-03-25-src.zip 
    777bd0f333fea8124cc83769b3f453efc0  hwinfo_15.3.orig.tar.gz 
    88d9f2ecd3c3307905f24130a25816e6cc  kexec-tools-2.0.0.tar.bz2 
  • main/linuxmuster-linbo/trunk/linbo_gui/Makefile

    r418 r471  
    11############################################################################# 
    22# Makefile for building: linbo_gui 
    3 # Generated by qmake (1.07a) (Qt 3.3.7) on: Thu Jan 22 18:49:13 2009 
     3# Generated by qmake (1.07a) (Qt 3.3.7) on: Wed Mar 11 09:13:28 2009 
    44# Project:  linboGUI.pro 
    55# Template: app 
  • main/linuxmuster-linbo/trunk/linbo_gui/linboGUIImpl.cc

    r366 r471  
    1616#include <qimage.h> 
    1717#include <qregexp.h> 
     18#include <stdlib.h> 
    1819 
    1920// #include "image_description.hh" 
     
    11831184 
    11841185  linboMsgImpl *waiting = new linboMsgImpl(this, "foo",0,Qt::WStyle_Customize | Qt::WStyle_NoBorder ); 
    1185   waiting->message->setText("LINBO 1.1.1-1<br>Netzwerk Check"); 
     1186  waiting->message->setText("LINBO 1.1.13-1<br>Netzwerk Check"); 
    11861187 
    11871188  QStringList waitCommand = LINBO_CMD("ready") 
Note: See TracChangeset for help on using the changeset viewer.