X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2Fgeorge%2Fchangelog;h=002a46b8d9f5eb96d88cd124bea06ff855d329e3;hb=ba1d8c2b29be76bae9b4631de848ce45cfee6edd;hp=1ed81d4b1256451e090ef0e2f027442c0aa333dd;hpb=e6d6c460cbe45ef8e87020bc775772cb71a5b861;p=monkeysphere.git diff --git a/doc/george/changelog b/doc/george/changelog index 1ed81d4..002a46b 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -7,10 +7,32 @@ * changes to this system (first command at top, last at bottom) * ****************************************************************************** +2008-09-03 - micah + * migrated /home/*/.config/monkeysphere/authorized_user_ids to new + agreed location: /home/*/.monkeysphere/authorized_user_ids and created + a symlink in the original location for transition purposes. Also, + did /root's as well. I used this hackish mechanism: + $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \ + | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \ + ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \ + ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \ + ${user}/.config/monkeysphere/authorized_user_ids; done + + - dkg + * added the monkeysphere archive repository signing key + * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1) + * cleaned up /etc/skel to reflect correct location of the + monkeysphere config directory. + * micah moved all the existing config stuff over, and left + symlinks so people aren't disoriented. + 2008-09-01 - dkg * set up http://dkg.monkeysphere.info so that i could play around with ikiwiki updates * moved apt repository over to http://archive.monkeysphere.info/ + * aptitude update && aptitude dist-upgrade + * canonicalizing hostname for normal web access to + http://web.monkeysphere.info 2008-08-26 - dkg * aptitude update && aptitude full-upgrade