~free.ekanayaka/landscape-client/jaunty-1.5.4-0ubuntu0.9.04.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
landscape-client (1.5.4-0ubuntu0.9.04.0) jaunty-proposed; urgency=low

  * New upstream version (LP: #610744):

    - The Eucalyptus management plugin reports the output of the
      'euca-describe-availability-zones verbose' command, which includes
      information about the available instance types and the maximum
      number of each instance type that the cloud can support (LP: #599338)

    - Check if the package directory exists before trying to check the
      package changer lock in the dbus-proxy. This fixes a bug when upgrading
      a dbus-landscape which never registered (LP: #603514).

    - Allow an LDS server to bootstrap new cloud instances with its own CA,
      which is picked up by the client, written to a file on the instance, and
      used in subsequent exchanges with the server (LP: #605079).

    - Skip loopback interface when reporting device info (LP: #608314)

    - Disable landscape-sysinfo when load is more than 1 (LP: #608278)

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Wed, 28 Jul 2010 08:14:02 +0200

landscape-client (1.5.2.1-0ubuntu0.9.04.0) jaunty-proposed; urgency=low

  * Filter duplicate network interfaces in get_active_interfaces (LP: #597000)

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Mon, 28 Jun 2010 18:07:18 +0200

landscape-client (1.5.2-0ubuntu0.9.04.0) jaunty-proposed; urgency=low

  * New upstream version (LP: #594594):
    - A new includes information about active network devices and their
      IP address in sysinfo output (LP: #272344).
    - A new plugin collects information about network traffic (#LP :284662).
    - Report information about which packages requested a reboot (LP: #538253).
    - Fix breakage on Lucid AMIs having no ramdisk (LP: #574810).
    - Migrate the inter-process communication system from DBus to Twisted AMP.

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Wed, 16 Jun 2010 12:03:50 +0200

landscape-client (1.5.0.1-0ubuntu0.9.04.0) jaunty-proposed; urgency=low

  * New upstream version
    - Fix smart-update failing its very first run (LP: #562496)
    - Depend on pythonX.Y-dbus and pythonX.Y-pycurl (LP: #563063)
    - Make only one request at a time to retrieve EC2 instances (LP: #567515)

  * New upstream version (LP: #557244)
    - Fix package-changer running before smart-update has completed (LP: #542215)
    - Report the version of Eucalyptus used to generate topology data (LP: #554007)
    - Enable the Eucalyptus plugin by default, if supported (LP: #546531)
    - Use a whitelist of allowed filesystem types to instead of a blacklist (LP: #351927)
    - Report the update-manager logs to the server (LP: #503384)
    - Turn off Curl's DNS caching for requests. (LP: #522668)

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Wed, 21 Apr 2010 12:31:28 +0200

landscape-client (1.4.4-0ubuntu0.9.04) jaunty-proposed; urgency=low

  * New upstream release (LP: #519200):
    - Add a message for creating package locks (LP: #514334)
    - Add support for auto-approved change-packages messages (LP: #517175)
    - Add support for installing server-generated debian packages (LP: #509752)
    - Add support for reporting Eucalyptus topology information (LP: #518501)
    - Fix timeout while inserting large free-space message (LP: #218388)
    - Fix wrong log path in motd (LP: #517454)
    - Fix race condition in process excecution (LP: #517453)

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Wed, 10 Feb 2010 18:41:52 +0100

landscape-client (1.4.0-0ubuntu0.9.04.0) jaunty-proposed; urgency=low

  * New upstream release (LP: #497351)

  * Bug fixes:
    - Fix landscape daemons fail to start when too many groups are
      available (LP: #456124)
    - Fix landscape programs wake up far too much. (LP: #340843)
    - Fix Package manager fails with 'no such table: task' (LP #465846)
    - Fix test suite leaving temporary files around (LP #476418)
    - Fix the 1hr long wait for user data to be uploaded following a
      resynchronisation (LP #369000)

  * Add support for Ubuntu release upgrades:
    - Add helper function to fetch many files at once (LP: #450629)
    - Handle release-upgrade messages in the packagemanager
      plugin (LP: #455217)
    - Add a release-upgrader task handler (LP: #462543)
    - Support upgrade-tool environment variables (LP: #463321)

  * Add initial support for Smart package locking:
    - Detect and report changes about Smart package locks (#488108)

  * Packaging fixes:
    - Turn unnecessary Pre-Depends on python-gobject into a regular Depends
    - If it's empty, remove /etc/landscape upon purge

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Wed, 16 Dec 2009 10:50:05 +0100

landscape-client (1.3.2.3-0ubuntu0.9.04.1) jaunty-proposed; urgency=low

  * Fix crash in landscape-sysinfo due to an import error during system wide
    upgrades (LP: #349996)

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Tue, 03 Nov 2009 11:44:39 +0100

landscape-client (1.3.2.3-0ubuntu0.9.04.0) jaunty-proposed; urgency=low

  * New upstream release (LP: #347983):
    - Don't clear the hash_id_requests table upon resynchronize (LP #417122)
    - Include the README file in landscape-client (LP: #396260)
    - Fix client capturing stderr from run_command when constructing
      hash-id-databases url (LP: #397480)
    - Use substvars to conditionally depend on update-motd or
      libpam-modules (LP: #393454)
    - Fix reporting wrong version to the server (LP: #391225)
    - The init script does not wait for the network to be available
      before checking for EC2 user data (LP: #383336)
    - When the broker is restarted by the watchdog, the state of the client
      is inconsistent (LP: #380633)
    - Package stays unknown forever in the client with hash-id-databases
      support (LP: #381356)
    - Standard error not captured when calling smart-update (LP: #387441)
    - Changer calls reporter without switching groups, just user (LP: #388092)
    - Run smart update in the package-reporter instead of having a cronjob (LP: #362355)
    - Package changer does not inherit proxy settings (LP: #381241)
    - The ./test script doesn't work in landscape-client (LP: #381613)
    - The source package should build on all supported releases (LP: #385098)
    - Strip smart update's output (LP: #387331)
    - The fetch() timeout isn't based on activity (#389224)
    - Client can use a UUID of "None" when fetching the hash-id-database (LP: #381291)
    - Registration should use the fqdn rather than just the hostname (LP: #385730)

 -- Free Ekanayaka <free.ekanayaka@canonical.com>  Mon, 21 Sep 2009 17:59:31 +0200

landscape-client (1.0.29.1-0ubuntu0.9.04.0) jaunty; urgency=low

  * Apply a fix for segfault bug involving curl timeouts. (LP: #360510)

 -- Christopher Armstrong <radix@ubuntu.com>  Mon, 13 Apr 2009 14:33:31 -0400

landscape-client (1.0.29-0ubuntu0.9.04.0) jaunty; urgency=low

  * New upstream bugfix release (LP: #358744)
    - Add a timeout to HTTP operations to avoid hanging (LP: #349737)
    - Clean up environment variables on startup to avoid propagating
      variables that will corrupt package installation (LP: #348681)
    - Clean up FDs on startup for the same reason (LP: #352458)
    - Catch and handle certain errors from smart (such as invalid package
      data) to avoid "stuck" Landscape activities (LP: #268745)
    - Don't print warnings meant for developers to the console (LP: #336669)

 -- Christopher Armstrong <radix@ubuntu.com>  Thu, 09 Apr 2009 17:09:50 -0400

landscape-client (1.0.28-0ubuntu1.9.04.0) jaunty; urgency=low

  * Fix minor packaging issues in last release (LP: #343954)
    - Version number in landscape.VERSION is now correct
    - Fixed package version number to maintain convention
  * The following changes are in the 1.0.28 release:
    - Invalidate package cache when server UUID changes (LP: #339948)
    - Improve the "cloud mode" introduced in 1.0.26 to send more
      disambiguation data (LP: #343942) and allow the EC2 user data to specify
      the exchange and ping URLs (LP: #343947)
    - Allow importing of initial configurations (along with public SSL
      certificates) when running landscape-config (LP: #341705)
    - Support a non-root mode which allows running the client without the
      management functionality (LP: #82159)
    - Automatic cloud registration when there's no user-data to specify an OTP
      now works (LP: #344323)

 -- Christopher Armstrong <radix@ubuntu.com>  Thu, 19 Mar 2009 09:52:03 -0400

landscape-client (1.0.28-0ubuntu1) jaunty; urgency=low

  * New upstream release. (LP: #343954)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 18 Mar 2009 20:42:05 +0100

landscape-client (1.0.26.1-0ubuntu0.9.04) jaunty; urgency=low

  * Build for python2.6, include the symlinks in the package.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Feb 2009 12:03:23 +0000

landscape-client (1.0.26-0ubuntu0.9.04) jaunty; urgency=low

  * New upstream release (LP: #328151)

 -- Christopher Armstrong <radix@ubuntu.com>  Wed, 11 Feb 2009 17:00:54 +0000

landscape-client (1.0.25-0ubuntu0.9.04) jaunty; urgency=low

  * New upstream release supporting custom graphs (LP: #306360)
    - Multiple custom graphs can be used at the same time (LP: #307314)
    - PATH is now set for scripts in script execution (LP: #257018)
  * debian/landscape-common.postinst: Only chown parts of /var/lib/landscape
    because we now store files in it that should maintain their ownership
    (LP: #307321).
  * debian/landscape-client.postinst: Work around chfn/system user problem
    by not specifying a --gecos (LP: #238755)
  * debian/landscape-client.logrotate: logrotate no longer reports spurious
    errors when the client isn't running (LP: #271767)

 -- Christopher Armstrong <radix@ubuntu.com>  Thu, 11 Dec 2008 17:11:08 -0800

landscape-client (1.0.23-0ubuntu0.8.10.1) intrepid; urgency=low

  * debian/control: Update Replaces to < 1.0.23-0ubuntu0.8.10 to correctly
    replace newer unsplit versions of the landscape package (LP: #285030).

 -- Christopher Armstrong <radix@ubuntu.com>  Fri, 17 Oct 2008 12:42:23 -0400

landscape-client (1.0.23-0ubuntu0.8.10) intrepid; urgency=low

  * New upstream release. (LP: #277658):
    Changes since 1.0.21.1:
    - Don't print duplicate warnings when / is nearing capacity in sysinfo
      (LP: #260230).
    - Slight change to link text in landscape-sysinfo.
    - Don't crash badly when programs are run as the incorrect user
      (LP: #268879).
  * debian/changelog: New debian-version scheme including Ubuntu version. The
    same upstream version is available for all supported releases.
    (LP: #277682).
  * debian/landscape-client.postrm: Delete log and data files upon purge
    (LP: #121182).
  * debian/landscape-common.postrm: Delete the sysinfo logs upon purge.

 -- Christopher Armstrong <radix@ubuntu.com>  Thu, 09 Oct 2008 11:40:51 -0400

landscape-client (1.0.21.1-0ubuntu2) intrepid; urgency=low

  * debian/control: fix bzr url
  * debian/landscape-sysinfo.wrapper: print a timestamp before the sysinfo
    data to ensure appropriate context (LP: #270862)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 30 Sep 2008 17:13:18 -0500

landscape-client (1.0.21.1-0ubuntu1) intrepid; urgency=low

  * New upstream version: 
    * Add ok-no-register option to landscape-config script to not fail if
      dbus isn't started or landscape-client isn't running.
    * lower timeout related to package management in landscape.
  * debian/control: Depend on cron. 
  * debian/landscape-client.postinst: use ok-no-register option so that the
    postinst script doesn't fail when run from the installer. (LP: #274573).

 -- Mathias Gug <mathiaz@ubuntu.com>  Thu, 25 Sep 2008 17:54:00 -0400

landscape-client (1.0.21-0ubuntu2) intrepid; urgency=low

  * debian/rules: Install an hourly cron job to update smart package data.
    Thanks to Christopher Armstrong (LP: #268765).
  * debian/control:
    - Move ${misc:Depends} to Depends.
    - Add VCS-* headers.
  * debian/landscape-client.postrm:
    - remove /etc/default/landscape-client when the package is purged.

 -- Mathias Gug <mathiaz@ubuntu.com>  Tue, 23 Sep 2008 18:19:26 -0400

landscape-client (1.0.21-0ubuntu1) intrepid; urgency=low

  [ Christopher Armstrong ]
  * New upstream release (LP: #271886):
    - Bug fix release:
    - Avoid the PotentialZombieWarning on landscape-client startup.
     (LP: #257346)
    - When run as root, read sysinfo configuration from /etc and and write
      logs to /var/log instead of /root. (LP: #268560)
    - Avoid ZeroDivisionErrors when /home is an autofs. (LP: #269634)
    - Don't corrupt a pid file when trying to start the client when it's
      already running. (LP: #269634)
    - Remove the pid file when shutting down the client. (LP: #257081)

  [ Mathias Gug ]
  * debian/landscape-client.init: specify the pid file and use --startas
    instead of --exec when starting landscape-client so that the init script
    doesn't fail if landscape-client is already running.

 -- Mathias Gug <mathiaz@ubuntu.com>  Fri, 19 Sep 2008 17:28:08 -0400

landscape-client (1.0.18-0ubuntu4) intrepid; urgency=low

  [ Christopher Armstrong ]
  * debian/landscape-common.postinst: Don't blow up when the landscape-sysinfo
    symlinks already exist (LP: #270131)

  [ Mathias Gug ]
  * debian/landscape-common.postinst, debian/landscape-common.prerm: don't
    call update-motd init script as it's no longer available in the
    update-motd package. Call directly /usr/sbin/update-motd instead. 
    (LP: #271854)

 -- Mathias Gug <mathiaz@ubuntu.com>  Thu, 18 Sep 2008 16:47:08 -0400

landscape-client (1.0.18-0ubuntu3) intrepid; urgency=low

  * debian/control: Add Replaces for landscape-common since
    landscape-sysinfo has been moved from -client to -common.

 -- Mathias Gug <mathiaz@ubuntu.com>  Tue, 16 Sep 2008 17:16:50 -0400

landscape-client (1.0.18-0ubuntu2) intrepid; urgency=low

  [ Mathias Gug ]
  * Split the package into two packages:
    - landscape-common: has the python libraries and the landscape-sysinfo
      command. A landscape account is not required to use this package.
    - landscape-client: has all the binaries required to run the
      landscape-client. Requires a landscape account.
    - debian/control: 
      + move some dependencies to landscape-client so that
        landscape-common doesn't install unecessary packages in the 
        default -server install.
      + move python-gobject to a Pre-Depends so that landscape-config can
        register the system during the postinst (LP: #268838).
  * debian/control:
    - depend on python-smartpm instead of smartpm-core.
  * debian/landscape-client.postrm: delete /etc/landscape/client.conf when 
    the package is purged.
  * debian/landscape-client.postinst: remove sysinfo_in_motd debconf question
    as it wasn't used.

  [ Christopher Armstrong ]
  * Fixes for (LP: #268352).
    - scripts/landscape-sysinfo.wrapper: New script to run landscape-sysinfo
      with leading whitespace.
    - debian/rules: Install wrapper into /usr/share/landscape.
    - debian/landscape-client.postinst: Link wrapper into place.

 -- Mathias Gug <mathiaz@ubuntu.com>  Mon, 15 Sep 2008 17:21:53 -0400

landscape-client (1.0.18-0ubuntu1) intrepid; urgency=low

  * New upstream release 

 -- Rick Clark <rick.clark@ubuntu.com>  Mon, 08 Sep 2008 16:35:57 -0500

landscape-client (1.0.17-0ubuntu1) intrepid; urgency=low

  [ Dustin Kirkland and Rick Clark ]
  * debian/compat: updated to 6.
  * debian/config: initial debconf config.
  * debian/control: reformatted depends and changed smartpm-core version;
    changed Standards-Version to 3.8.0; added adduser to depends as needed by
    postinst and postrm; updates smartpm-core dep to >1.0; moved most build
    deps to Build-Depends-Indep; add po-debconf build dependency; added
    debconf hooks for installing landscape-sysinfo as an update-motd or
    profile.d script.
  * debian/copyright: updated copyright date; removed incorrect symlink to
    GPL-3; added Dustin and Rick to the packaging credits.
  * debian/landscape-client.init: removed S from stop; rewritten to be more
    lsb/Debian compliant; added status action; fixed whitespacing
    inconsistency; use $NAME whenever possible; comment why we're not using
    status_of_proc().
  * debian/landscape-client.lintian-overrides: added with two overrides
  * debian/landscape-client.overrides: removed.
  * debian/landscape-client.prerm: initial creation, remove landscape-sysinfo
    update-motd or profile.d script, if any exists.
  * debian/landscape-client.postinst: fixed deprecated chmod call; changed
    home dir of landscape user; removed uneeded update-rc.d; added code to
    handle debconf; created a function for retrieving values from ini config;
    /usr/share/debconf/comfmodule to top of postinst; add db_stop back in.
  * debian/landscape-client.postrm: added debhelper tag.
  * debian/rules: added po debconf bits for translation; depend on update-motd.
  * debian/pycompat: initial creation.
  * debian/po/POTFILES.in, debian/po/templates.pot: initial creation.
  * man/txt2man, man/*.txt: removed; manpages should *really* be in native
    format.
  * man/landscape-client.1, man/landscape-config.1, man/landscape-message.1:
    manpages in roff format, initially created by txt2man, some minor tweaks
    to the title and such.

  [ Gustavo Niemeyer ]
  * New Upstream release
  * Fix copyright dates in debian/copyright
  * fix the chown call to use a colon
  * Fixed missing $PACKAGES variable in postinst
  * Implemented support for configuration the computer title via debconf

  [ Kees Cook ]
  * removed unused debian/autoppa-switch.
  * fixed debian/landscape-client.init to run log_end_msg in the right place.
  * debian/landscape-client.postrm: rewrote to allow debhelper to do its
    job, fixed deluser call.
  * debian/landscape-client.postinst: rewrote to allow debhelper to do its
    job, fixed use of adduser.
  * debian/rules: use "install" instead of "cp", dropped lintian overrides.
  * debian/changelog: drop redundant changelog entries.

  [ Rick Clark ]
  * removed .override file
  * removed .autoppa files

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 04 Sep 2008 13:28:14 -0500

landscape-client (1.0.16-intrepid1-landscape1) intrepid; urgency=low

  * landscape-config can now be run in a non-interactive mode

 -- Andreas Hasenack <andreas@canonical.com>  Fri, 8 Aug 2008 14:34:43 +0000

landscape-client (1.0.15-intrepid1-landscape1) intrepid; urgency=low

  * introduce a basic landscape-sysinfo tool
  * properly report a script execution error if its exit status is not
    zero

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 7 Aug 2008 18:33:41 +0000

landscape-client (1.0.14-intrepid1-landscape1) intrepid; urgency=low

  * fixed some dbus errors in some of the supported distributions
  * added restart/shutdown plugin
  * scripts can now have accented characters in them

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 24 Jul 2008 13:06:34 +0000

landscape-client (1.0.13-hardy1-landscape1) hardy; urgency=low

  * the timestamp in the error message from processkiller.py is now
    formatted properly
  * the process list sent to the server was only being updated for new
    processes, and not when existing processes changed
  * in script execution, a timeout error is now reported with a proper
    error message instead of just a generic failure in the script

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 10 Jul 2008 14:24:15 +0000

landscape-client (1.0.12-hardy1-landscape1) hardy; urgency=low

  * the sleep average value of a process is no longer provided by recent
    kernels. The client now computes and sends the CPU usage instead.
  * initial directory for script execution is now the target user's home
    directory and, if that is unavailable, /. Previously it was /root.
  * new user creation was ignoring some extra fields such as Location and
    phone numbers
  * the machine uptime was incorrectly reported after a logrotate run and if
    there was no reboot afterwards. This affected the process listing page in
    the web interface, where processes would show up as having been started
    around 1970.

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 26 Jun 2008 16:17:59 +0000

landscape-client (1.0.11-hardy1-landscape1) hardy; urgency=low

  * fixed a regression where an important fix was missing from the
    new staging branch

 -- Andreas Hasenack <andreas@canonical.com>  Fri, 13 Jun 2008 14:45:08 +0000

landscape-client (1.0.10-hardy1-landscape1) hardy; urgency=low

  * Change the utilisation of the csv module to be compatible with 
    python 2.4 as used in Dapper.

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 12 Jun 2008 17:58:05 +0000

landscape-client (1.0.9-hardy1-landscape1) hardy; urgency=low

  * restrict users and groups list to local ones only, i.e., /etc/passwd
    and /etc/group
  * fixed some tests that were failing in locales other than english

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 11 Jun 2008 15:16:12 +0000

landscape-client (1.0.4-hardy1-landscape1) hardy; urgency=low

  * fixed permissions and ownership of some files and directories which could
    prevent package data from being uploaded to the Landscape server
  * fixed a problem where the root user password could not be changed
  * the watchdog.log log file is now also rotated

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 16 Apr 2008 17:21:20 +0000

landscape-client (1.0-hardy1-landscape4) hardy; urgency=low

  * Memory consumption has is improved.  The client's functionality is
    now broken up into a number of sub-processes.  Functionality that
    would previously use or leak memory, such as package management,
    run in independent processes that exit when they complete so the
    OS can reclaim the memory.
  * Security is improved with this design.  Monitoring plugins run as
    the unpriviledged landscape user while management functions run as
    root.
  * Secure inter-process communication occurs over DBUS.

 -- Michel Pelletier <pelletier.michel@gmail.com>  Wed, 27 Feb 2008 22:57:21 +0000

landscape-client (0.17.0-hardy1-landscape1) hardy; urgency=low

  * The client now reports the primary group for users.  I can also
    modify it when requested by the server (#122212).

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Wed, 21 Nov 2007 19:14:29 +0000

landscape-client (0.16.0-hardy1-landscape1) hardy; urgency=low

  * The client no longer schedules an urgent exchange if it detects
    that the server has not processed any messages in its most recent
    exchange (#138135).
  * The total number of pending messages are sent to the server to
    make it possible to generate backlog statistics (#162733).

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Wed, 14 Nov 2007 23:09:58 +0000

landscape-client (0.15.0-gutsy1-landscape1) gutsy; urgency=low

  * Support for http_proxy and https_proxy variables in the
    configuration file and in the interactive setup, as well as
    --http-proxy and --https-proxy parameters is available (#151690).
  * The client gracefully fails when unknown request-ids for
    package-related operations are received (#151085).
  * Child devices that have been removed are not reported when one of
    their ancestors is also reported for deletion by the hardware
    inventory plugin (#136497).

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Fri, 26 Oct 2007 23:23:20 +0000

landscape-client (0.14.0-gutsy1-landscape1) gutsy; urgency=low

  * Failures that would occur is a user wasn't in the shadow file are
    fixed (#102071).
  * Whitespace surrounding process command-line names is removed
    before they are reported to the server (#149112).
  * Test failures, some related to DBUS on gutsy, are fixed.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 25 Oct 2007 00:03:06 +0000

landscape-client (0.13.0-gutsy1-landscape1) gutsy; urgency=low

  * When unknown package IDs are sent by the server message handling
    is postponed until the client is aware of the unknown IDs
    (#128796).

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Wed, 17 Oct 2007 17:36:11 +0000

landscape-client (0.12.2-gutsy1-landscape1) gutsy; urgency=low

  * The client now reports it's version correctly.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 11 Oct 2007 21:32:24 +0000

landscape-client (0.12.1-gutsy1-landscape1) gutsy; urgency=low

  * A critical bug that would break configure-landscape is fixed.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Tue, 9 Oct 2007 21:10:02 +0000

landscape-client (0.12.0-gutsy1-landscape7) gutsy; urgency=low

  * Fixed typo in version string.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Sat, 6 Oct 2007 00:49:10 +0000

landscape-client (0.12.0-gutsy1-landscape6) gutsy; urgency=low

  * Updated Depends to require new smartpm-core 0.52 packages.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Fri, 5 Oct 2007 23:23:17 +0000

landscape-client (0.12.0-gutsy1-landscape5) gutsy; urgency=low

  * No upstream changes.  New package build.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 4 Oct 2007 22:35:50 +0000

landscape-client (0.12.0-gutsy1-landscape4) gutsy; urgency=low

  * Updated package requires current version of smartpm-core.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Tue, 2 Oct 2007 21:37:56 +0000

landscape-client (0.11.0-gutsy1-landscape1) gutsy; urgency=low

  * The full command name for a process, where retrievable, is
    reported to the server instead of just the first 16 characters
    (#131878).
  * The historic process plugin, unused for months, has been removed
    (#134122).
  * A new landscape-message command-line program is available.  It
    allows administrators to send messages from a console that end up
    in the account history (#125083).
  * The landscape-client.log file is now logrotated regularly
    (#78494).

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 13 Sep 2007 00:05:43 +0000

landscape-client (0.10.15-gutsy1-landscape1) gutsy; urgency=low

  * THIS IS A TEST BUILD!
  * The full command name, where retrievable, is reported to the
    server instead of just the first 16 characters (#131878).
  * The historic process plugin, unused for months, has been removed
    (#134122).
  * A new landscape-message command-line program is available.  It
    allows administrators to send messages from a console that end up
    in the account history (#125083).
  * The landscape-client.log file is now logrotated regularly
    (#78494).

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Wed, 12 Sep 2007 22:48:19 +0000

landscape-client (0.10.12-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Package Depends updated to use new smartpm-0.51-landscape4
    package.  This makes the package installable on Ubuntu systems
    with only the main repository enabled.

 -- Landscape Team <landscape-team@canonical.com>  Tue, 7 Aug 2007 16:08:00 -0700

landscape-client (0.10.11-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * A bug related to package dependency reporting that would cause two
    approvals for and upgrade package request has been fixed.
  * Errors with the ping server are logged clearly now.
  * A crashing postinit-related bug is fixed.

 -- Landscape Team <landscape-team@canonical.com>  Fri, 3 Aug 2007 19:15:00 -0700

landscape-client (0.10.10-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * CA certificates are no longer hard-coded.  The default set of CAs
    in the system are used instead.
  * The client connects to the server immediately when it detects
    changes in packages and users.  This dramatically reduces the
    turn-around time of some operations.
  * The new user and group change detection reports detailed
    information to the server about changes made external to the
    client, such as by local users.
  * The client reports detailed information about the outcome of user
    and group operations.
  * The client has support for a new synchronization system.  If
    either the server or client detect inconsistencies in the data
    they have they can request a synchronization to get back in sync.
  * The client has support to calculate and report package upgrades.
  * The hostname is reported when clients first register with the
    server.
  * A new configure-landscape script eases registration including
    automated and interactive registration modes.
  * The client includes VM size and sleep average in active process
    data.

 -- Landscape Team <landscape-team@canonical.com>  Thu, 28 Jun 2007 16:19:00 -0700

landscape-client (0.10.9-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Package depends on python-gdbm to install correctly on systems
    without it.

 -- Landscape Team <landscape-team@canonical.com>  Fri, 8 Jun 2007 11:02:00 -0700

landscape-client (0.10.8-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * The changes that included the new configure-landscape helper
    script have been removed.  They were not quite ready for release.
  * Added python-twisted-web to Debian package Depends to satisfy
    dependencies introduced by the new ping plugin.

 -- Landscape Team <landscape-team@canonical.com>  Thu, 7 Jun 2007 11:03:00 -0700

landscape-client (0.10.7-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Package depends on new smartpm-core package which installs
    correctly on dapper.

 -- Landscape Team <landscape-team@canonical.com>  Wed, 6 Jun 2007 10:37:00 -0700

landscape-client (0.10.6-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Mispelled smartpm-core version is fixed.

 -- Landscape Team <landscape-team@canonical.com>  Mon, 1 Jun 2007 10:48:00 -0700

landscape-client (0.10.5-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Mismatched operation status codes are fixed.

 -- Landscape Team <landscape-team@canonical.com>  Thu, 31 May 2007 15:36:00 -0700

landscape-client (0.10.4-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Links to a new version of smart with a fixed crontab entry.

 -- Landscape Team <landscape-team@canonical.com>  Tue, 22 May 2007 23:29:00 -0700

landscape-client (0.10.3-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * A bug related to bpickle conversions with float-point values is
    fixed (#114829).

 -- Landscape Team <landscape-team@canonical.com>  Mon, 15 May 2007 16:31:00 -0700
	
landscape-client (0.10.2-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * New package includes previously missing package management plugin.

 -- Landscape Team <landscape-devel@lists.canonical.com>  Fri, 11 May 2007 10:20:00 -0700

landscape-client (0.10.1-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Minor fix in package management plugin timings.

 -- Landscape Team <landscape-devel@lists.canonical.com>  Thu, 10 May 2007 10:00:00 -0700
	
landscape-client (0.10.0-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Basic package management operations are now supported.  The client
    reports package information to the server and can install and/or
    remove packages.
  * The client uses the new operations system.  Support for the now
    unused action info system is gone.
  * A minor bpickle bug was fixed.
	
 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Mon, 7 May 2007 20:16:00 -0700
	
landscape-client (0.9.6-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Bugs related to the handling of DBus types are fixed on feisty.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Fri, 13 Apr 2007 18:06:10 -0700

landscape-client (0.9.5-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Old-school and oddly formatted GECOS fields are handled correctly.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 30 Mar 2007 16:50:49 -0400

landscape-client (0.9.4-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Change architecture to all.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 30 Mar 2007 12:46:23 -0400

landscape-client (0.9.3-1ubuntu1) feisty; urgency=low

  * New upstream release.
  * Add override file.
  * Bump application and package versions.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 29 Mar 2007 17:21:50 -0400

landscape-client (0.9.2-1ubuntu1) feisty; urgency=low

  * Bump debhelper version.
  * Build-Depend on python-dev, lsb-release.
  * Pre-Depend on debconf | debconf-2.0.
  * Move ${python:Depends} to Depends.
  * Make the packaging compatible with dapper and newer distro releases.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 28 Mar 2007 21:21:20 +0200

landscape-client (0.9.2-1) unstable; urgency=low

  * New upstream release.
  * Really fixed package.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Tue, 21 Mar 2007 09:57:00 -0400

landscape-client (0.9.1-3) unstable; urgency=low

  * Really fixed package.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Tue, 20 Mar 2007 16:35:00 -0400

landscape-client (0.9.1-2) unstable; urgency=low

  * Fixed package.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Tue, 20 Mar 2007 16:25:00 -0400

landscape-client (0.9.1-1) unstable; urgency=low

  * New upstream release.
  * bpickle encoding format has changed in a non-backwards compatible
    way to fix float encoding-related problems.
  * API version updated to 2.0.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Tue, 20 Mar 2007 15:06:17 -0400

landscape-client (0.9.0-1) unstable; urgency=low

  * New upstream release.
  * Group-management related tasks such as add/remove member and
    create group are now supported.
  * Client reports hardware inventory information to the server.
  * Unicode handling with regards to the passwd file is improved.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Fri, 9 Mar 2007 16:04:51 -0800

landscape-client (0.8.1-1) unstable; urgency=low

  * New upstream release.
  * Account registration log message no longer exposes account
    password.
	
 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 18 Jan 2007 23:07:00 -0800

landscape-client (0.8.0-1) unstable; urgency=low

  * New upstream release.
  * Process monitoring logic stops trying to restart the client if too
    many restarts occur during a short period of time.
  * Client includes an SSL certificate to verify the server with.
  * Package depends on python2.4-pycurl, which is necessary for the
    new SSL support.
	
 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 18 Jan 2007 10:48:00 -0800

landscape-client (0.7.0-1) unstable; urgency=low

  * New upstream release.
  * Client can daemonize itself and perform basic process monitoring.
  * Client writes a useful log now.  Command-line options have been
    added to control log verbosity.
  * Package depends on perl-modules, which is necessary for bare-bones
    server installs.
	
 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Tue, 2 Jan 2007 12:54:00 -0800

landscape-client (0.6.1-1) unstable; urgency=low

  * User management plugin handles extra Ubuntu user fields.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 15 Dec 2006 10:22:00 -0800

landscape-client (0.6.0-2) unstable; urgency=low

  * Reverted to deprecated build rule to fix package breakage on
    dapper.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Thu, 7 Dec 2006 10:54:00 -0800

landscape-client (0.6.0-1) unstable; urgency=low

  * New upstream release.
  * The active-process-info plugin provides server-controllable
    end/kill actions.
  * Messages are no longer delivered twice if a broken message gets
    into the message store.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Wed, 6 Dec 2006 14:47:00 -0800

landscape-client (0.5.0-1) unstable; urgency=low

  * New upstream release.
  * Client-to-server exchanges now happen in a thread to avoid
    blocking monitoring plugins.
  * Problems that caused slow client registration have been fixed.
  * The computer-info plugin now reports information about the
    distribution installed on a machine.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Fri, 10 Nov 2006 12:47:00 -0800

landscape-client (0.4.0-1) unstable; urgency=low

  * New upstream release.
  * Disk, load, memory/swap and temperature data is now reported at
    300s-aligned intervals.
  * Improvements to registration system.
  * Improvements to plugin infrastructure.

 -- Jamshed Kakar <jamshed.kakar@canonical.com>  Fri, 13 Oct 2006 09:25:00 -0300

landscape-client (0.3.0-1) unstable; urgency=low

  * New upstream release.
  * Major reorganization of client code.

 -- Christopher Armstrong <radix@canonical.com>  Tue, 22 Aug 2006 09:56:00 -0400

landscape-client (0.2.5-1) unstable; urgency=low

  * New upstream release.
  * Fix a bug in the newly introduced client upgrade machinery.

 -- Christopher Armstrong <radix@canonical.com>  Wed, 4 Aug 2006 10:45:00 -0500

landscape-client (0.2.4-1) unstable; urgency=low

  * New upstream release.
  * User management should now be working.

 -- Christopher Armstrong <radix@canonical.com>  Wed, 3 Aug 2006 15:12:00 -0500

landscape-client (0.2.3-1) unstable; urgency=low

  * New upstream release.
  * Fixed a bug in the init script preventing landscape-client from
    starting after reboots.

 -- Christopher Armstrong <radix@canonical.com>  Wed, 26 Jul 2006 15:47:00 -0500

landscape-client (0.2.2-1) unstable; urgency=low

  * New upstream release.

 -- Christopher Armstrong <radix@canonical.com>  Thu, 6 Jul 2006 18:38:00 -0500

landscape-client (0.2.1-1) unstable; urgency=low

  * Added support for debconf.

 -- Gustavo Niemeyer <gustavo@niemeyer.net>  Wed, 5 Jul 2006 14:13:25 -0300

landscape-client (0.2.0-1) unstable; urgency=low

  * Initial (internal) release.

 -- Christopher Armstrong <radix@canonical.com>  Wed, 28 Jun 2006 14:32:30 -0500

landscape-client (0.1) dapper; urgency=low

  * Empty placeholder package

 -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 26 May 2006 06:37:55 -0700