summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-04-02 16:00:04 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-04-02 16:00:04 +0000
commitba6ac3f17370b83a852d5bb392119ea8caaf64bf (patch)
tree89bda40e5325d129c0b006aca92c328c897312ad /ChangeLog
parent0f4dd6a1fd0de2b395fab771fa8ca89274165c6b (diff)
downloadanaconda-ba6ac3f17370b83a852d5bb392119ea8caaf64bf.tar.gz
anaconda-ba6ac3f17370b83a852d5bb392119ea8caaf64bf.tar.xz
anaconda-ba6ac3f17370b83a852d5bb392119ea8caaf64bf.zip
* vnc.py (startVNCServer): Display the IP address of the VNC server
when telling the user what to connect to. During DHCP install scenarios, users might not know the address they are assigned (#234747)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 199f4d149..98cc44a77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* loader2/module-info: Add fec_mpc52xx, ps3_storage, and gelic_net
(#220009).
+ * vnc.py (startVNCServer): Display the IP address of the VNC server
+ when telling the user what to connect to. During DHCP install
+ scenarios, users might not know the address they are assigned (#234747)
+
2007-04-02 Chris Lumens <clumens@redhat.com>
* backend.py: Import constants (#234782).