~ubuntu-branches/ubuntu/utopic/numactl/utopic

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Package Import Robot
  • Author(s): Ian Wienand
  • Date: 2011-09-15 20:56:50 UTC
  • mfrom: (1.3.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110915205650-btswdvza1g19l5jm
Tags: 2.0.8~rc2-1
* New upstream (Closes: #548030)
* Update standards to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Note: newer entries are at the bottom]
2
2
 
 
3
The actual patches and their series are in the tarball:  patches.tar.gz
 
4
 
3
5
Early prehistory:
4
6
 
5
7
- Fix some warnings
318
320
2.0.5 released in July, 2010 (about 2 days after 2.0.4)
319
321
- Fix numactl calls to set_mempolicy, get_mempolicy and mbind
320
322
 
 
323
newer:
 
324
- include stat.h in shm.c (Mike Frysinger)
 
325
 
 
326
2.0.6-rc1
 
327
- Correct numa_max_node() use of broken numa_num_configured_nodes() (Tim Pepper)
 
328
- Use numa_max_node() not numa_num_configured_nodes() (Tim Pepper)
 
329
- Fix numa_num_configured_nodes() to match man page description (Tim Pepper)
 
330
- Clarify comment for numa_all_nodes_ptr extern (Tim Pepper)
 
331
- numactl --hardware should handle sparse node numbering (Tim Pepper)
 
332
- Maintain compatibility with 2.0.3 numa_num_thread...()'s (Cliff W.)
 
333
2.0.6-rc2
 
334
- numa_num_task_cpus()/..nodes() to return actual counts (Cliff W.)
 
335
2.0.6-rc3
 
336
- Fix numa_get_run_node_mask() to return a cpuset-aware node mask (Cliff W.)
 
337
  (replaced 110112)
 
338
- Add a better warning to numa_node_to_cpus()
 
339
2.0.6-rc4
 
340
- Fix numa_get_mems_allowed() to use MPOL_F_MEMS_ALLOWED (Michael Spiegel)
 
341
 
 
342
2.0.6 released Dec, 2010
 
343
 
 
344
2.0.7-rc1
 
345
- 110111 Add numa_realloc() (and realloc_test) (Vasileios Karakasis)
 
346
- 110112 Re-fix numa_get_run_node_mask() and fix numa_get_run_node_mask (Cliff)
 
347
- 110112 Fix the numa_get_run_node_mask() man page (cpus vs nodes) (Cliff W.)
 
348
2.0.7-rc2
 
349
- 110112 Fix the cpu and node parsing to be cpuset aware (Cliff W.)
 
350
- 110112 Fix test/checkaffinity to be cpuset aware (Cliff W.)
 
351
- 110302 Fix two typos in numactl.8 (John Bradshaw)
 
352
 
 
353
2.0.7 released Apr, 2011
 
354
 
 
355
2.0.8-rc1
 
356
- 110818 Checking of sucessful allocations in numademo (Petr Holasek)
 
357
2.0.8-rc2
 
358
- 110823 Fix of numactl (--touch) warnings and man page (Cliff W.)