~free.ekanayaka/landscape-client/use-smart-to-get-dpkg-arch

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
landscape-client (1.0.23-0ubuntu0.6.06) dapper; urgency=low

  * rebuild for dapper with the correct distro number (6.06, and not
    6.04)

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 9 Oct 2008 17:50:32 +0000

landscape-client (1.0.23-0ubuntu0.8.04) hardy; urgency=low

  * rebuild with new package versioning scheme

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 9 Oct 2008 01:04:50 +0000

landscape-client (1.0.23-0ubuntu0.7.10) gutsy; urgency=low

  * rebuild with new package versioning scheme

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 9 Oct 2008 01:04:46 +0000

landscape-client (1.0.23-0ubuntu0.7.04) feisty; urgency=low

  * rebuild with new package versioning scheme

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 9 Oct 2008 01:04:43 +0000

landscape-client (1.0.23-0ubuntu0.6.04) dapper; urgency=low

  * rebuild with new package versioning scheme

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 9 Oct 2008 01:04:38 +0000

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

  * don't show unnecessary warnings for / (#260230)
  * don't crash when run as the incorrect user (#268879)
  * use lower timeouts for package activities (#268218)
  * don't crash when restart failed or dbus is not available (#274819)

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 8 Oct 2008 17:55:33 +0000

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

  * don't show unnecessary warnings for / (#260230)
  * don't crash when run as the incorrect user (#268879)
  * use lower timeouts for package activities (#268218)
  * don't crash when restart failed or dbus is not available (#274819)

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 8 Oct 2008 17:55:29 +0000

landscape-client (1.0.23-feisty1-landscape1) feisty; urgency=low

  * don't show unnecessary warnings for / (#260230)
  * don't crash when run as the incorrect user (#268879)
  * use lower timeouts for package activities (#268218)
  * don't crash when restart failed or dbus is not available (#274819)

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 8 Oct 2008 17:55:25 +0000

landscape-client (1.0.23-dapper1-landscape1) dapper; urgency=low

  * don't show unnecessary warnings for / (#260230)
  * don't crash when run as the incorrect user (#268879)
  * use lower timeouts for package activities (#268218)
  * don't crash when restart failed or dbus is not available (#274819)

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 8 Oct 2008 17:55:17 +0000

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

  * remove pid file when the daemon exits
  * landscape-client now returns non-zero when something failed
  * better fix for not corrupting the pid file when starting up
  * fixed location of pid file in logrotate script
  * fixed zombie warning
  * fixed divide-by-zero error in sysinfo disk plugin
  * use system wide log and conf files when running as root

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 24 Sep 2008 18:08:35 +0000

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

  * remove pid file when the daemon exits
  * landscape-client now returns non-zero when something failed
  * better fix for not corrupting the pid file when starting up
  * fixed location of pid file in logrotate script
  * fixed zombie warning
  * fixed divide-by-zero error in sysinfo disk plugin
  * use system wide log and conf files when running as root

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 24 Sep 2008 18:08:31 +0000

landscape-client (1.0.22-feisty1-landscape1) feisty; urgency=low

  * remove pid file when the daemon exits
  * landscape-client now returns non-zero when something failed
  * better fix for not corrupting the pid file when starting up
  * fixed location of pid file in logrotate script
  * fixed zombie warning
  * fixed divide-by-zero error in sysinfo disk plugin
  * use system wide log and conf files when running as root

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 24 Sep 2008 18:08:27 +0000

landscape-client (1.0.22-dapper1-landscape1) dapper; urgency=low

  * remove pid file when the daemon exits
  * landscape-client now returns non-zero when something failed
  * better fix for not corrupting the pid file when starting up
  * fixed location of pid file in logrotate script
  * fixed zombie warning
  * fixed divide-by-zero error in sysinfo disk plugin
  * use system wide log and conf files when running as root

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 24 Sep 2008 18:08:18 +0000

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

  * reverted pidfile fix as it introduced serious regressions

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 17 Sep 2008 15:42:00 +0000

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

  * reverted pidfile fix as it introduced serious regressions

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 17 Sep 2008 15:41:56 +0000

landscape-client (1.0.20-feisty1-landscape1) feisty; urgency=low

  * reverted pidfile fix as it introduced serious regressions

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 17 Sep 2008 15:41:52 +0000

landscape-client (1.0.20-dapper1-landscape1) dapper; urgency=low

  * reverted pidfile fix as it introduced serious regressions

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 17 Sep 2008 15:41:44 +0000

landscape-client (1.0.19-hardy1-landscape2) hardy; urgency=low

  * fixed path to the pid file in logrotate

 -- Andreas Hasenack <andreas@canonical.com>  Tue, 16 Sep 2008 21:48:13 +0000

landscape-client (1.0.19-gutsy1-landscape2) gutsy; urgency=low

  * fixed path to the pid file in logrotate

 -- Andreas Hasenack <andreas@canonical.com>  Tue, 16 Sep 2008 21:48:09 +0000

landscape-client (1.0.19-feisty1-landscape2) feisty; urgency=low

  * fixed path to the pid file in logrotate

 -- Andreas Hasenack <andreas@canonical.com>  Tue, 16 Sep 2008 21:48:04 +0000

landscape-client (1.0.19-dapper1-landscape2) dapper; urgency=low

  * fixed path to the pid file in logrotate

 -- Andreas Hasenack <andreas@canonical.com>  Tue, 16 Sep 2008 21:47:53 +0000

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

  * relaxed the default umask for script execution to be 0022 instead
    of 0077 (#255856)
  * don't write out a pidfile if the daemon is not going to stay
    running (#257079)
  * many packaging improvements, merged back from the Intrepid package
  * landscape-sysinfo now logs errors in ~/.landscape/sysinfo.log
  * landscape-sysinfo now supports a configuration file in
    ~/.landscape/sysinfo.conf
  * other landscape-sysinfo improvements (#260231, #260230, #264870,
    #259585)
  * added a better check for the interpreter in script execution

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 10 Sep 2008 17:27:13 +0000

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

  * relaxed the default umask for script execution to be 0022 instead
    of 0077 (#255856)
  * don't write out a pidfile if the daemon is not going to stay
    running (#257079)
  * many packaging improvements, merged back from the Intrepid package
  * landscape-sysinfo now logs errors in ~/.landscape/sysinfo.log
  * landscape-sysinfo now supports a configuration file in
    ~/.landscape/sysinfo.conf
  * other landscape-sysinfo improvements (#260231, #260230, #264870,
    #259585)
  * added a better check for the interpreter in script execution

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 10 Sep 2008 17:27:09 +0000

landscape-client (1.0.19-feisty1-landscape1) feisty; urgency=low

  * relaxed the default umask for script execution to be 0022 instead
    of 0077 (#255856)
  * don't write out a pidfile if the daemon is not going to stay
    running (#257079)
  * many packaging improvements, merged back from the Intrepid package
  * landscape-sysinfo now logs errors in ~/.landscape/sysinfo.log
  * landscape-sysinfo now supports a configuration file in
    ~/.landscape/sysinfo.conf
  * other landscape-sysinfo improvements (#260231, #260230, #264870,
    #259585)
  * added a better check for the interpreter in script execution

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 10 Sep 2008 17:27:04 +0000

landscape-client (1.0.19-dapper1-landscape1) dapper; urgency=low

  * relaxed the default umask for script execution to be 0022 instead
    of 0077 (#255856)
  * don't write out a pidfile if the daemon is not going to stay
    running (#257079)
  * many packaging improvements, merged back from the Intrepid package
  * landscape-sysinfo now logs errors in ~/.landscape/sysinfo.log
  * landscape-sysinfo now supports a configuration file in
    ~/.landscape/sysinfo.conf
  * other landscape-sysinfo improvements (#260231, #260230, #264870,
    #259585)
  * added a better check for the interpreter in script execution

 -- Andreas Hasenack <andreas@canonical.com>  Wed, 10 Sep 2008 17:26:49 +0000

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

  * more landscape-sysinfo plugins: memory, swap, temperature, logged
    in users, processes
  * support for script attachments
  * improved timestamp accuracy used for process killing

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 21 Aug 2008 14:01:44 +0000

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

  * more landscape-sysinfo plugins: memory, swap, temperature, logged
    in users, processes
  * support for script attachments
  * improved timestamp accuracy used for process killing

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 21 Aug 2008 14:01:40 +0000

landscape-client (1.0.17-feisty1-landscape1) feisty; urgency=low

  * more landscape-sysinfo plugins: memory, swap, temperature, logged
    in users, processes
  * support for script attachments
  * improved timestamp accuracy used for process killing

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 21 Aug 2008 14:01:37 +0000

landscape-client (1.0.17-dapper1-landscape1) dapper; urgency=low

  * more landscape-sysinfo plugins: memory, swap, temperature, logged
    in users, processes
  * support for script attachments
  * improved timestamp accuracy used for process killing

 -- Andreas Hasenack <andreas@canonical.com>  Thu, 21 Aug 2008 14:01:27 +0000

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