Nife version Beta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

166 lines
7.4 KiB

  1. History of Nife releases :
  2. 2014-05-10 - Nife 0.47 is released.
  3. * Beginning an I2C interface for Linux systems, inspired by the Linux
  4. package i2c-tools.
  5. * The I2C interface has been developped and tested by P. Foubet
  6. with his students Elodie Kerfourn and Aymeric Diankouika. They
  7. connected a Raspberry Pi with an Arduino board through the I2C bus
  8. and wrote a Nife program to highlight the data exchange between the
  9. two elements.
  10. * The installation has been tested by Bernard Bonno on a Raspberry Pi
  11. board Model A with Porteus ARM (based on a Slackware ARM 14.0).
  12. 2013-09-25 - Nife 0.44 is released.
  13. * Fixed a bug causing a "segmentation violation" during compilation
  14. of the Nife code on some systems as Raspberry Pi A and B and others.
  15. This bug was reported by Bernard Bonno during tests on a Raspberry Pi
  16. Model A with 256 Mo of memory.
  17. * The installation has been tested by Bernard Bonno on a PC i484
  18. with a Linux Porteus 2.0.
  19. All information about Porteus at http://www.porteus.org/.
  20. 2013-09-09 - Nife 0.43 is released.
  21. * Establishment of a sub-directory .nife to facilitate debugging and
  22. store temporary files.
  23. * Update some functions dependant on working directory.
  24. * Fixed some bugs in the gplot tools due to new versions of gnuplot.
  25. * The installation has been tested by Patrick Foubet on a Raspberry Pi
  26. board Model B with standard Raspbian (Squeeze).
  27. All information about the board at http://www.raspberrypi.org/faqs.
  28. 2012-10-23 - Nife 0.405 is released.
  29. * Fixed a bug in the data transfer protocol STSP.
  30. * Adding Dt indicators in the list giving by ?n function.
  31. * Fixed a bug in the netDt> function.
  32. * The installation has been tested by Patrick Foubet on a Beaglebone
  33. board (Linux beaglebone 3.2.5+ #1 ... armv7l GNU/Linux) lended by the
  34. school ESME Sudria for preparing a course on Linux drivers.
  35. All information about the board at http://beagleboard.org/bone.
  36. 2012-09-01 - Nife 0.401 is released.
  37. * Beginning the multi-threading mechanisms based on POSIX thread.
  38. * Adding programmation tools end: and goto_end.
  39. * Increasing error tracking :
  40. - giving the file name and the line number,
  41. - stopping compilation at first error,
  42. - allowing load in load.
  43. - adding functions ?err, noerr, messerr, ?lasterr and onerr: label.
  44. * Dynamic code tools :
  45. - "load to load a file in a user function,
  46. - "exec to compile some code in a user function,
  47. - functions ' and ` to specify names to be executed latter.
  48. * Limit for all names at 24 characters.
  49. * Modifying install variables functions to work in user functions.
  50. * Adding the free-context loop with do mechanisms :
  51. - do_next to bypass a loop in free-context,
  52. - do_leave and *do_leave to leave one or many loops in free-context,
  53. * Updating the sh command to use the SHELL environment variable.
  54. 2012-07-05 - Nife 0.341 is released.
  55. * Adding more fonctions to deal with devices with Comedilib :
  56. - write fonction available,
  57. - define a default set of parameters to simplify programs.
  58. * Update documentation for theses new commands.
  59. 2012-06-10 - Nife 0.323 is released.
  60. * Continuing distributed systems tools elaborated with Thomas Pabst :
  61. - Adding netCompile to load a Nife file on a remote Nife using NetKey.
  62. If this file contains a call of one or more functions, they will be
  63. executed, and the result will be send on the Net using NetKey.
  64. - Adding NetErr to get the Net Error value.
  65. * Adding the ex directory in src with some program examples :
  66. - gp.nif, an example for gplot functions,
  67. - rpc.nif and rpc2.nif for Nife RPC example.
  68. 2012-06-06 - Nife 0.320 is released.
  69. * Beginning of the gplot module for use of gnuplot (www.gnuplot.info).
  70. * adding theses functions :
  71. - gplot and gplotM (multiple) to create gplots,
  72. - gplotCmd to append text to the plot command,
  73. - ?gp to list the gplots,
  74. - del_gplot to delete a gplot,
  75. - gplotAdd and gplotRepl (with replacement) to add values to plots,
  76. - gplotClear to clear a display panel.
  77. * The installation has been tested by Bruno Guilbert on a Fox board G20
  78. (Debian debarm 2.6.38 with CPU Atmel AT91SAM9G20 based on ARM926EJ-S)
  79. with the students TRSE2 of Ingesup-Paris :
  80. All information about the board at www.acmesystems.it.
  81. 2012-05-22 - Nife 0.317 is released.
  82. * Adding ndepth giving network stack depth using NetKey,
  83. * Definition of principles for Nife RPC (remote procedure call).
  84. * Adding netExec to execute a function on a remote Nife using NetKey.
  85. * The installation has been tested by Dr Alain Empain (ulg.ac.be) on
  86. Ubuntu Lucid 10.O4 (Linux 2.6.38-15 - x86_64)
  87. * The installation has been tested by Paul Bartoldi (unige.ch) on
  88. Ubuntu 12.O4 LTS (Linux 3.0.0-12 - x86_32)
  89. 2012-05-11 - Nife 0.315 is released.
  90. * Beginning of distributed systems tools elaborated with Thomas Pabst :
  91. - automatic evaluation of the dt values at network connection,
  92. - adding netDt> to get the clock difference value beetween "network"
  93. and Nife system.
  94. * The installation has been tested on
  95. Debian Wheezy Testing (Linux 3.2.0-2 - x86_32)
  96. 2012-05-04 - Nife 0.311 is released.
  97. * Modifying errors traps to get a better bug resolution.
  98. * The installation has been tested by Bernard Perrin (csem.ch) on
  99. MacOS X Snow Leopard 10.6.8 (Darwin Kernel Vers 10.8.0 - x86_32)
  100. 2012-03-16 - Nife 0.307 is released.
  101. * Adding auto-convergent loop : do ... loop
  102. * Adding standards loop : do ... +loop
  103. * Possibility to test the loop level and use indexes I, J and K.
  104. * Adding del_ofunc to delete, by name, the oldest function,
  105. * Adding del_afunc to delete all functions beginning by a prefix,
  106. * Adding "exec to execute a user function giving her name on the
  107. character stack.
  108. * Adding "Var to create a variable giving her name on the character
  109. stack.
  110. * Rename functions sub[] in []-sub and *sub[] in *[]-sub to adopt a
  111. more logical notation.
  112. 2012-03-08 - Nife 0.303 is released.
  113. * This release is specially dedicated to my wife Christine.
  114. * Now you can use nife with redirection or pîpe :
  115. nife < fic.nif or cat fic.nif | nife
  116. Thank you to Denis Bodor for the idea !
  117. 2012-02-22 - Nife 0.302 is released.
  118. * Christophe Ondrejec has validate the site nife-project.org
  119. * Updating README, NEWS and all informations files.
  120. * The installation has been tested on :
  121. - Debian Lenny (Linux 2.6.26-2 - x86_32)
  122. - Debian Squeeze (Linux 2.6.32-5 - x86_64)
  123. - Mac OS X (Darwin Kernel Version 8.11.1 - x86_32)
  124. - Open BSD (Version 5.0 GENERIC#43 - x86_32)
  125. - Solaris 11 (SunOS v 5.11 - x86_32)
  126. - Fedora Core 15 (Linux 2.6.38-6 - x86_32)
  127. - Open Suze 12.1 (Linux 3.1.0-1 - x86_64)
  128. * Adding a benchmark test.
  129. 2012-02-13 - Nife 0.300 is released (internal).
  130. * Upgrading for working on both 32 or 64 bits.
  131. * Upgrading SCS (Sister Chip Signature) to accept data from machine
  132. differents on code or addresses but using compatible datas.
  133. * Integration of the GNU Autotools to generate the packages.
  134. 2011-11-13 - Nife 0.212 is released.
  135. * Network tools with STSP (stack to stack protocol) v0.5 :
  136. ie WITH ScS (Sister chip signature) v 1.
  137. * correction of function []trot.
  138. * new function []transp to transpose matrix.
  139. 2011-11-09 - Nife 0.209 is released.
  140. * Network tools with STSP (stack to stack protocol) v.0 :
  141. ie without ScS (Sister chip signature).
  142. 2011-10-31 - Nife 0.204 is released.
  143. 2011-10-26 - Nife 0.200 is released.
  144. 2011-09-18 - Nife 0.113 the first public release on Sourceforge.net.