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.
 
 
 
 

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