From 3121b90d267183bc02459a7fbc65d4b44bbe8787 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Jul 01 2008 19:27:11 +0000 Subject: - Add new client "ask-for-password" command which feeds the user input to a program instead of standard output, and loops when the program returns non-zero exit status. --- diff --git a/.cvsignore b/.cvsignore index d4422dc..164458f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -plymouth-0.4.5.tar.bz2 +plymouth-0.5.0.tar.bz2 diff --git a/plymouth.spec b/plymouth.spec index 3ec42ed..6b2ea91 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -1,6 +1,6 @@ Summary: Plymouth Graphical Boot Animation and Logger Name: plymouth -Version: 0.4.5 +Version: 0.5.0 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base @@ -163,6 +163,11 @@ fi %{_libdir}/plymouth/spinfinity.so %changelog +* Thu Jun 26 2008 Ray Strode - 0.5.0-1 +- Add new client "ask-for-password" command which feeds + the user input to a program instead of standard output, + and loops when the program returns non-zero exit status. + * Thu Jun 26 2008 Ray Strode - 0.4.5-1 - Update to version 0.4.5 - Make text plugin blue and less 80s diff --git a/sources b/sources index 2b95aeb..3984e1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5add7ba1aacc451d86855e9529ca11c9 plymouth-0.4.5.tar.bz2 +1b76f4b0e7a819b8ae8ac04f172ce073 plymouth-0.5.0.tar.bz2